From: Cédric Ollivier Date: Mon, 9 Nov 2020 16:40:53 +0000 (+0100) Subject: Split Gates in a dedicated site.yml X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F16%2F72016%2F1;p=functest-xtesting.git Split Gates in a dedicated site.yml Change-Id: Ib9fb9968071543c1a881fd862f15076488845ecb Signed-off-by: Cédric Ollivier (cherry picked from commit da3d1068889529241bd017f46b454bec4bce5382) --- diff --git a/ansible/site.gate.yml b/ansible/site.gate.yml index 3d34973e..8c0d9df2 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: @@ -25,3 +30,7 @@ - third - fourth - fifth + - sixth + - container: xtesting-mts + tests: + - seventh diff --git a/ansible/site.yml b/ansible/site.yml index 8d52e171..38955b01 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -5,23 +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/core - - name: opnfv/xtesting-mts - containers: - - name: xtesting-mts - ref_arg: BRANCH - path: docker/mts suites: - container: xtesting tests: