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 13:25:15 +0200 |
commit | 0e7dd47d0e551b8bde22d805653066ade0ea74c3 (patch) | |
tree | 1def97ddbb4fc76956cfd36b6223e022ddb4d82d /ansible | |
parent | ab5b09875a9928db9d4b2b06596ae076d009dfc7 (diff) |
Fix all Ansible playbooks
Change-Id: Ic267835da8f1b5a9ae11c7bbf604dd2237e48cab
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit dc9d165a5db87fe73d4b75350b8d6aa9ba0dca3d)
(cherry picked from commit a4927bd59c539d3996ba1413dbc2452f4739adde)
Diffstat (limited to 'ansible')
-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..09f8aa44 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.23: + branch: stable/v1.23 suites: - container: functest-kubernetes-healthcheck tests: diff --git a/ansible/site.gate.yml b/ansible/site.gate.yml index 35593ed0..146a5ca0 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.23: + branch: stable/v1.23 builds: dependencies: - repo: _ diff --git a/ansible/site.yml b/ansible/site.yml index 7c8ddd7c..8693bc10 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.23: + branch: stable/v1.23 suites: - container: functest-kubernetes-healthcheck tests: |