Skip to content

Commit b919ef8

Browse files
committed
use gcloud-devel for now
1 parent 411d71f commit b919ef8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.kokoro/presubmit/graalvm-native-a.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ env_vars: {
1010
# TODO: remove this after we've migrated all tests and scripts
1111
env_vars: {
1212
key: "GCLOUD_PROJECT"
13-
value: "java-graalvm-ci-prod"
13+
value: "gcloud-devel"
1414
}
1515

1616
env_vars: {
1717
key: "GOOGLE_CLOUD_PROJECT"
18-
value: "java-graalvm-ci-prod"
18+
value: "gcloud-devel"
1919
}
2020

2121
env_vars: {
@@ -40,7 +40,7 @@ env_vars: {
4040

4141
env_vars: {
4242
key: "GOOGLE_CLOUD_QUOTA_PROJECT"
43-
value: "java-graalvm-ci-prod"
43+
value: "gcloud-devel"
4444
}
4545

4646
container_properties {

.kokoro/presubmit/graalvm-native-b.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ env_vars: {
1010
# TODO: remove this after we've migrated all tests and scripts
1111
env_vars: {
1212
key: "GCLOUD_PROJECT"
13-
value: "java-graalvm-ci-prod"
13+
value: "gcloud-devel"
1414
}
1515

1616
env_vars: {
1717
key: "GOOGLE_CLOUD_PROJECT"
18-
value: "java-graalvm-ci-prod"
18+
value: "gcloud-devel"
1919
}
2020

2121
env_vars: {
@@ -40,7 +40,7 @@ env_vars: {
4040

4141
env_vars: {
4242
key: "GOOGLE_CLOUD_QUOTA_PROJECT"
43-
value: "java-graalvm-ci-prod"
43+
value: "gcloud-devel"
4444
}
4545

4646
container_properties {

0 commit comments

Comments
 (0)