Upgrade e2e-tests windows runner from 4 cores to 8 (#6166)

* Change e2e-tests runner to windows-latest-8-cores

* Clean up for PR
This commit is contained in:
Pierre Jacquier
2025-04-05 11:44:50 -04:00
committed by GitHub
parent 086a2b851d
commit a059166b9c

View File

@ -281,7 +281,7 @@ jobs:
os:
- "runs-on=${{ github.run_id }}/family=i7ie.2xlarge/image=ubuntu22-full-x64"
- namespace-profile-macos-8-cores
- windows-latest
- windows-latest-8-cores
shardIndex: [1, 2, 3, 4]
shardTotal: [4]
# Disable macos and windows tests on hourly e2e tests since we only care
@ -292,7 +292,7 @@ jobs:
exclude:
- os: namespace-profile-macos-8-cores
isScheduled: true
- os: windows-latest
- os: windows-latest-8-cores
isScheduled: true
# TODO: add ref here for main and latest release tag
runs-on: ${{ matrix.os }}