From b2551234f56720395733ab71ed91ad5a89796321 Mon Sep 17 00:00:00 2001 From: Daniel Goldstein Date: Fri, 17 Feb 2023 19:03:20 -0500 Subject: [PATCH] [ci] Run the local backend tests much more in parallel (#12716) --- build.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build.yaml b/build.yaml index ccda424e540..172cb508a1a 100644 --- a/build.yaml +++ b/build.yaml @@ -1307,12 +1307,9 @@ steps: - gcp - kind: runImage name: test_hail_python_local_backend - numSplits: 7 + numSplits: 14 image: valueFrom: hail_run_image.image - resources: - memory: standard - cpu: '2' script: | set -ex cd /io