Skip to content

Commit

Permalink
Pin Runner Size/Arch (#203)
Browse files Browse the repository at this point in the history
Pin Test Runner Label

---------

Co-authored-by: Adam Dyess <[email protected]>
  • Loading branch information
mateoflorido and addyess authored Dec 4, 2024
1 parent 5d6af4b commit 633abdc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
strategy:
matrix:
arch:
- {id: amd64, builder-label: ubuntu-22.04, tester-arch: x64}
- {id: arm64, builder-label: ARM64, tester-arch: ARM64}
- {id: amd64, builder-label: self-hosted-linux-amd64-jammy-large, tester-arch: AMD64, tester-size: large}
- {id: arm64, builder-label: self-hosted-linux-arm64-jammy-large, tester-arch: ARM64, tester-size: large}
suite: [k8s, etcd, ceph]
exclude:
- {arch: {id: arm64}, suite: ceph}
Expand All @@ -56,6 +56,7 @@ jobs:
provider: lxd
self-hosted-runner: true
self-hosted-runner-arch: ${{ matrix.arch.tester-arch }}
self-hosted-runner-label: ${{ matrix.arch.tester-size }}
test-timeout: 120
test-tox-env: integration-${{ matrix.suite }}
trivy-fs-enabled: false
Expand Down

0 comments on commit 633abdc

Please sign in to comment.