Skip to content

Commit f149828

Browse files
committed
Switch from preemptible instances to spot instances.
1 parent c843a3a commit f149828

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.cirrus.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ pr_task:
77
image_project: ubuntu-os-cloud
88
image_family: ubuntu-2404-lts-arm64
99
architecture: arm64
10-
zone: us-central1-a
10+
zone: us-central1-c
1111
type: c4a-standard-16
1212
disk: 60
13-
preemptible: true
13+
spot: true
1414
env:
15-
NINJA_STATUS: '%p [%f:%s/%t] %o/s, %es: '
15+
NINJA_STATUS: "%p [%f:%s/%t] %o/s, %es: "
1616
CIRRUS_CLONE_DEPTH: 1
1717
dependencies_script:
1818
- set -eo pipefail
@@ -30,7 +30,7 @@ pr_task:
3030
test_script:
3131
- cd Build
3232
- ./bin/llvm-lit -v ../llvm/test/Unit ../clang/test/Unit
33-
- ./bin/llvm-lit -v ../llvm/test/ ../clang/test/
33+
- ./bin/llvm-lit -v ../llvm/test/ ../clang/test/
3434

3535
x86_release_task:
3636
name: Build and upload artefact x86_64
@@ -40,10 +40,10 @@ x86_release_task:
4040
<<: *arm_vm
4141
image_family: ubuntu-2404-lts-amd64
4242
architecture: amd64
43-
zone: us-central1-a
43+
zone: us-central1-c
4444
type: t2d-standard-16
4545
env:
46-
NINJA_STATUS: '%p [%f:%s/%t] %o/s, %es: '
46+
NINJA_STATUS: "%p [%f:%s/%t] %o/s, %es: "
4747
CIRRUS_CLONE_DEPTH: 1
4848
dependencies_script:
4949
- set -eo pipefail
@@ -77,7 +77,7 @@ arm_release_task:
7777
timeout_in: 120m
7878
gce_instance: *arm_vm
7979
env:
80-
NINJA_STATUS: '%p [%f:%s/%t] %o/s, %es: '
80+
NINJA_STATUS: "%p [%f:%s/%t] %o/s, %es: "
8181
CIRRUS_CLONE_DEPTH: 1
8282
dependencies_script:
8383
- set -eo pipefail

0 commit comments

Comments
 (0)