Skip to content

Commit

Permalink
feat: use arm images
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurgeron committed Feb 5, 2025
1 parent 20c164e commit 7c398b4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-tests-e2e-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:
jobs:
tests-e2e-assets:
name: Test
runs-on: buildjet-8vcpu-ubuntu-2204
runs-on: buildjet-8vcpu-ubuntu-2204-arm
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-tests-e2e-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:
jobs:
tests-e2e-contracts:
name: Test (Chrome Stable) [Shard ${{ matrix.shard }}]
runs-on: buildjet-8vcpu-ubuntu-2204
runs-on: buildjet-8vcpu-ubuntu-2204-arm
timeout-minutes: 20
strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-tests-e2e-crx-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:
jobs:
tests-e2e-crx-lock:
name: Test
runs-on: buildjet-8vcpu-ubuntu-2204
runs-on: buildjet-8vcpu-ubuntu-2204-arm
timeout-minutes: 7
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-tests-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
tests-e2e:
name: Test (Chrome Stable)
timeout-minutes: 15
runs-on: buildjet-8vcpu-ubuntu-2204
runs-on: buildjet-8vcpu-ubuntu-2204-arm
steps:
- uses: actions/checkout@v4
- uses: FuelLabs/github-actions/setups/node@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-devnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:
jobs:
tests-e2e-contracts:
name: E2E Contract Tests - Devnet
runs-on: buildjet-4vcpu-ubuntu-2204
runs-on: buildjet-8vcpu-ubuntu-2204-arm
steps:
- uses: actions/checkout@v4
- uses: FuelLabs/github-actions/setups/node@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-testnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:
jobs:
tests-e2e-contracts:
name: E2E Contract Tests - Testnet
runs-on: buildjet-4vcpu-ubuntu-2204
runs-on: buildjet-8vcpu-ubuntu-2204-arm
steps:
- uses: actions/checkout@v4
- uses: FuelLabs/github-actions/setups/node@master
Expand Down

0 comments on commit 7c398b4

Please sign in to comment.