diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e77246e316..0485fa69ae3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,8 +74,8 @@ jobs: needs: [merge_queue_noop, lints] if: ${{ needs.merge_queue_noop.outputs.skip != 'true' }} name: Upload build artifacts (Linux) - runs-on: spacetimedb-new-runner-2 - timeout-minutes: 15 + runs-on: spacetimedb-new-runner-2-testing + timeout-minutes: 45 env: CARGO_TARGET_DIR: ${{ github.workspace }}/target RUST_BACKTRACE: full @@ -201,8 +201,8 @@ jobs: needs: [merge_queue_noop, lints] if: ${{ needs.merge_queue_noop.outputs.skip != 'true' }} name: Upload build artifacts (Windows) - runs-on: spacetimedb-windows-runner - timeout-minutes: 15 + runs-on: spacetimedb-windows-runner-testing + timeout-minutes: 45 env: CARGO_TARGET_DIR: ${{ github.workspace }}/target RUST_BACKTRACE: full @@ -216,8 +216,8 @@ jobs: smoketest_build_linux: needs: [upload-build-artifacts-linux] name: Build smoketests (Linux) - runs-on: spacetimedb-new-runner-2 - timeout-minutes: 15 + runs-on: spacetimedb-new-runner-2-testing-testing + timeout-minutes: 45 env: CARGO_TARGET_DIR: ${{ github.workspace }}/target RUST_BACKTRACE: full @@ -283,8 +283,8 @@ jobs: smoketest_build_windows: needs: [upload-build-artifacts-windows] name: Build smoketests (Windows) - runs-on: spacetimedb-windows-runner - timeout-minutes: 15 + runs-on: spacetimedb-windows-runner-testing + timeout-minutes: 45 env: CARGO_TARGET_DIR: ${{ github.workspace }}/target RUST_BACKTRACE: full @@ -302,8 +302,8 @@ jobs: fail-fast: false matrix: partition: [1, 2] - runs-on: spacetimedb-new-runner-2 - timeout-minutes: 30 + runs-on: spacetimedb-new-runner-2-testing-testing + timeout-minutes: 45 env: CARGO_TARGET_DIR: ${{ github.workspace }}/target RUST_BACKTRACE: full @@ -452,8 +452,8 @@ jobs: fail-fast: false matrix: partition: [1, 2, 3, 4] - runs-on: spacetimedb-windows-runner - timeout-minutes: 30 + runs-on: spacetimedb-windows-runner-testing + timeout-minutes: 45 env: CARGO_TARGET_DIR: ${{ github.workspace }}/target RUST_BACKTRACE: full @@ -487,7 +487,7 @@ jobs: needs: [merge_queue_noop, lints] if: ${{ needs.merge_queue_noop.outputs.skip != 'true' }} name: Test Suite - runs-on: spacetimedb-new-runner-2 + runs-on: spacetimedb-new-runner-2-testing env: CARGO_TARGET_DIR: ${{ github.workspace }}/target @@ -634,7 +634,7 @@ jobs: needs: [merge_queue_noop] if: ${{ needs.merge_queue_noop.outputs.skip != 'true' }} name: Lints - runs-on: spacetimedb-new-runner-2 + runs-on: spacetimedb-new-runner-2-testing env: CARGO_TARGET_DIR: ${{ github.workspace }}/target RUST_BACKTRACE: full