Skip to content

Commit

Permalink
Use long-form self-hosted labels for the builders
Browse files Browse the repository at this point in the history
  • Loading branch information
addyess committed Dec 3, 2024
1 parent abec7bc commit f1736db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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: [amd64, jammy], tester-arch: amd64, size: large}
- {id: arm64, builder-label: [arm64, jammy], tester-arch: ARM64, size: large}
- {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,7 +56,7 @@ jobs:
provider: lxd
self-hosted-runner: true
self-hosted-runner-arch: ${{ matrix.arch.tester-arch }}
self-hosted-runner-label: ${{ matrix.arch.size }}
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 f1736db

Please sign in to comment.