diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2024-09-11 15:51:38 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2024-09-11 15:51:38 +0200 |
commit | 7d31a545c6c4ef88fa19b1976cdbcd3762045e8f (patch) | |
tree | ef99c275c4745e355d93c451878bc1426f726105 /ansible | |
parent | c4de3877ca0ff53820fb8019f1cea067969f16ad (diff) |
Prepare Functest Kubernetes v1.30
Change-Id: Ic38e6a3b090907635cf1a025eda20e900c4f0cd9
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/site.cntt.yml | 3 | ||||
-rw-r--r-- | ansible/site.gate.yml | 6 | ||||
-rw-r--r-- | ansible/site.yml | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/ansible/site.cntt.yml b/ansible/site.cntt.yml index f9bbef36..97d52368 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.31: + branch: stable/v1.31 suites: - container: functest-kubernetes-healthcheck tests: diff --git a/ansible/site.gate.yml b/ansible/site.gate.yml index 3ac80e3b..43eb85b6 100644 --- a/ansible/site.gate.yml +++ b/ansible/site.gate.yml @@ -8,9 +8,9 @@ gerrit_project: functest-kubernetes git_url: https://gerrit.opnfv.org/gerrit/functest-kubernetes docker_tags: - - latest: - branch: master - dependency: '3.16' + - v1.30: + branch: stable/v1.30 + dependency: '3.20' builds: dependency: repo: _ diff --git a/ansible/site.yml b/ansible/site.yml index 7c8ddd7c..90700fcc 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.30: + branch: stable/v1.30 suites: - container: functest-kubernetes-healthcheck tests: |