Skip to content

Commit

Permalink
Adjust workflow pinning again (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
addyess authored Dec 5, 2024
1 parent 633abdc commit 3175f43
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: 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}
- {id: amd64, builder-label: ubuntu-22.04, tester-arch: AMD64} # built on azure
- {id: arm64, builder-label: ARM64, tester-arch: ARM64} # built on self-hosted
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.tester-size }}
self-hosted-runner-label: large
test-timeout: 120
test-tox-env: integration-${{ matrix.suite }}
trivy-fs-enabled: false
Expand Down

0 comments on commit 3175f43

Please sign in to comment.