From 5fd044e66cc8c0f0b002769db2c68be55c7ebb2d Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Fri, 4 Jan 2019 03:23:29 +0100 Subject: Conform with new tag configs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It allows generating gate jobs. Change-Id: I5ec41628f7be6ffe661dace8599ad55dc95b95f3 Signed-off-by: Cédric Ollivier --- ansible/site.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/ansible/site.yml b/ansible/site.yml index 24b2ac93..f4aefdb5 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: gambia - tests: - - first - - second - - third - - fourth - - fifth + docker_tags: + - gambia: + branch: stable/gambia -- cgit 1.2.3-korg