Skip to content

Commit

Permalink
fix: use x64 self hosted runners until tests can be updated for arm64
Browse files Browse the repository at this point in the history
Not all of the charms in the acceptance tests have arm64 versions. Only
use the x64 self-hosted runners until new charms can be found.
  • Loading branch information
hmlanigan committed Dec 4, 2024
1 parent 6d6cace commit e4efd92
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
name: Terraform Provider Acceptance Tests
needs:
- build
runs-on: [self-hosted, jammy]
runs-on: [self-hosted, jammy, x64]
timeout-minutes: 60
strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/k8s_tunnel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
add-machine-test:
name: Add Machine
needs: build
runs-on: [self-hosted, jammy]
runs-on: [self-hosted, jammy, x64]
env:
ACTIONS_ALLOW_IPV6: false
strategy:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
test:
name: Integration
needs: build
runs-on: [self-hosted, jammy]
runs-on: [self-hosted, jammy, x64]
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
add-machine-test:
name: Add Machine
needs: build
runs-on: [self-hosted, jammy]
runs-on: [self-hosted, jammy, x64]
env:
ACTIONS_ALLOW_IPV6: false
strategy:
Expand Down

0 comments on commit e4efd92

Please sign in to comment.