From 7c398b44d49e5d38ded0e95f3212242adaca3a74 Mon Sep 17 00:00:00 2001 From: Arthur Geron <3487334+arthurgeron@users.noreply.github.com> Date: Wed, 5 Feb 2025 01:24:08 -0300 Subject: [PATCH] feat: use arm images --- .github/workflows/pr-tests-e2e-assets.yml | 2 +- .github/workflows/pr-tests-e2e-contracts.yml | 2 +- .github/workflows/pr-tests-e2e-crx-lock.yml | 2 +- .github/workflows/pr-tests-e2e.yml | 2 +- .github/workflows/tests-devnet.yaml | 2 +- .github/workflows/tests-testnet.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pr-tests-e2e-assets.yml b/.github/workflows/pr-tests-e2e-assets.yml index 32758cbef8..44b8362b62 100644 --- a/.github/workflows/pr-tests-e2e-assets.yml +++ b/.github/workflows/pr-tests-e2e-assets.yml @@ -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 diff --git a/.github/workflows/pr-tests-e2e-contracts.yml b/.github/workflows/pr-tests-e2e-contracts.yml index 34ba71f46a..42bfea6080 100644 --- a/.github/workflows/pr-tests-e2e-contracts.yml +++ b/.github/workflows/pr-tests-e2e-contracts.yml @@ -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 diff --git a/.github/workflows/pr-tests-e2e-crx-lock.yml b/.github/workflows/pr-tests-e2e-crx-lock.yml index e3b42ad6a8..ac5b3d3c24 100644 --- a/.github/workflows/pr-tests-e2e-crx-lock.yml +++ b/.github/workflows/pr-tests-e2e-crx-lock.yml @@ -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 diff --git a/.github/workflows/pr-tests-e2e.yml b/.github/workflows/pr-tests-e2e.yml index 3656221179..faf648fe31 100644 --- a/.github/workflows/pr-tests-e2e.yml +++ b/.github/workflows/pr-tests-e2e.yml @@ -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 diff --git a/.github/workflows/tests-devnet.yaml b/.github/workflows/tests-devnet.yaml index 60f20e4317..d28cf7389f 100644 --- a/.github/workflows/tests-devnet.yaml +++ b/.github/workflows/tests-devnet.yaml @@ -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 diff --git a/.github/workflows/tests-testnet.yaml b/.github/workflows/tests-testnet.yaml index 4d5e1ffb1f..f5787c4f38 100644 --- a/.github/workflows/tests-testnet.yaml +++ b/.github/workflows/tests-testnet.yaml @@ -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