Document more options for running Gerrit tests with Bazel
Document how to exclude flaky tests and how to ignore cached test results when running the tests. Change-Id: Id37c9ff0ceb660e533f7b50082d9160c51734da2 Signed-off-by: Edwin Kempin <ekempin@google.com>
This commit is contained in:
@@ -214,6 +214,18 @@ To run only tests that do not use SSH:
|
||||
bazel test --test_env=GERRIT_USE_SSH=NO //...
|
||||
----
|
||||
|
||||
To exclude tests that have been marked as flaky:
|
||||
|
||||
----
|
||||
bazel test --test_tag_filters=-flaky //...
|
||||
----
|
||||
|
||||
To ignore cached test results:
|
||||
|
||||
----
|
||||
bazel test --cache_test_results=NO //...
|
||||
----
|
||||
|
||||
== Dependencies
|
||||
|
||||
Dependency JARs are normally downloaded as needed, but you can
|
||||
|
||||
Reference in New Issue
Block a user