We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eec443f commit ec8ecbdCopy full SHA for ec8ecbd
cloudbuild/presubmit.sh
@@ -70,6 +70,7 @@ determine_tests_to_run() {
70
changed_dir="${changed_dir%%/*}/"
71
# Run all tests if common directories modified
72
if [[ ${changed_dir} =~ ^(integration_tests|util|cloudbuild)/$ ]]; then
73
+ continue
74
echo "All tests will be run: '${changed_dir}' was changed"
75
TESTS_TO_RUN=(":DataprocInitActionsTestSuite")
76
return 0
@@ -104,7 +105,6 @@ run_tests() {
104
105
bazel test \
106
--jobs="${max_parallel_tests}" \
107
--local_test_jobs="${max_parallel_tests}" \
- --flaky_test_attempts=3 \
108
--action_env="INTERNAL_IP_SSH=true" \
109
--test_output="all" \
110
--noshow_progress \
0 commit comments