diff options
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/site.cntt.yml | 3 | ||||
-rw-r--r-- | ansible/site.gate.yml | 3 | ||||
-rw-r--r-- | ansible/site.yml | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/ansible/site.cntt.yml b/ansible/site.cntt.yml index 900f619f6..250398da8 100644 --- a/ansible/site.cntt.yml +++ b/ansible/site.cntt.yml @@ -4,6 +4,9 @@ roles: - role: collivier.xtesting project: functest + docker_tags: + - wallaby: + branch: stable/wallaby suites: - container: functest-healthcheck tests: diff --git a/ansible/site.gate.yml b/ansible/site.gate.yml index 0d902dc2e..ca52a8014 100644 --- a/ansible/site.gate.yml +++ b/ansible/site.gate.yml @@ -5,6 +5,9 @@ - role: collivier.xtesting project: functest gerrit_project: functest + docker_tags: + - wallaby: + branch: stable/wallaby builds: dependencies: - repo: _ diff --git a/ansible/site.yml b/ansible/site.yml index 60a2b89e8..334a83691 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -4,6 +4,9 @@ roles: - role: collivier.xtesting project: functest + docker_tags: + - wallaby: + branch: stable/wallaby suites: - container: functest-healthcheck tests: |