From 1be28f1197749cdfbf63fffda3ae0a330e57bb74 Mon Sep 17 00:00:00 2001 From: stephwang Date: Fri, 6 May 2022 08:38:27 -0400 Subject: [PATCH] chore: temporarily disable graalvm IT Until https://github.com/googleapis/java-bigquery/issues/2007 is fixed. --- .kokoro/build.sh | 11 ++++++----- owlbot.py | 1 + 2 files changed, 7 insertions(+), 5 deletions(-) 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