Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading