From 14c5347194e772df42aca46aced6407deaf9621f Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sun, 16 May 2021 16:34:29 +0200 Subject: Update Ansible files to wallaby MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Iaf3358c04dfd6637f2daf5acd95e5a79ea8140cd Signed-off-by: Cédric Ollivier --- ansible/site.cntt.yml | 3 +++ ansible/site.gate.yml | 3 +++ ansible/site.yml | 3 +++ 3 files changed, 9 insertions(+) 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: -- cgit 1.2.3-korg