diff --git a/.kokoro/build.sh b/.kokoro/build.sh index f5a684ca3..1515afde0 100755 --- a/.kokoro/build.sh +++ b/.kokoro/build.sh @@ -69,11 +69,12 @@ integration) verify RETURN_CODE=$? ;; -graalvm) - # Run Unit and Integration Tests with Native Image - mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Penable-integration-tests test - RETURN_CODE=$? - ;; +#TODO: re-enable graalvm IT when https://github.com/googleapis/java-bigquery/issues/2007 is fixed +#graalvm) +# # Run Unit and Integration Tests with Native Image +# mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Penable-integration-tests test +# RETURN_CODE=$? +# ;; samples) SAMPLES_DIR=samples # only run ITs in snapshot/ on presubmit PRs. run ITs in all 3 samples/ subdirectories otherwise. diff --git a/owlbot.py b/owlbot.py index 106a89a3b..c14fae862 100644 --- a/owlbot.py +++ b/owlbot.py @@ -22,4 +22,5 @@ '.kokoro/dependencies.sh', 'codecov.yaml', 'renovate.json', + 'build.sh', ]) \ No newline at end of file