We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d5c72d commit 8432089Copy full SHA for 8432089
shared.bazelrc
@@ -85,13 +85,18 @@ common:race --@io_bazel_rules_go//go/config:race
85
86
common:performance --compilation_mode=opt
87
88
+# Configurations used to debug flaky tests
89
+common:quarantine --config=remote-minimal
90
+test:quarantine --config=race
91
+test:quarantine --test_env=RUN_QUARANTINED_TESTS=true
92
+
93
# Configuration used to deflake tests
94
common:deflake --config=remote-minimal
95
test:deflake --runs_per_test=100
96
test:deflake --test_output=errors
97
test:deflake --test_runner_fail_fast
98
test:deflake --notest_keep_going
-test:deflake --config=race
99
+test:deflake --config=quarantine
100
101
# Run Webdriver tests with --config=webdriver-debug to debug webdriver tests locally.
102
# See server/testutil/webtester/webtester.go for more details.
0 commit comments