From 094012d09b08a269536821fbe337fbaeb6bad008 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Thu, 22 Aug 2019 13:48:03 +0200 Subject: Override default Xtesting Ansible role values MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It ease maintaining the Xtesting branches. Change-Id: Iaaeed0eb4331908266163746350e4163c102238a Signed-off-by: Cédric Ollivier (cherry picked from commit 4bef764e2b3976f73e91fed7bca97b40d4123522) --- ansible/site.yml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/ansible/site.yml b/ansible/site.yml index 8c862e9c..dd277336 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -3,5 +3,25 @@ roles: - role: collivier.xtesting docker_tags: - - hunter: + - iruya: branch: stable/iruya + builds: + dependencies: + - repo: _ + dport: + container: alpine + tag: 3.9 + steps: + - name: opnfv/xtesting + containers: + - name: xtesting + ref_arg: BRANCH + path: docker + suites: + - container: xtesting + tests: + - first + - second + - third + - fourth + - fifth -- cgit 1.2.3-korg