From ac8ab0074a741fc3451fa3ca5bc7157f8dc624bf Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Mon, 26 Jun 2023 15:11:13 +0200 Subject: [PATCH] [ci] Label 'ci::wheels only' pipeline. --- .gitlab-ci.yml | 3 +++ scripts/ci/pipelines/wheels.yml | 6 ++++++ 2 files changed, 9 insertions(+) create mode 100644 scripts/ci/pipelines/wheels.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 68a752cdc56..8f732acb9d2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -69,3 +69,6 @@ include: - local: "/scripts/ci/pipelines/win.yml" rules: - if: $CI_MERGE_REQUEST_LABELS =~ /.*ci::win only.*/ + - local: "/scripts/ci/pipelines/wheels.yml" + rules: + - if: $CI_MERGE_REQUEST_LABELS =~ /.*ci::wheels only.*/ diff --git a/scripts/ci/pipelines/wheels.yml b/scripts/ci/pipelines/wheels.yml new file mode 100644 index 00000000000..a34cbbf2deb --- /dev/null +++ b/scripts/ci/pipelines/wheels.yml @@ -0,0 +1,6 @@ +wheels: + stage: build + needs: [] + trigger: + include: /scripts/ci/jobs/build-wheels.yml + strategy: depend -- GitLab