From 3bc6c7b5c89eea1ddc2f8b5bde8285bd8ef6d331 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Mon, 9 Nov 2020 17:40:53 +0100 Subject: [PATCH] Split Gates in a dedicated site.yml MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: Ib9fb9968071543c1a881fd862f15076488845ecb Signed-off-by: Cédric Ollivier (cherry picked from commit da3d1068889529241bd017f46b454bec4bce5382) --- ansible/site.gate.yml | 10 +++++++++- ansible/site.yml | 17 ----------------- 2 files changed, 9 insertions(+), 18 deletions(-) diff --git a/ansible/site.gate.yml b/ansible/site.gate.yml index 25554c1b..54305663 100644 --- a/ansible/site.gate.yml +++ b/ansible/site.gate.yml @@ -16,7 +16,12 @@ containers: - name: xtesting ref_arg: BRANCH - path: docker + path: docker/core + - name: opnfv/xtesting-mts + containers: + - name: xtesting-mts + ref_arg: BRANCH + path: docker/mts suites: - container: xtesting tests: @@ -26,3 +31,6 @@ - fourth - fifth - sixth + - container: xtesting-mts + tests: + - seventh diff --git a/ansible/site.yml b/ansible/site.yml index 54305663..5bc7b108 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -5,23 +5,6 @@ docker_tags: - jerma: branch: stable/jerma - builds: - dependencies: - - repo: _ - dport: - container: alpine - tag: '3.10' - steps: - - name: opnfv/xtesting - containers: - - name: xtesting - ref_arg: BRANCH - path: docker/core - - name: opnfv/xtesting-mts - containers: - - name: xtesting-mts - ref_arg: BRANCH - path: docker/mts suites: - container: xtesting tests: -- 2.16.6