File tree Expand file tree Collapse file tree 4 files changed +12
-68
lines changed Expand file tree Collapse file tree 4 files changed +12
-68
lines changed Original file line number Diff line number Diff line change @@ -74,12 +74,20 @@ integration)
74
74
;;
75
75
graalvm)
76
76
# Run Unit and Integration Tests with Native Image
77
- mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Penable-integration-tests test
77
+ mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Penable-integration-tests \
78
+ -Dit.test=! ITBigQueryWrite* RetryTest \
79
+ -Dsurefire.failIfNoSpecifiedTests=false \
80
+ -Dfailsafe.failIfNoSpecifiedTests=false \
81
+ test
78
82
RETURN_CODE=$?
79
83
;;
80
84
graalvm17)
81
85
# Run Unit and Integration Tests with Native Image
82
- mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Penable-integration-tests test
86
+ mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Penable-integration-tests \
87
+ -Dit.test=! ITBigQueryWrite* RetryTest \
88
+ -Dsurefire.failIfNoSpecifiedTests=false \
89
+ -Dfailsafe.failIfNoSpecifiedTests=false \
90
+ test
83
91
RETURN_CODE=$?
84
92
;;
85
93
samples)
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 29
29
".kokoro/nightly/retry_quota.cfg" ,
30
30
".kokoro/nightly/samples.cfg" ,
31
31
".kokoro/presubmit/samples.cfg" ,
32
+ ".kokoro/presubmit/graalvm-native-17.cfg" ,
33
+ ".kokoro/presubmit/graalvm-native.cfg" ,
32
34
".kokoro/dependencies.sh" ,
33
35
".github/workflows/approve-readme.yaml" ,
34
36
".github/workflows/auto-release.yaml" ,
You can’t perform that action at this time.
0 commit comments