From 971fcdf11a4b896995e15beff1a221267c65973b Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Wed, 2 Jun 2021 10:27:05 +0200 Subject: [PATCH] Fix branch in ansible/site.yml MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I1d89842270a772e44cb3b07a6ccbb5e0704c4a22 Signed-off-by: Cédric Ollivier --- ansible/site.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ansible/site.yml b/ansible/site.yml index 92f883b2..9e0491f5 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -2,6 +2,9 @@ - hosts: 127.0.0.1 roles: - role: collivier.xtesting + docker_tags: + - wallaby: + branch: stable/wallaby suites: - container: xtesting tests: -- 2.16.6