diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-01-04 03:07:11 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-01-05 13:03:04 +0100 |
commit | b8a8ff8e94c1a254c8d4becc16e594d39ca660cf (patch) | |
tree | f296dfeadac3a810abcec02fefdb6c47b92ce67b | |
parent | 3e04b5eaf8f4845756460fef0aaeef42ee52a071 (diff) |
Conform with new tag configs
It allows generating gate jobs.
Change-Id: I327a2eedf0ca0f0666d32405fe2dc0558688292f
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | ansible/site.yml | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/ansible/site.yml b/ansible/site.yml index 3073b469..262791c3 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -2,13 +2,6 @@ - hosts: 127.0.0.1 roles: - role: collivier.xtesting - suites: - - repo: opnfv - container: xtesting - tag: hunter - tests: - - first - - second - - third - - fourth - - fifth + docker_tags: + - hunter: + branch: stable/hunter |