Skip to content

Commit ef92d48

Browse files
authored
chore: use sdk-platform-shared-config to consolidate build configs (#1523)
* chore: use sdk-platform-shared-config to consolidate build configs
1 parent 6701166 commit ef92d48

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

.kokoro/presubmit/graalvm-native-17.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Configure the docker image for kokoro-trampoline.
44
env_vars: {
55
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"
77
}
88

99
env_vars: {

.kokoro/presubmit/graalvm-native.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Configure the docker image for kokoro-trampoline.
44
env_vars: {
55
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"
77
}
88

99
env_vars: {

owlbot.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,9 @@
9494
".github/blunderbuss.yml",
9595
"CONTRIBUTING.md",
9696
".kokoro/requirements.in",
97-
".kokoro/requirements.txt"
97+
".kokoro/requirements.txt",
98+
".kokoro/presubmit/graalvm-native.cfg",
99+
".kokoro/presubmit/graalvm-native-17.cfg"
98100
]
99101
)
100102

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
<parent>
1515
<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>
1818
</parent>
1919

2020
<developers>
@@ -77,7 +77,7 @@
7777
<dependency>
7878
<groupId>com.google.cloud</groupId>
7979
<artifactId>google-cloud-shared-dependencies</artifactId>
80-
<version>3.23.0</version>
80+
<version>${google-cloud-shared-dependencies.version}</version>
8181
<type>pom</type>
8282
<scope>import</scope>
8383
</dependency>

0 commit comments

Comments
 (0)