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.24.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.24.0 "
7
7
}
8
8
9
9
env_vars: {
Original file line number Diff line number Diff line change 1211
1211
".github/sync-repo-settings.yaml" ,
1212
1212
".github/blunderbuss.yml" ,
1213
1213
'.kokoro/requirements.in' ,
1214
- '.kokoro/requirements.txt'
1214
+ '.kokoro/requirements.txt' ,
1215
+ '.kokoro/presubmit/graalvm-native.cfg' ,
1216
+ '.kokoro/presubmit/graalvm-native-17.cfg'
1215
1217
]
1216
1218
)
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.24.0 </version >
18
18
</parent >
19
19
20
20
<developers >
61
61
<dependency >
62
62
<groupId >com.google.cloud</groupId >
63
63
<artifactId >google-cloud-shared-dependencies</artifactId >
64
- <version >3.23.0 </version >
64
+ <version >${google-cloud-shared-dependencies.version} </version >
65
65
<type >pom</type >
66
66
<scope >import</scope >
67
67
</dependency >
You can’t perform that action at this time.
0 commit comments