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: {
23
23
key: " JOB_TYPE"
24
24
value: " test"
25
25
}
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 1
1
# Format: //devtools/kokoro/config/proto/build.proto
2
2
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"
8
4
9
5
env_vars: {
10
6
key: " JOB_TYPE"
@@ -31,3 +27,7 @@ env_vars: {
31
27
key: " SECRET_MANAGER_KEYS"
32
28
value: " java-it-service-account"
33
29
}
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 1
1
# Format: //devtools/kokoro/config/proto/build.proto
2
2
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"
8
4
9
5
env_vars: {
10
6
key: " JOB_TYPE"
@@ -31,3 +27,7 @@ env_vars: {
31
27
key: " SECRET_MANAGER_KEYS"
32
28
value: " java-it-service-account"
33
29
}
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 19
19
"fileMatch" : [
20
20
" ^.kokoro/presubmit/graalvm-native.*.cfg$"
21
21
],
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>.*?)\" " ],
25
23
"depNameTemplate" : " com.google.cloud:native-image-shared-config" ,
26
24
"datasourceTemplate" : " maven"
27
25
}
You can’t perform that action at this time.
0 commit comments