From 21609219136c213bf399c009ed5d505da0609b4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Paw=C5=82owski?= Date: Fri, 10 Oct 2025 09:56:29 +0200 Subject: [PATCH 1/2] SNOW-2091311: running tests on chosen version of WoA64 --- .github/workflows/build_test.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 74a381420c..0d7d35ca6a 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -164,18 +164,6 @@ jobs: image_name: windows-11-arm download_name: win_arm64 python-version: "3.10" - - os: - image_name: windows-11-arm - download_name: win_arm64 - python-version: "3.11" - - os: - image_name: windows-11-arm - download_name: win_arm64 - python-version: "3.12" - - os: - image_name: windows-11-arm - download_name: win_arm64 - python-version: "3.13" steps: - uses: actions/checkout@v4 From 0ce26b0066ccd5d428a6396fdfe2c79885b83946 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Paw=C5=82owski?= Date: Fri, 10 Oct 2025 10:04:38 +0200 Subject: [PATCH 2/2] SNOW-2091311: minimize resources --- .github/workflows/build_test.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 0d7d35ca6a..2eb4b20bff 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -156,6 +156,7 @@ jobs: python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] cloud-provider: [aws, azure, gcp] exclude: + # Exclude Python 3.9 and 3.10 on Windows ARM64 (no builds available) - os: image_name: windows-11-arm download_name: win_arm64 @@ -164,6 +165,15 @@ jobs: image_name: windows-11-arm download_name: win_arm64 python-version: "3.10" + # Minimize resources: only test Windows ARM64 on AWS (not Azure/GCP) + - os: + image_name: windows-11-arm + download_name: win_arm64 + cloud-provider: azure + - os: + image_name: windows-11-arm + download_name: win_arm64 + cloud-provider: gcp steps: - uses: actions/checkout@v4