diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2024-01-09 16:40:55 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2024-01-09 16:43:46 +0100 |
commit | 2a8ca54cd8ec1871a6539eee2960abdc126537ec (patch) | |
tree | 583321f43b013672d5a47fa00ba09774c7be0e4e | |
parent | 8a6766c5810b76471ae6b8445a15cfb37504f6e0 (diff) |
Precise the right Functest version
Change-Id: Ia2bf3d3b5f5dcc03542f757acad9eb129a0801a2
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 7a1a8de00e68a0c0517e92c62a41b2da4ceee1c3)
-rw-r--r-- | ansible/site.cntt.yml | 3 | ||||
-rw-r--r-- | ansible/site.yml | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ansible/site.cntt.yml b/ansible/site.cntt.yml index 900f619f6..affe9621e 100644 --- a/ansible/site.cntt.yml +++ b/ansible/site.cntt.yml @@ -4,6 +4,9 @@ roles: - role: collivier.xtesting project: functest + docker_tags: + - yoga: + branch: stable/yoga suites: - container: functest-healthcheck tests: diff --git a/ansible/site.yml b/ansible/site.yml index 60a2b89e8..28641e721 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -4,6 +4,9 @@ roles: - role: collivier.xtesting project: functest + docker_tags: + - yoga: + branch: stable/yoga suites: - container: functest-healthcheck tests: |