Skip to content

Commit

Permalink
Update CI matrix to explicitly run on specified name-runner combinations
Browse files Browse the repository at this point in the history
Co-authored-by: Hamza El-Saawy <[email protected]>
  • Loading branch information
jiechen0826 and helsaawy authored Jan 13, 2025
1 parent 6b0810e commit ee99100
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,13 +274,10 @@ jobs:
matrix:
name:
[windows-2022, windows-2019]
runner:
- [self-hosted, 1ES.Pool=containerplat-github-runner-pool-east-us-2, 1ES.ImageOverride=github-mms-ws2022-containers-enabled]
- [self-hosted, 1ES.Pool=containerplat-github-runner-pool-east-us-2, 1ES.ImageOverride=github-mms-ws2019-containers-enabled]
exclude: # exclude windows-2022 job from running on ws2019 image and vice versa
- name: "windows-2022"
runner: [self-hosted, 1ES.Pool=containerplat-github-runner-pool-east-us-2, 1ES.ImageOverride=github-mms-ws2019-containers-enabled]
include:
- name: "windows-2019"
runner: [self-hosted, 1ES.Pool=containerplat-github-runner-pool-east-us-2, 1ES.ImageOverride=github-mms-ws2019-containers-enabled]
- name: "windows-2022"
runner: [self-hosted, 1ES.Pool=containerplat-github-runner-pool-east-us-2, 1ES.ImageOverride=github-mms-ws2022-containers-enabled]
steps:
- name: Checkout
Expand Down

0 comments on commit ee99100

Please sign in to comment.