diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2021-12-17 16:15:05 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2021-12-17 16:15:05 +0000 |
commit | 27e1ac38e951ac952299e0b241fd98ad73ba4c43 (patch) | |
tree | 49d83abfaaaa2a51bb4e86e6fbc18b3b82b879a5 /jjb/functest/functest-kubernetes-pi.yaml | |
parent | 4845de475e989aa97ac6a2168c1f4b5de032a0ca (diff) | |
parent | 37c554655e81c08301f4e64a42ebaee7bf4a90ce (diff) |
Merge "Add Functest Kubernetes v1.23 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 e0ecb5340..88085353a 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.23: + slave: lf-virtual1-9 - v1.22: slave: lf-virtual1-7 - v1.21: @@ -23,6 +25,8 @@ slave: lf-virtual1-4 - arm-latest: slave: lf-virtual1-8 + - arm-v1.23: + slave: lf-virtual1-7 - arm-v1.22: slave: lf-virtual1-7 - arm-v1.21: @@ -33,6 +37,8 @@ slave: lf-virtual1-4 - arm64-latest: slave: lf-virtual1-8 + - arm64-v1.23: + slave: lf-virtual1-7 - arm64-v1.22: slave: lf-virtual1-7 - arm64-v1.21: @@ -315,6 +321,8 @@ exclude: - tag: latest test: k8s_io + - tag: v1.23 + test: k8s_io - tag: v1.22 test: k8s_io - tag: v1.21 @@ -323,12 +331,16 @@ test: k8s_io - tag: arm-latest test: k8s_io + - tag: arm-v1.23 + test: k8s_io - tag: arm-v1.22 test: k8s_io - tag: arm-v1.21 test: k8s_io - tag: arm64-latest test: k8s_io + - tag: arm64-v1.23 + test: k8s_io - tag: arm64-v1.22 test: k8s_io - tag: arm64-v1.21 |