Skip to content

Commit 5893fb8

Browse files
chore: use sdk-platform-shared-config to consolidate build configs (#1260)
* chore: use sdk-platform-shared-config to consolidate build configs * update docker images * fix syntax * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 46b1a19 commit 5893fb8

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
@@ -26,7 +26,9 @@
2626
'.github/auto-label.yaml',
2727
'.github/release-please.yml'
2828
'.kokoro/requirements.in',
29-
'.kokoro/requirements.txt'
29+
'.kokoro/requirements.txt',
30+
'.kokoro/presubmit/graalvm-native.cfg',
31+
'.kokoro/presubmit/graalvm-native-17.cfg'
3032
])
3133

3234
# --------------------------------------------------------------------------

pom.xml

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

2525
<parent>
2626
<groupId>com.google.cloud</groupId>
27-
<artifactId>google-cloud-shared-config</artifactId>
28-
<version>1.7.1</version>
27+
<artifactId>sdk-platform-java-config</artifactId>
28+
<version>3.23.0</version>
2929
</parent>
3030

3131
<developers>
@@ -65,7 +65,7 @@
6565
<dependency>
6666
<groupId>com.google.cloud</groupId>
6767
<artifactId>google-cloud-shared-dependencies</artifactId>
68-
<version>3.23.0</version>
68+
<version>${google-cloud-shared-dependencies.version}</version>
6969
<type>pom</type>
7070
<scope>import</scope>
7171
</dependency>

0 commit comments

Comments
 (0)