File tree Expand file tree Collapse file tree 7 files changed +21
-8
lines changed Expand file tree Collapse file tree 7 files changed +21
-8
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.2 "
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.2 "
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 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 20
20
'.kokoro/nightly/samples.cfg' ,
21
21
'.kokoro/nightly/integration.cfg' ,
22
22
'.kokoro/presubmit/samples.cfg' ,
23
+ '.kokoro/presubmit/graalvm-native.cfg' ,
24
+ '.kokoro/presubmit/graalvm-native-17.cfg' ,
23
25
'codecov.yaml' ,
24
26
'renovate.json' ,
25
27
'.kokoro/build.sh'
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 >
55
55
<github .global.server>github</github .global.server>
56
56
<site .installationModule>google-cloud-bigquery-parent</site .installationModule>
57
57
<google-api-services-bigquery .version>v2-rev20240203-2.0.0</google-api-services-bigquery .version>
58
- <google .cloud.shared-dependencies.version>3.25.0</google .cloud.shared-dependencies.version>
59
58
<arrow .version>15.0.0</arrow .version>
60
59
</properties >
61
60
64
63
<dependency >
65
64
<groupId >com.google.cloud</groupId >
66
65
<artifactId >google-cloud-shared-dependencies</artifactId >
67
- <version >${google. cloud. shared-dependencies.version} </version >
66
+ <version >${google- cloud- shared-dependencies.version} </version >
68
67
<type >pom</type >
69
68
<scope >import</scope >
70
69
</dependency >
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/continuous/graalvm-native.*.cfg$" ,
19
+ " ^.kokoro/presubmit/graalvm-native.*.cfg$"
20
+ ],
21
+ "matchStrings" : [" value: \" gcr.io/cloud-devrel-public-resources/graalvm.*:(?<currentValue>.*?)\" " ],
22
+ "depNameTemplate" : " com.google.cloud:sdk-platform-java-config" ,
23
+ "datasourceTemplate" : " maven"
24
+ }
25
+ ],
14
26
"packageRules" : [
15
27
{
16
28
"packagePatterns" : [
You can’t perform that action at this time.
0 commit comments