From 78cca8c5200ea734e27dcfa52a2085746c20e47f Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 9 Jan 2024 16:40:55 +0100 Subject: Precise the right Functest version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ia2bf3d3b5f5dcc03542f757acad9eb129a0801a2 Signed-off-by: Cédric Ollivier (cherry picked from commit 7a1a8de00e68a0c0517e92c62a41b2da4ceee1c3) --- ansible/site.cntt.yml | 3 +++ ansible/site.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/ansible/site.cntt.yml b/ansible/site.cntt.yml index 900f619f6..4412e3c2c 100644 --- a/ansible/site.cntt.yml +++ b/ansible/site.cntt.yml @@ -4,6 +4,9 @@ roles: - role: collivier.xtesting project: functest + docker_tags: + - xena: + branch: stable/xena suites: - container: functest-healthcheck tests: diff --git a/ansible/site.yml b/ansible/site.yml index 60a2b89e8..49799574a 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -4,6 +4,9 @@ roles: - role: collivier.xtesting project: functest + docker_tags: + - xena: + branch: stable/xena suites: - container: functest-healthcheck tests: -- cgit 1.2.3-korg