diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-11-09 17:43:34 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-11-09 17:44:14 +0100 |
commit | 4e64478b58c0a2faff3d51d198b35f82c6e82b02 (patch) | |
tree | c748a7b0b6092f6a237f6c4b30a5fb5c1b6ad232 /ansible | |
parent | c763e9ed03d8afe44d411e511fd18cecb9e770fe (diff) |
Split Gates in a dedicated site.yml
Change-Id: I37bd9d003ee3e9e92a742f8593b2b9f5d6156c07
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/site.gate.yml | 27 | ||||
-rw-r--r-- | ansible/site.yml | 12 |
2 files changed, 27 insertions, 12 deletions
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: |