Skip to content

Commit

Permalink
Testing new 1es github runner pool
Browse files Browse the repository at this point in the history
  • Loading branch information
Jie Chen committed Dec 12, 2024
1 parent 9474e39 commit 261fd7e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:

jobs:
lint:
runs-on: [self-hosted, 1ES.Pool=jiechen3-github-1es-runner-pool-test, 1ES.ImageOverride=mms-ws2022-containers-enabled]
runs-on: [self-hosted, 1ES.Pool=containerplat-github-runner-pool-east-us-2, 1ES.ImageOverride=mms-ws2022-containers-enabled]
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
GOOS: ${{ matrix.goos }}

protos:
runs-on: [self-hosted, 1ES.Pool=jiechen3-github-1es-runner-pool-test, 1ES.ImageOverride=mms-ws2022-containers-enabled]
runs-on: [self-hosted, 1ES.Pool=containerplat-github-runner-pool-east-us-2, 1ES.ImageOverride=mms-ws2022-containers-enabled]

env:
# translating from github.com/Microsoft/hcsshim/<path> (via `go list`) to <path> is easier if hcsshim is in GOPATH/src
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
working-directory: "${{ github.workspace }}/go/src/github.com/Microsoft/hcsshim"

verify-vendor:
runs-on: [self-hosted, 1ES.Pool=jiechen3-github-1es-runner-pool-test, 1ES.ImageOverride=mms-ws2022-containers-enabled]
runs-on: [self-hosted, 1ES.Pool=containerplat-github-runner-pool-east-us-2, 1ES.ImageOverride=mms-ws2022-containers-enabled]
env:
GOPROXY: "https://proxy.golang.org,direct"
steps:
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
go-gen:
name: Go Generate
runs-on: [self-hosted, 1ES.Pool=jiechen3-github-1es-runner-pool-test, 1ES.ImageOverride=mms-ws2022-containers-enabled]
runs-on: [self-hosted, 1ES.Pool=containerplat-github-runner-pool-east-us-2, 1ES.ImageOverride=mms-ws2022-containers-enabled]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -234,7 +234,7 @@ jobs:
test-linux:
needs: [lint, protos, verify-vendor, go-gen]
runs-on: [self-hosted, 1ES.Pool=jiechen3-github-1es-runner-pool-test, 1ES.ImageOverride=MMSUbuntu22.04]
runs-on: [self-hosted, 1ES.Pool=containerplat-github-runner-pool-east-us-2, 1ES.ImageOverride=ubuntu-22-04-with-pwsh]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -272,8 +272,8 @@ jobs:
fail-fast: false
matrix:
runner:
- [self-hosted, 1ES.Pool=jiechen3-github-1es-runner-pool-test, 1ES.ImageOverride=mms-ws2022-containers-enabled]
- [self-hosted, 1ES.Pool=jiechen3-github-1es-runner-pool-test, 1ES.ImageOverride=mms-ws2019-containers-enabled]
- [self-hosted, 1ES.Pool=containerplat-github-runner-pool-east-us-2, 1ES.ImageOverride=mms-ws2022-containers-enabled]
- [self-hosted, 1ES.Pool=containerplat-github-runner-pool-east-us-2, 1ES.ImageOverride=mms-ws2019-containers-enabled]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -401,8 +401,8 @@ jobs:
fail-fast: false
matrix:
runner:
- [self-hosted, 1ES.Pool=jiechen3-github-1es-runner-pool-test, 1ES.ImageOverride=mms-ws2022-containers-enabled]
- [self-hosted, 1ES.Pool=jiechen3-github-1es-runner-pool-test, 1ES.ImageOverride=mms-ws2019-containers-enabled]
- [self-hosted, 1ES.Pool=containerplat-github-runner-pool-east-us-2, 1ES.ImageOverride=mms-ws2022-containers-enabled]
- [self-hosted, 1ES.Pool=containerplat-github-runner-pool-east-us-2, 1ES.ImageOverride=mms-ws2019-containers-enabled]
steps:
- name: Checkout hcsshim
uses: actions/checkout@v4
Expand Down

0 comments on commit 261fd7e

Please sign in to comment.