From 70ad812e04ed9f1c2a5fdd60c128d177db8ab480 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 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'ansible/site.yml') diff --git a/ansible/site.yml b/ansible/site.yml index 262791c3..3d34973e 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -5,3 +5,23 @@ docker_tags: - hunter: branch: stable/hunter + 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