diff options
author | 2024-01-09 10:04:51 +0100 | |
---|---|---|
committer | 2024-01-09 10:12:29 +0100 | |
commit | 8103cb0119dac4f6025aab4de2307dcbe3aa963c (patch) | |
tree | bdcae8173fcd9fa1536a4ed7cbd32e570dfd637e | |
parent | cac3d7506a23af149f1cb43f4082ed3e9d395381 (diff) |
Fix versions in Ansible playbook
Change-Id: I332f71c42a23525296fa0434cd221d3076b6c875
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 6e2a719bfb4fc15f9471d717e67195a5816e8ccb)
-rw-r--r-- | ansible/site.gate.yml | 4 | ||||
-rw-r--r-- | ansible/site.yml | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/ansible/site.gate.yml b/ansible/site.gate.yml index 135e177f..547a28d5 100644 --- a/ansible/site.gate.yml +++ b/ansible/site.gate.yml @@ -6,8 +6,8 @@ gerrit_project: functest-xtesting git_url: https://gerrit.opnfv.org/gerrit/functest-xtesting docker_tags: - - latest: - branch: master + - zed: + branch: stable/zed dependency: '3.16' builds: dependency: diff --git a/ansible/site.yml b/ansible/site.yml index a2124729..d1c2e793 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -2,6 +2,9 @@ - hosts: 127.0.0.1 roles: - role: collivier.xtesting + docker_tags: + - zed: + branch: stable/zed suites: - container: xtesting tests: |