From 2b7dba96b80cf466e7eefcd446e30c226a3e9b8c Mon Sep 17 00:00:00 2001 From: Lars Bilke Date: Fri, 11 Oct 2024 15:51:53 +0200 Subject: [PATCH] [ci] Disable win jobs temporarily due to runner hardware failure. --- scripts/ci/jobs/build-wheels.yml | 4 ++-- scripts/ci/pipelines/regular.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/ci/jobs/build-wheels.yml b/scripts/ci/jobs/build-wheels.yml index 0aeb2bc730a..e6014b6764c 100644 --- a/scripts/ci/jobs/build-wheels.yml +++ b/scripts/ci/jobs/build-wheels.yml @@ -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 @@ -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 diff --git a/scripts/ci/pipelines/regular.yml b/scripts/ci/pipelines/regular.yml index 8fdc940da96..c3e359b0309 100644 --- a/scripts/ci/pipelines/regular.yml +++ b/scripts/ci/pipelines/regular.yml @@ -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"