diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-10-20 13:20:13 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-10-20 15:47:57 +0200 |
commit | e9c3f49b9aa4714ef9c2be8658080f23f41dbd30 (patch) | |
tree | 93a5b27f17fe86d183ac982804f191e72c23f8fa | |
parent | 2db07f142a7a30e31a4483e6cedc150fc51bb5b6 (diff) |
Fix all Ansible playbooks
Change-Id: Ic267835da8f1b5a9ae11c7bbf604dd2237e48cab
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | ansible/site.cntt.yml | 3 | ||||
-rw-r--r-- | ansible/site.gate.yml | 3 | ||||
-rw-r--r-- | ansible/site.yml | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/ansible/site.cntt.yml b/ansible/site.cntt.yml index f9bbef36..73b732bd 100644 --- a/ansible/site.cntt.yml +++ b/ansible/site.cntt.yml @@ -4,6 +4,9 @@ - role: collivier.xtesting project: functest-kubernetes db_project: functest + docker_tags: + - v1.25: + branch: stable/v1.25 suites: - container: functest-kubernetes-healthcheck tests: diff --git a/ansible/site.gate.yml b/ansible/site.gate.yml index f54f586e..0c0aa92b 100644 --- a/ansible/site.gate.yml +++ b/ansible/site.gate.yml @@ -5,6 +5,9 @@ project: functest-kubernetes db_project: functest gerrit_project: functest-kubernetes + docker_tags: + - v1.25: + branch: stable/v1.25 builds: dependencies: - repo: _ diff --git a/ansible/site.yml b/ansible/site.yml index 7c8ddd7c..27a165ba 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -4,6 +4,9 @@ - role: collivier.xtesting project: functest-kubernetes db_project: functest + docker_tags: + - v1.25: + branch: stable/v1.25 suites: - container: functest-kubernetes-healthcheck tests: |