Skip to content

Commit 281af19

Browse files
committed
chore: Test with Protobuf-Java v4.32 [no need to review]
1 parent a116a8f commit 281af19

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.kokoro/build.sh

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ javadoc)
7272
integration)
7373
mvn -B ${INTEGRATION_TEST_ARGS} \
7474
-ntp \
75+
-Dprotobuf.version=4.32.0 \
7576
-Penable-integration-tests \
7677
-DtrimStackTrace=false \
7778
-Dclirr.skip=true \
@@ -83,6 +84,7 @@ integration)
8384
integration-cloud-devel)
8485
mvn -B ${INTEGRATION_TEST_ARGS} \
8586
-ntp \
87+
-Dprotobuf.version=4.32.0 \
8688
-Penable-integration-tests \
8789
-DtrimStackTrace=false \
8890
-Dclirr.skip=true \
@@ -97,6 +99,7 @@ integration-cloud-devel)
9799
integration-cloud-staging)
98100
mvn -B ${INTEGRATION_TEST_ARGS} \
99101
-ntp \
102+
-Dprotobuf.version=4.32.0 \
100103
-Penable-integration-tests \
101104
-DtrimStackTrace=false \
102105
-Dclirr.skip=true \
@@ -110,13 +113,15 @@ integration-cloud-staging)
110113
;;
111114
graalvm)
112115
# Run Unit and Integration Tests with Native Image.
113-
mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Penable-integration-tests test "-Dtest=com.google.cloud.spanner.jdbc.it.**"
116+
mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Penable-integration-tests test "-Dtest=com.google.cloud.spanner.jdbc.it.**" \
117+
-Dprotobuf.version=4.32.0
114118
RETURN_CODE=$?
115119
;;
116120
graalvmA)
117121
# Run Unit and Integration Tests with Native Image A.
118122

119-
NATIVE_IMAGE_OPTIONS="--strict-image-heap" mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Penable-integration-tests test "-Dtest=com.google.cloud.spanner.jdbc.it.**"
123+
NATIVE_IMAGE_OPTIONS="--strict-image-heap" mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Penable-integration-tests test "-Dtest=com.google.cloud.spanner.jdbc.it.**" \
124+
-Dprotobuf.version=4.32.0
120125
RETURN_CODE=$?
121126
;;
122127
samples)

0 commit comments

Comments
 (0)