Skip to content

Commit 734f4f5

Browse files
committed
Merge branch 'main' into renovate/com.google.cloud-sdk-platform-java-config-3.x
2 parents 2be3ec5 + 9489fa0 commit 734f4f5

File tree

4 files changed

+6
-15
lines changed

4 files changed

+6
-15
lines changed

.kokoro/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ integration)
7676
-DtrimStackTrace=false \
7777
-Dclirr.skip=true \
7878
-Denforcer.skip=true \
79+
-Dspanner.testenv.instance=projects/span-cloud-testing/instances/java-client-integration-test \
80+
-Dspanner.gce.config.project_id=span-cloud-testing \
7981
-fae \
8082
verify
8183
RETURN_CODE=$?

.kokoro/presubmit/integration.cfg

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,13 @@ env_vars: {
1111
value: "integration"
1212
}
1313

14-
# TODO: remove this after we've migrated all tests and scripts
15-
env_vars: {
16-
key: "GCLOUD_PROJECT"
17-
value: "gcloud-devel"
18-
}
19-
20-
env_vars: {
21-
key: "GOOGLE_CLOUD_PROJECT"
22-
value: "gcloud-devel"
23-
}
24-
2514
env_vars: {
2615
key: "GOOGLE_APPLICATION_CREDENTIALS"
27-
value: "secret_manager/java-it-service-account"
16+
value: "secret_manager/java-client-testing"
2817
}
2918

3019
env_vars: {
3120
key: "SECRET_MANAGER_KEYS"
32-
value: "java-it-service-account"
21+
value: "java-client-testing"
3322
}
3423

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>com.google.cloud</groupId>
6363
<artifactId>google-cloud-spanner-bom</artifactId>
64-
<version>6.90.0</version>
64+
<version>6.91.1</version>
6565
<type>pom</type>
6666
<scope>import</scope>
6767
</dependency>

samples/spring-data-jdbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.google.cloud</groupId>
3232
<artifactId>google-cloud-spanner-bom</artifactId>
33-
<version>6.90.0</version>
33+
<version>6.91.1</version>
3434
<scope>import</scope>
3535
<type>pom</type>
3636
</dependency>

0 commit comments

Comments
 (0)