From 7a1a8de00e68a0c0517e92c62a41b2da4ceee1c3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Tue, 9 Jan 2024 16:40:55 +0100 Subject: [PATCH] Precise the right Functest version MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: Ia2bf3d3b5f5dcc03542f757acad9eb129a0801a2 Signed-off-by: Cédric Ollivier --- 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..92d58b5a8 100644 --- a/ansible/site.cntt.yml +++ b/ansible/site.cntt.yml @@ -4,6 +4,9 @@ roles: - role: collivier.xtesting project: functest + docker_tags: + - zed: + branch: stable/zed suites: - container: functest-healthcheck tests: diff --git a/ansible/site.yml b/ansible/site.yml index 60a2b89e8..525861c59 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -4,6 +4,9 @@ roles: - role: collivier.xtesting project: functest + docker_tags: + - zed: + branch: stable/zed suites: - container: functest-healthcheck tests: -- 2.16.6