From: Cédric Ollivier Date: Mon, 9 Nov 2020 16:42:21 +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%2F55%2F71355%2F1;p=functest-xtesting.git Split Gates in a dedicated site.yml Change-Id: I18a6e6677dcf17cf5e05d1af291cfc0c923a0dd2 Signed-off-by: Cédric Ollivier --- diff --git a/ansible/site.gate.yml b/ansible/site.gate.yml new file mode 100644 index 00000000..25554c1b --- /dev/null +++ b/ansible/site.gate.yml @@ -0,0 +1,28 @@ +--- +- hosts: 127.0.0.1 + roles: + - role: collivier.xtesting + 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 + suites: + - container: xtesting + tests: + - first + - second + - third + - fourth + - fifth + - sixth diff --git a/ansible/site.yml b/ansible/site.yml index 25554c1b..7e4f4ec6 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -5,18 +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 suites: - container: xtesting tests: