From a0ecffe961e9ef68e60e3a586819e46532015075 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Wed, 13 May 2026 00:24:21 +1200 Subject: [PATCH] chore: pin TablesDB e2e to 8cpu runner After family=m7 was removed from the default e2e_service runner in #12274, TablesDB inherits the bare 4cpu runner with no instance-family pinning. Under paratest_processes: 3 the databases worker can't create attributes fast enough for the polling loop, producing "Expected 'available', Actual 'processing'" flakes across unrelated PRs. Match the Databases service override to give TablesDB its own 8cpu runner. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba7c4cc1be..b2ddc416f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -449,6 +449,7 @@ jobs: paratest_processes: 3 timeout_minutes: 30 - service: TablesDB + runner: runs-on=${{ github.run_id }}/runner=8cpu-linux-x64/volume=120g/spot=false paratest_processes: 3 timeout_minutes: 30 - service: Migrations