File tree Expand file tree Collapse file tree 4 files changed +11
-22
lines changed Expand file tree Collapse file tree 4 files changed +11
-22
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-http-java-client/.kokoro/build.sh"
84
95env_vars: {
106 key: " JOB_TYPE"
@@ -31,3 +27,7 @@ env_vars: {
3127 key: " SECRET_MANAGER_KEYS"
3228 value: " java-it-service-account"
3329}
30+
31+ container_properties {
32+ docker_image: " us-docker.pkg.dev/java-graalvm-ci-prod/graalvm-integration-testing/graalvm_a:1.12.0"
33+ }
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-http-java-client/.kokoro/build.sh"
84
95env_vars: {
106 key: " JOB_TYPE"
@@ -31,3 +27,7 @@ env_vars: {
3127 key: " SECRET_MANAGER_KEYS"
3228 value: " java-it-service-account"
3329}
30+
31+ container_properties {
32+ docker_image: " us-docker.pkg.dev/java-graalvm-ci-prod/graalvm-integration-testing/graalvm_b:1.12.0"
33+ }
Original file line number Diff line number Diff line change 1919 "fileMatch" : [
2020 " ^.kokoro/presubmit/graalvm-native.*.cfg$"
2121 ],
22- "matchStrings" : [
23- " value: \" gcr.io/cloud-devrel-public-resources/graalvm.*:(?<currentValue>.*?)\" "
24- ],
22+ "matchStrings" : [" docker_image: \" us-docker.pkg.dev/java-graalvm-ci-prod/graalvm-integration-testing/graalvm.*:(?<currentValue>.*?)\" " ],
2523 "depNameTemplate" : " com.google.cloud:native-image-shared-config" ,
2624 "datasourceTemplate" : " maven"
2725 }
You can’t perform that action at this time.
0 commit comments