File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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 : europe-west4 -a
1111 type : c4a-standard-16
1212 disk : 60
1313 preemptible : 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
3535x86_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 : europe-west4 -a
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
You can’t perform that action at this time.
0 commit comments