diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-05-16 16:34:29 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-05-16 16:34:29 +0200 |
commit | 14c5347194e772df42aca46aced6407deaf9621f (patch) | |
tree | 2dc4dccf00fbedaa0eddea428926469e890d6b47 | |
parent | 723088799ff85e96124442d6f8c96f25283eed44 (diff) |
Update Ansible files to wallaby
Change-Id: Iaf3358c04dfd6637f2daf5acd95e5a79ea8140cd
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-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: |