You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .kokoro/build.sh
+10-5Lines changed: 10 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -80,11 +80,16 @@ nightly-it)
80
80
verify
81
81
RETURN_CODE=$?
82
82
;;
83
-
#graalvm)
84
-
# # Run Unit and Integration Tests with Native Image
85
-
# mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Penable-integration-tests test
86
-
# RETURN_CODE=$?
87
-
# ;;
83
+
graalvm)
84
+
# Run Unit and Integration Tests with Native Image
85
+
mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Penable-integration-tests test
86
+
RETURN_CODE=$?
87
+
;;
88
+
graalvm17)
89
+
# Run Unit and Integration Tests with Native Image. Skip Arrow tests until https://github.com/googleapis/java-bigquery/issues/2060 is fixed.
Copy file name to clipboardExpand all lines: google-cloud-bigquery/src/main/resources/META-INF/native-image/com.google.cloud/google-cloud-bigquery/reflect-config.json
0 commit comments