From 00d2397886e202ffacf8114020fb1ca1beb2c6c4 Mon Sep 17 00:00:00 2001 From: John Detter <4099508+jdetter@users.noreply.github.com> Date: Thu, 13 Aug 2026 00:24:40 -0500 Subject: [PATCH 1/6] Use windows testing runner --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e77246e316..2a01177294f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -201,7 +201,7 @@ jobs: needs: [merge_queue_noop, lints] if: ${{ needs.merge_queue_noop.outputs.skip != 'true' }} name: Upload build artifacts (Windows) - runs-on: spacetimedb-windows-runner + runs-on: spacetimedb-windows-runner-testing timeout-minutes: 15 env: CARGO_TARGET_DIR: ${{ github.workspace }}/target @@ -283,7 +283,7 @@ jobs: smoketest_build_windows: needs: [upload-build-artifacts-windows] name: Build smoketests (Windows) - runs-on: spacetimedb-windows-runner + runs-on: spacetimedb-windows-runner-testing timeout-minutes: 15 env: CARGO_TARGET_DIR: ${{ github.workspace }}/target @@ -452,7 +452,7 @@ jobs: fail-fast: false matrix: partition: [1, 2, 3, 4] - runs-on: spacetimedb-windows-runner + runs-on: spacetimedb-windows-runner-testing timeout-minutes: 30 env: CARGO_TARGET_DIR: ${{ github.workspace }}/target From a38ccd1f90d62a2ac05dc7a467ccf692f69d5e55 Mon Sep 17 00:00:00 2001 From: John Detter <4099508+jdetter@users.noreply.github.com> Date: Thu, 13 Aug 2026 01:54:31 -0500 Subject: [PATCH 2/6] Update time limits --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a01177294f..812019731e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,7 +75,7 @@ jobs: if: ${{ needs.merge_queue_noop.outputs.skip != 'true' }} name: Upload build artifacts (Linux) runs-on: spacetimedb-new-runner-2 - timeout-minutes: 15 + timeout-minutes: 45 env: CARGO_TARGET_DIR: ${{ github.workspace }}/target RUST_BACKTRACE: full @@ -202,7 +202,7 @@ jobs: if: ${{ needs.merge_queue_noop.outputs.skip != 'true' }} name: Upload build artifacts (Windows) runs-on: spacetimedb-windows-runner-testing - timeout-minutes: 15 + timeout-minutes: 45 env: CARGO_TARGET_DIR: ${{ github.workspace }}/target RUST_BACKTRACE: full @@ -217,7 +217,7 @@ jobs: needs: [upload-build-artifacts-linux] name: Build smoketests (Linux) runs-on: spacetimedb-new-runner-2 - timeout-minutes: 15 + timeout-minutes: 45 env: CARGO_TARGET_DIR: ${{ github.workspace }}/target RUST_BACKTRACE: full @@ -303,7 +303,7 @@ jobs: matrix: partition: [1, 2] runs-on: spacetimedb-new-runner-2 - timeout-minutes: 30 + timeout-minutes: 45 env: CARGO_TARGET_DIR: ${{ github.workspace }}/target RUST_BACKTRACE: full @@ -453,7 +453,7 @@ jobs: matrix: partition: [1, 2, 3, 4] runs-on: spacetimedb-windows-runner-testing - timeout-minutes: 30 + timeout-minutes: 45 env: CARGO_TARGET_DIR: ${{ github.workspace }}/target RUST_BACKTRACE: full From c9e6eefc892b83dbcf42571b95a57dc250e43720 Mon Sep 17 00:00:00 2001 From: John Detter <4099508+jdetter@users.noreply.github.com> Date: Thu, 13 Aug 2026 02:53:31 -0500 Subject: [PATCH 3/6] Bump one more timeout --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 812019731e9..e7b2878ef43 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -284,7 +284,7 @@ jobs: needs: [upload-build-artifacts-windows] name: Build smoketests (Windows) runs-on: spacetimedb-windows-runner-testing - timeout-minutes: 15 + timeout-minutes: 45 env: CARGO_TARGET_DIR: ${{ github.workspace }}/target RUST_BACKTRACE: full From 62e2c1706b3ea8818d580f998a848dd5a83c8a64 Mon Sep 17 00:00:00 2001 From: John Detter <4099508+jdetter@users.noreply.github.com> Date: Thu, 13 Aug 2026 03:27:59 -0500 Subject: [PATCH 4/6] Another try From 84d0db1ac90963d22a408d940bb4d97e598bf821 Mon Sep 17 00:00:00 2001 From: John Detter <4099508+jdetter@users.noreply.github.com> Date: Thu, 13 Aug 2026 03:58:37 -0500 Subject: [PATCH 5/6] Another try From 02494b8e7006e63d081f5fc8def868f824142fda Mon Sep 17 00:00:00 2001 From: John Detter <4099508+jdetter@users.noreply.github.com> Date: Thu, 13 Aug 2026 10:01:33 -0500 Subject: [PATCH 6/6] Use linux testing runner --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e7b2878ef43..0485fa69ae3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,7 @@ 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 + runs-on: spacetimedb-new-runner-2-testing timeout-minutes: 45 env: CARGO_TARGET_DIR: ${{ github.workspace }}/target @@ -216,7 +216,7 @@ jobs: smoketest_build_linux: needs: [upload-build-artifacts-linux] name: Build smoketests (Linux) - runs-on: spacetimedb-new-runner-2 + runs-on: spacetimedb-new-runner-2-testing-testing timeout-minutes: 45 env: CARGO_TARGET_DIR: ${{ github.workspace }}/target @@ -302,7 +302,7 @@ jobs: fail-fast: false matrix: partition: [1, 2] - runs-on: spacetimedb-new-runner-2 + runs-on: spacetimedb-new-runner-2-testing-testing timeout-minutes: 45 env: CARGO_TARGET_DIR: ${{ github.workspace }}/target @@ -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