Skip to content

Commit 35adf10

Browse files
committed
Switch to using 16 vCPUs in CI.
We achieve almost perfectly linear speedup on this, so it's a clear win.
1 parent 98c1cd9 commit 35adf10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pr_task:
88
image_family: ubuntu-2404-lts-arm64
99
architecture: arm64
1010
zone: us-central1-a
11-
type: c4a-standard-8
11+
type: c4a-standard-16
1212
disk: 60
1313
preemptible: true
1414
env:
@@ -41,7 +41,7 @@ x86_release_task:
4141
image_family: ubuntu-2404-lts-amd64
4242
architecture: amd64
4343
zone: us-central1-a
44-
type: t2d-standard-8
44+
type: t2d-standard-16
4545
env:
4646
NINJA_STATUS: '%p [%f:%s/%t] %o/s, %es: '
4747
CIRRUS_CLONE_DEPTH: 1

0 commit comments

Comments
 (0)