diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2022-09-30 12:34:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2022-09-30 12:34:44 +0000 |
commit | a799f8028de63f4638b66fc504dc1765dc271fb5 (patch) | |
tree | c21d3811d4684689ab603d98c7f9fbabb530e3aa /jjb/functest/functest-kubernetes-pi.yaml | |
parent | b0e54cb2dd48d12b3c49db887835de9c75d6bc62 (diff) | |
parent | b4ddd4832f9691f5a05edc6789c667e4f9ef9064 (diff) |
Merge "Add Functest k8s v1.25 jobs"
Diffstat (limited to 'jjb/functest/functest-kubernetes-pi.yaml')
-rw-r--r-- | jjb/functest/functest-kubernetes-pi.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/jjb/functest/functest-kubernetes-pi.yaml b/jjb/functest/functest-kubernetes-pi.yaml index 02b912efb..b4de8fd74 100644 --- a/jjb/functest/functest-kubernetes-pi.yaml +++ b/jjb/functest/functest-kubernetes-pi.yaml @@ -13,6 +13,8 @@ tag: - latest: slave: lf-virtual1-8 + - v1.25: + slave: lf-virtual1-9 - v1.24: slave: lf-virtual1-9 - v1.23: @@ -27,6 +29,8 @@ slave: lf-virtual1-4 - arm-latest: slave: lf-virtual1-8 + - arm-v1.25: + slave: lf-virtual1-9 - arm-v1.24: slave: lf-virtual1-9 - arm-v1.23: @@ -41,6 +45,8 @@ slave: lf-virtual1-4 - arm64-latest: slave: lf-virtual1-8 + - arm64-v1.25: + slave: lf-virtual1-9 - arm64-v1.24: slave: lf-virtual1-9 - arm64-v1.23: @@ -344,6 +350,8 @@ exclude: - tag: latest test: k8s_io + - tag: v1.25 + test: k8s_io - tag: v1.24 test: k8s_io - tag: v1.23 @@ -356,6 +364,8 @@ test: k8s_io - tag: arm-latest test: k8s_io + - tag: arm-v1.25 + test: k8s_io - tag: arm-v1.24 test: k8s_io - tag: arm-v1.23 @@ -366,6 +376,8 @@ test: k8s_io - tag: arm64-latest test: k8s_io + - tag: arm64-v1.25 + test: k8s_io - tag: arm64-v1.24 test: k8s_io - tag: arm64-v1.23 |