diff options
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..381258f2 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.28: + branch: stable/v1.28 suites: - container: functest-kubernetes-healthcheck tests: diff --git a/ansible/site.gate.yml b/ansible/site.gate.yml index 1cc5683d..d5694e00 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.28: + branch: stable/v1.28 builds: dependencies: - repo: _ diff --git a/ansible/site.yml b/ansible/site.yml index 7c8ddd7c..e595e37d 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.28: + branch: stable/v1.28 suites: - container: functest-kubernetes-healthcheck tests: |