Skip to content

Commit

Permalink
Merge branch 'main' into KU-2255/charm-literals
Browse files Browse the repository at this point in the history
  • Loading branch information
mateoflorido authored Dec 4, 2024
2 parents 3526e53 + 633abdc commit e5b96f7
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 e5b96f7

Please sign in to comment.