Skip to content

Commit

Permalink
[ci] Run wheel jobs directly, test notebooks per default on wheels label
Browse files Browse the repository at this point in the history
  • Loading branch information
bilke authored and endJunction committed Jul 26, 2023
1 parent 36db9f0 commit 9b58988
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
stages:
- preparation
- build
- test
- check
- release
- package
Expand Down Expand Up @@ -69,6 +70,6 @@ include:
- local: "/scripts/ci/pipelines/win.yml"
rules:
- if: $CI_MERGE_REQUEST_LABELS =~ /.*ci::win only.*/
- local: "/scripts/ci/pipelines/wheels.yml"
- local: "/scripts/ci/jobs/build-wheels.yml"
rules:
- if: $CI_MERGE_REQUEST_LABELS =~ /.*ci::wheels only.*/
1 change: 1 addition & 0 deletions scripts/ci/jobs/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ test notebooks via wheel:
stage: test
needs: ["build wheels linux"]
rules:
- if: $CI_MERGE_REQUEST_LABELS =~ /.*ci::wheels only.*/
- when: manual
before_script:
- cd Tests/Data
Expand Down

0 comments on commit 9b58988

Please sign in to comment.