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:40:55 +0100 |
commit | 7a1a8de00e68a0c0517e92c62a41b2da4ceee1c3 (patch) | |
tree | c4be940aee47c2102f0359f8cb5dc6f09179eea5 /ansible | |
parent | ed75d330915acef2bb1329766e1268330d72f1ca (diff) |
Precise the right Functest version
Change-Id: Ia2bf3d3b5f5dcc03542f757acad9eb129a0801a2
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'ansible')
-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..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: |