From 61ea6881e00ee6773bc35aaadb47c7c4986315da Mon Sep 17 00:00:00 2001 From: Declan Carroll Date: Thu, 4 Jun 2026 09:05:52 +0100 Subject: [PATCH] ci: Run Postgres 16 DB tests on a single 8-vCPU runner (#31670) Co-authored-by: Claude Opus 4.8 (1M context) --- .github/workflows/test-db-reusable.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-db-reusable.yml b/.github/workflows/test-db-reusable.yml index c343259f9bc..96392052e8d 100644 --- a/.github/workflows/test-db-reusable.yml +++ b/.github/workflows/test-db-reusable.yml @@ -26,7 +26,7 @@ jobs: migration-cmd: pnpm test:sqlite:migrations collectCoverage: 'false' - name: Postgres 16 - runner: blacksmith-4vcpu-ubuntu-2204 + runner: blacksmith-8vcpu-ubuntu-2204 test-cmd: pnpm test:postgres:integration:tc migration-cmd: pnpm test:postgres:migrations:tc TEST_IMAGE_POSTGRES: 'postgres:16' @@ -50,6 +50,7 @@ jobs: run: ${{ matrix.test-cmd }} - name: Run Migration Tests + if: matrix.migration-cmd != '' working-directory: packages/cli run: ${{ matrix.migration-cmd }}