From 4e64478b58c0a2faff3d51d198b35f82c6e82b02 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 9 Nov 2020 17:43:34 +0100 Subject: Split Gates in a dedicated site.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I37bd9d003ee3e9e92a742f8593b2b9f5d6156c07 Signed-off-by: Cédric Ollivier --- ansible/site.gate.yml | 27 +++++++++++++++++++++++++++ ansible/site.yml | 12 ------------ 2 files changed, 27 insertions(+), 12 deletions(-) create mode 100644 ansible/site.gate.yml diff --git a/ansible/site.gate.yml b/ansible/site.gate.yml new file mode 100644 index 00000000..3d34973e --- /dev/null +++ b/ansible/site.gate.yml @@ -0,0 +1,27 @@ +--- +- hosts: 127.0.0.1 + roles: + - role: collivier.xtesting + 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 diff --git a/ansible/site.yml b/ansible/site.yml index 3d34973e..3e02d666 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -5,18 +5,6 @@ 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: -- cgit 1.2.3-korg