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:
Edwin Kempin
2017-02-10 11:52:01 +01:00
parent 2037232d67
commit 2e8e96ca76

View File

@@ -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