From 4bef764e2b3976f73e91fed7bca97b40d4123522 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 --- ansible/site.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ansible/site.yml b/ansible/site.yml index 934ef83e..8fa19688 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -2,6 +2,18 @@ - hosts: 127.0.0.1 roles: - role: collivier.xtesting + builds: + dependencies: + - repo: _ + dport: + container: alpine + tag: '3.10' + steps: + - name: opnfv/xtesting + containers: + - name: xtesting + ref_arg: BRANCH + path: docker suites: - container: xtesting tests: -- cgit 1.2.3-korg