Skip to content

Commit ec8ecbd

Browse files
committed
do not run all tests ; also do not retry failures
1 parent eec443f commit ec8ecbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudbuild/presubmit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ determine_tests_to_run() {
7070
changed_dir="${changed_dir%%/*}/"
7171
# Run all tests if common directories modified
7272
if [[ ${changed_dir} =~ ^(integration_tests|util|cloudbuild)/$ ]]; then
73+
continue
7374
echo "All tests will be run: '${changed_dir}' was changed"
7475
TESTS_TO_RUN=(":DataprocInitActionsTestSuite")
7576
return 0
@@ -104,7 +105,6 @@ run_tests() {
104105
bazel test \
105106
--jobs="${max_parallel_tests}" \
106107
--local_test_jobs="${max_parallel_tests}" \
107-
--flaky_test_attempts=3 \
108108
--action_env="INTERNAL_IP_SSH=true" \
109109
--test_output="all" \
110110
--noshow_progress \

0 commit comments

Comments
 (0)