Skip to content

Commit

Permalink
update to pool
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyBrito committed Feb 15, 2024
1 parent abae17d commit ef09245
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ permissions:

jobs:
lint:
runs-on: ubuntu-22.04
runs-on:
labels: ["self-hosted", "1ES.Pool=temp-azcu-gh-runner-pool-arm64"]
steps:
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
Expand Down Expand Up @@ -68,7 +69,8 @@ jobs:
integration:
runs-on: ubuntu-22.04
runs-on:
labels: ["self-hosted", "1ES.Pool=temp-azcu-gh-runner-pool"]
# TODO: support diff/merge
# Right now this is handled by the e2e suite, but we can migrate that here.
steps:
Expand Down Expand Up @@ -99,7 +101,8 @@ jobs:


unit:
runs-on: ubuntu-22.04
runs-on:
labels: ["self-hosted", "1ES.Pool=temp-azcu-gh-runner-pool"]
steps:
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
Expand All @@ -116,7 +119,8 @@ jobs:
run: go test --test.short -v ./...

e2e:
runs-on: ubuntu-22.04
runs-on:
labels: ["self-hosted", "1ES.Pool=temp-azcu-gh-runner-pool"]
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit ef09245

Please sign in to comment.