File tree 5 files changed +18
-7
lines changed
5 files changed +18
-7
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.25.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.25.0 "
7
7
}
8
8
9
9
env_vars: {
Original file line number Diff line number Diff line change 23
23
<packaging >pom</packaging >
24
24
<parent >
25
25
<groupId >com.google.cloud</groupId >
26
- <artifactId >google-cloud-shared -config</artifactId >
27
- <version >1.7.1 </version >
26
+ <artifactId >sdk-platform-java -config</artifactId >
27
+ <version >3.25.0 </version >
28
28
<relativePath />
29
29
</parent >
30
30
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.25.0 </version >
18
18
</parent >
19
19
20
20
<developers >
62
62
<dependency >
63
63
<groupId >com.google.cloud</groupId >
64
64
<artifactId >google-cloud-shared-dependencies</artifactId >
65
- <version >${google. cloud. shared-dependencies.version} </version >
65
+ <version >${google- cloud- shared-dependencies.version} </version >
66
66
<type >pom</type >
67
67
<scope >import</scope >
68
68
<exclusions >
Original file line number Diff line number Diff line change 11
11
" :autodetectPinVersions"
12
12
],
13
13
"ignorePaths" : [" .kokoro/requirements.txt" ],
14
+ "customManagers" : [
15
+ {
16
+ "customType" : " regex" ,
17
+ "fileMatch" : [
18
+ " ^.kokoro/presubmit/graalvm-native.*.cfg$"
19
+ ],
20
+ "matchStrings" : [" value: \" gcr.io/cloud-devrel-public-resources/graalvm.*:(?<currentValue>.*?)\" " ],
21
+ "depNameTemplate" : " com.google.cloud:sdk-platform-java-config" ,
22
+ "datasourceTemplate" : " maven"
23
+ }
24
+ ],
14
25
"packageRules" : [
15
26
{
16
27
"packagePatterns" : [
You can’t perform that action at this time.
0 commit comments