Skip to content

Commit

Permalink
Merge branch 'disable-win' into 'master'
Browse files Browse the repository at this point in the history
[ci] Disable win jobs temporarily due to runner hardware failure.

See merge request ogs/ogs!5135
  • Loading branch information
bilke committed Oct 11, 2024
2 parents 7ff4742 + 2b7dba9 commit de72c85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scripts/ci/jobs/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ build wheels mac:
CMAKE_OSX_DEPLOYMENT_TARGET: "10.15"
<<: *wheels_template

build wheels win:
.build wheels win: # disabled temporarily due to runner hardware failure
tags: [windows]
extends:
- .vs2019-environment
Expand All @@ -65,7 +65,7 @@ build wheels win:

publish wheels:
stage: release
needs: ["build wheels linux", "build wheels mac", "build wheels win"]
needs: ["build wheels linux", "build wheels mac"] # , "build wheels win", # disabled temporarily due to runner hardware failure
tags: [envinf, shell]
rules:
- if: $CI_COMMIT_TAG
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/pipelines/regular.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include:
- local: "/scripts/ci/jobs/pre-commit.yml"
- local: "/scripts/ci/pipelines/linux.yml"
- local: "/scripts/ci/pipelines/mac.yml"
- local: "/scripts/ci/pipelines/win.yml"
# - local: "/scripts/ci/pipelines/win.yml" # disabled temporarily due to runner hardware failure
- local: "/scripts/ci/jobs/build-docs.yml"
- local: "/scripts/ci/jobs/jupyter.yml"
- local: "/scripts/ci/jobs/code-quality.yml"
Expand Down

0 comments on commit de72c85

Please sign in to comment.