Skip to content

Commit 4a6920b

Browse files
chore: use sdk-platform-java-config to consolidate build configs (#1589)
* chore: use sdk-platform-java-config to consolidate build configs * 🦉 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 a90d076 commit 4a6920b

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
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.24.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.24.0"
77
}
88

99
env_vars: {

google-cloud-pubsublite-bom/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<packaging>pom</packaging>
88
<parent>
99
<groupId>com.google.cloud</groupId>
10-
<artifactId>google-cloud-shared-config</artifactId>
11-
<version>1.7.1</version>
10+
<artifactId>sdk-platform-java-config</artifactId>
11+
<version>3.24.0</version>
1212
</parent>
1313

1414
<name>Google Cloud pubsublite BOM</name>

owlbot.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
".kokoro/*/samples.cfg",
2727
"samples/install-without-bom/*",
2828
".github/workflows/samples.yaml",
29-
".github/CODEOWNERS"
29+
".github/CODEOWNERS",
30+
".kokoro/presubmit/graalvm-native.cfg",
31+
".kokoro/presubmit/graalvm-native-17.cfg"
3032
]
3133
)

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<parent>
44
<groupId>com.google.cloud</groupId>
5-
<artifactId>google-cloud-shared-config</artifactId>
6-
<version>1.7.1</version>
5+
<artifactId>sdk-platform-java-config</artifactId>
6+
<version>3.24.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<groupId>com.google.cloud</groupId>
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>com.google.cloud</groupId>
2020
<artifactId>google-cloud-shared-dependencies</artifactId>
21-
<version>3.23.0</version>
21+
<version>${google-cloud-shared-dependencies.version}</version>
2222
<type>pom</type>
2323
<scope>import</scope>
2424
</dependency>

0 commit comments

Comments
 (0)