File tree 3 files changed +0
-27
lines changed
3 files changed +0
-27
lines changed 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
- <<<<<<< Updated upstream
5
- env_vars: {
6
- key: " TRAMPOLINE_IMAGE"
7
- value: " gcr.io/cloud-devrel-public-resources/graalvm_a:1.11.3"
8
- }
9
- =======
10
- >>>>>>> Stashed changes
11
-
12
3
env_vars: {
13
4
key: " JOB_TYPE"
14
5
value: " graalvmA"
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
3
env_vars: {
5
- <<<<<<< Updated upstream
6
- key: " TRAMPOLINE_IMAGE"
7
- value: " gcr.io/cloud-devrel-public-resources/graalvm_b:1.11.3"
8
- }
9
-
10
- env_vars: {
11
- =======
12
- >>>>>>> Stashed changes
13
4
key: " JOB_TYPE"
14
5
value: " graalvmB"
15
6
}
@@ -34,10 +25,7 @@ env_vars: {
34
25
key: " SECRET_MANAGER_KEYS"
35
26
value: " java-it-service-account"
36
27
}
37
- <<<<<<< Updated upstream
38
- =======
39
28
40
29
container_properties {
41
30
docker_image: " us-docker.pkg.dev/java-graalvm-ci-prod/graalvm-integration-testing/graalvm_b:1.11.3"
42
31
}
43
- >>>>>>> Stashed changes
Original file line number Diff line number Diff line change 19
19
"fileMatch" : [
20
20
" ^.kokoro/presubmit/graalvm-native.*.cfg$"
21
21
],
22
- <<<<<<< Updated upstream
23
- "matchStrings" : [
24
- " value: \" gcr.io/cloud-devrel-public-resources/graalvm.*:(?<currentValue>.*?)\" "
25
- ],
26
- =======
27
22
"matchStrings" : [" docker_image: \" us-docker.pkg.dev/java-graalvm-ci-prod/graalvm-integration-testing/graalvm.*:(?<currentValue>.*?)\" " ],
28
- >>>>>>> Stashed changes
29
23
"depNameTemplate" : " com.google.cloud:native-image-shared-config" ,
30
24
"datasourceTemplate" : " maven"
31
25
}
You can’t perform that action at this time.
0 commit comments