diff options
-rw-r--r-- | ansible/site.yml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ansible/site.yml b/ansible/site.yml index 262791c3..3d34973e 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -5,3 +5,23 @@ 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 |