File tree Expand file tree Collapse file tree 4 files changed +11
-20
lines changed
Expand file tree Collapse file tree 4 files changed +11
-20
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,3 @@ env_vars: {
2323 key: " JOB_TYPE"
2424 value: " test"
2525}
26-
27- before_action {
28- fetch_keystore {
29- keystore_resource {
30- keystore_config_id: 73713
31- keyname: " dpebot_codecov_token"
32- }
33- }
34- }
Original file line number Diff line number Diff line change 11# Format: //devtools/kokoro/config/proto/build.proto
22
3- # Configure the docker image for kokoro-trampoline.
4- env_vars: {
5- key: " TRAMPOLINE_IMAGE"
6- value: " gcr.io/cloud-devrel-public-resources/graalvm_a:1.11.3"
7- }
3+ build_file: " google-auth-library-java/.kokoro/build.sh"
84
95env_vars: {
106 key: " JOB_TYPE"
@@ -47,3 +43,7 @@ env_vars: {
4743 value: " gcloud-devel"
4844}
4945
46+ container_properties {
47+ docker_image: " us-docker.pkg.dev/java-graalvm-ci-prod/graalvm-integration-testing/graalvm_a:1.12.0"
48+ }
49+
Original file line number Diff line number Diff line change 11# Format: //devtools/kokoro/config/proto/build.proto
22
3- # Configure the docker image for kokoro-trampoline.
4- env_vars: {
5- key: " TRAMPOLINE_IMAGE"
6- value: " gcr.io/cloud-devrel-public-resources/graalvm_b:1.11.3"
7- }
3+ build_file: " google-auth-library-java/.kokoro/build.sh"
84
95env_vars: {
106 key: " JOB_TYPE"
@@ -46,3 +42,7 @@ env_vars: {
4642 key: " GOOGLE_CLOUD_QUOTA_PROJECT"
4743 value: " gcloud-devel"
4844}
45+
46+ container_properties {
47+ docker_image: " us-docker.pkg.dev/java-graalvm-ci-prod/graalvm-integration-testing/graalvm_b:1.12.0"
48+ }
Original file line number Diff line number Diff line change 1818 "fileMatch" : [
1919 " ^.kokoro/presubmit/graalvm-native.*.cfg$"
2020 ],
21- "matchStrings" : [" value : \" gcr.io/cloud-devrel-public-resources /graalvm.*:(?<currentValue>.*?)\" " ],
21+ "matchStrings" : [" docker_image : \" us-docker.pkg.dev/java-graalvm-ci-prod/graalvm-integration-testing /graalvm.*:(?<currentValue>.*?)\" " ],
2222 "depNameTemplate" : " com.google.cloud:google-cloud-shared-config" ,
2323 "datasourceTemplate" : " maven"
2424 }
You can’t perform that action at this time.
0 commit comments