From 5f0b081af10b0bfcf1571e7b2a8c8a3c63a91bcb Mon Sep 17 00:00:00 2001 From: Pieter Noordhuis Date: Thu, 2 Apr 2026 08:54:04 +0200 Subject: [PATCH] Skip Windows test runs while runners are offline Comment out Windows runner entries in the test, test-exp-ssh, and test-pipelines jobs. The exclude entries are kept so this change can be cleanly reverted when the runners come back online. Co-authored-by: Isaac --- .github/workflows/push.yml | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index f6fb21d56c..3e594d32f4 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -95,10 +95,11 @@ jobs: group: databricks-protected-runner-group-large labels: linux-ubuntu-latest-large - - name: windows - runner: - group: databricks-protected-runner-group-large - labels: windows-server-latest-large + # Windows runners are offline; commented out temporarily. + # - name: windows + # runner: + # group: databricks-protected-runner-group-large + # labels: windows-server-latest-large - name: macos runner: @@ -226,10 +227,11 @@ jobs: group: databricks-protected-runner-group-large labels: linux-ubuntu-latest-large - - name: windows - runner: - group: databricks-protected-runner-group-large - labels: windows-server-latest-large + # Windows runners are offline; commented out temporarily. + # - name: windows + # runner: + # group: databricks-protected-runner-group-large + # labels: windows-server-latest-large - name: macos runner: @@ -271,10 +273,11 @@ jobs: group: databricks-protected-runner-group-large labels: linux-ubuntu-latest-large - - name: windows - runner: - group: databricks-protected-runner-group-large - labels: windows-server-latest-large + # Windows runners are offline; commented out temporarily. + # - name: windows + # runner: + # group: databricks-protected-runner-group-large + # labels: windows-server-latest-large - name: macos runner: