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:50:25 +0200 |
commit | 724961d97aadc659bb0686ada240f77c39ad08ca (patch) | |
tree | 8b59d2136b665cea9f885544a2d9fb0b673114b2 | |
parent | c282c39b0fdcfbdb2cca2d8762ea499951083394 (diff) |
Fix all Ansible playbooks
Change-Id: Ic267835da8f1b5a9ae11c7bbf604dd2237e48cab
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit dc9d165a5db87fe73d4b75350b8d6aa9ba0dca3d)
-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..893a64b6 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.24: + branch: stable/v1.24 suites: - container: functest-kubernetes-healthcheck tests: diff --git a/ansible/site.gate.yml b/ansible/site.gate.yml index f54f586e..154c5a9e 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.24: + branch: stable/v1.24 builds: dependencies: - repo: _ diff --git a/ansible/site.yml b/ansible/site.yml index 7c8ddd7c..ea61deb0 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.24: + branch: stable/v1.24 suites: - container: functest-kubernetes-healthcheck tests: |