File tree 3 files changed +9
-0
lines changed
3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,9 @@ docker exec tsl bazel test \
44
44
--nocheck_visibility \
45
45
--keep_going \
46
46
--flaky_test_attempts=3 \
47
+ --test_output=errors \
48
+ --build_tests_only \
49
+ --verbose_failures=true \
47
50
-- //tsl/... -//tsl/platform:subprocess_test -//tsl/platform/cloud:google_auth_provider_test -//tsl/platform/cloud:oauth_client_test
48
51
49
52
# Stop container
Original file line number Diff line number Diff line change @@ -93,5 +93,8 @@ bazel test \
93
93
--test_tag_filters=-no_mac \
94
94
--nocheck_visibility \
95
95
--keep_going \
96
+ --test_output=errors \
97
+ --build_tests_only \
98
+ --verbose_failures=true \
96
99
--flaky_test_attempts=3 \
97
100
-- //tsl/... -//tsl/platform:subprocess_test -//tsl/platform/cloud:google_auth_provider_test -//tsl/platform/cloud:oauth_client_test
Original file line number Diff line number Diff line change @@ -36,6 +36,9 @@ export PATH="$PATH:/c/Python38"
36
36
--output_filter=" " \
37
37
--nocheck_visibility \
38
38
--flaky_test_attempts=3 \
39
+ --test_output=errors \
40
+ --build_tests_only \
41
+ --verbose_failures=true \
39
42
--keep_going \
40
43
-- //tsl/... -//tsl/platform:subprocess_test -//tsl/platform/cloud:google_auth_provider_test -//tsl/platform/cloud:oauth_client_test \
41
44
|| { echo " Bazel Test Failed" && exit 1; }
You can’t perform that action at this time.
0 commit comments