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:
ekempin
2016-12-22 15:35:22 +00:00
committed by Gerrit Code Review
19 changed files with 176 additions and 23 deletions

View File

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

View File

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