From 94c837ad527ea7990bb1e026d2615b1c433c7a27 Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Thu, 24 Oct 2024 15:52:23 +0200 Subject: [PATCH] Revert "[ci] Disable win jobs temporarily due to runner hardware failure." This reverts commit 2b7dba96b80cf466e7eefcd446e30c226a3e9b8c. --- 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 305cdb5af37..59f5e700edc 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: # disabled temporarily due to runner hardware failure +build wheels win: tags: [windows] extends: - .vs2019-environment @@ -65,7 +65,7 @@ build wheels mac: publish wheels: stage: release - needs: ["build wheels linux", "build wheels mac"] # , "build wheels win", # disabled temporarily due to runner hardware failure + needs: ["build wheels linux", "build wheels mac", "build wheels win"] tags: [envinf, shell] rules: - if: $CI_COMMIT_TAG diff --git a/scripts/ci/pipelines/regular.yml b/scripts/ci/pipelines/regular.yml index c3e359b0309..8fdc940da96 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" # disabled temporarily due to runner hardware failure + - local: "/scripts/ci/pipelines/win.yml" - local: "/scripts/ci/jobs/build-docs.yml" - local: "/scripts/ci/jobs/jupyter.yml" - local: "/scripts/ci/jobs/code-quality.yml" -- GitLab