File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
src/test/resources/META-INF/native-image/com.google.cloud/google-cloud-spanner-jdbc Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,11 @@ graalvm)
115115 mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Penable-integration-tests test " -Dtest=com.google.cloud.spanner.jdbc.it.**"
116116 RETURN_CODE=$?
117117 ;;
118+ graalvmA)
119+ # Run Unit and Integration Tests with Native Image A.
120+ NATIVE_IMAGE_OPTIONS=" --strict-image-heap" mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Penable-integration-tests test " -Dtest=com.google.cloud.spanner.jdbc.it.**"
121+ RETURN_CODE=$?
122+ ;;
118123samples)
119124 SAMPLES_DIR=samples
120125 # only run ITs in snapshot/ on presubmit PRs. run ITs in all 3 samples/ subdirectories otherwise.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ env_vars: {
88
99env_vars: {
1010 key: " JOB_TYPE"
11- value: " graalvm "
11+ value: " graalvmA "
1212}
1313
1414# TODO: remove this after we've migrated all tests and scripts
Original file line number Diff line number Diff line change 1- # Args=--strict-image-heap
1+ Args =--initialize-at-build-time =com.google.cloud.spanner.jdbc.it
You can’t perform that action at this time.
0 commit comments