Merge changes from topic 'use-ssh'
* changes:
Only generate SSH test keys if we run SSH tests
Add @UseSsh Annotation and GERRIT_USE_SSH flag
* submodules:
* Update plugins/cookbook-plugin from branch 'master'
- Add @UseSsh to CookbookIT
Change-Id: I5245a09a0dd3593db6d80fab260369044692cd7a
This commit is contained in:
@@ -217,6 +217,12 @@ To run the tests against NoteDb backend:
|
||||
bazel test --test_env=GERRIT_NOTEDB=READ_WRITE //...
|
||||
----
|
||||
|
||||
To run only tests that do not use SSH:
|
||||
|
||||
----
|
||||
bazel test --test_env=GERRIT_USE_SSH=NO //...
|
||||
----
|
||||
|
||||
== Dependencies
|
||||
|
||||
Dependency JARs are normally downloaded as needed, but you can
|
||||
|
||||
@@ -347,6 +347,12 @@ To run the tests against NoteDb backend:
|
||||
GERRIT_NOTEDB=READ_WRITE buck test
|
||||
----
|
||||
|
||||
To run only tests that do not use SSH:
|
||||
|
||||
----
|
||||
GERRIT_USE_SSH=NO buck test
|
||||
----
|
||||
|
||||
== Dependencies
|
||||
|
||||
Dependency JARs are normally downloaded automatically, but Buck can inspect
|
||||
|
||||
Reference in New Issue
Block a user