File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 3
3
# Configure the docker image for kokoro-trampoline.
4
4
env_vars: {
5
5
key: " TRAMPOLINE_IMAGE"
6
- value: " gcr.io/cloud-devrel-kokoro -resources/graalvm17:22.3.3 "
6
+ value: " gcr.io/cloud-devrel-public -resources/graalvm_sdk_platform_b:3.22.0 "
7
7
}
8
8
9
9
env_vars: {
Original file line number Diff line number Diff line change 3
3
# Configure the docker image for kokoro-trampoline.
4
4
env_vars: {
5
5
key: " TRAMPOLINE_IMAGE"
6
- value: " gcr.io/cloud-devrel-kokoro -resources/graalvm:22.3.3 "
6
+ value: " gcr.io/cloud-devrel-public -resources/graalvm_sdk_platform_a:3.22.0 "
7
7
}
8
8
9
9
env_vars: {
Original file line number Diff line number Diff line change 94
94
".github/blunderbuss.yml" ,
95
95
"CONTRIBUTING.md" ,
96
96
".kokoro/requirements.in" ,
97
- ".kokoro/requirements.txt"
97
+ ".kokoro/requirements.txt" ,
98
+ ".kokoro/presubmit/graalvm-native.cfg" ,
99
+ ".kokoro/presubmit/graalvm-native-17.cfg"
98
100
]
99
101
)
100
102
Original file line number Diff line number Diff line change 13
13
14
14
<parent >
15
15
<groupId >com.google.cloud</groupId >
16
- <artifactId >google-cloud-shared -config</artifactId >
17
- <version >1.7.1 </version >
16
+ <artifactId >sdk-platform-java -config</artifactId >
17
+ <version >3.23.0 </version >
18
18
</parent >
19
19
20
20
<developers >
77
77
<dependency >
78
78
<groupId >com.google.cloud</groupId >
79
79
<artifactId >google-cloud-shared-dependencies</artifactId >
80
- <version >3.23.0 </version >
80
+ <version >${google-cloud-shared-dependencies.version} </version >
81
81
<type >pom</type >
82
82
<scope >import</scope >
83
83
</dependency >
You can’t perform that action at this time.
0 commit comments