From 3db86b73e2403ee0ea6c5afd534064908b9cec48 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Mon, 30 Dec 2024 15:18:30 -0500 Subject: [PATCH] Switch datastore tests to use a larger runner This should hopefully reduce flakes where the database containers are running out of memory and/or CPU, and therefore being killed --- .github/workflows/build-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index 957fd45e7f..71eeba3e3d 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -102,7 +102,7 @@ jobs: datastore: name: "Datastore Tests" - runs-on: "buildjet-4vcpu-ubuntu-2204" + runs-on: "buildjet-8vcpu-ubuntu-2204" needs: "paths-filter" strategy: fail-fast: false