Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit c5e8d12

Browse files
fix: fix graalvm native test B
1 parent 934389e commit c5e8d12

2 files changed

Lines changed: 3 additions & 9 deletions

File tree

.kokoro/build.sh

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,8 @@ javadoc)
6060
RETURN_CODE=$?
6161
;;
6262
integration)
63-
mvn -B ${INTEGRATION_TEST_ARGS} \
64-
-ntp \
65-
-Penable-integration-tests \
66-
-DtrimStackTrace=false \
67-
-Dclirr.skip=true \
68-
-Denforcer.skip=true \
69-
-fae \
70-
verify
63+
# Run Unit and Integration Tests with Native Image
64+
mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative test
7165
RETURN_CODE=$?
7266
;;
7367
graalvm)

.kokoro/presubmit/integration.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/java8"
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.46.2"
77
}
88

99
env_vars: {

0 commit comments

Comments
 (0)