diff options
Diffstat (limited to 'jjb/functest')
-rw-r--r-- | jjb/functest/functest-kubernetes-pi.yaml | 12 | ||||
-rw-r--r-- | jjb/functest/functest-kubernetes.yaml | 8 |
2 files changed, 20 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 diff --git a/jjb/functest/functest-kubernetes.yaml b/jjb/functest/functest-kubernetes.yaml index 201cb813c..5bc79c104 100644 --- a/jjb/functest/functest-kubernetes.yaml +++ b/jjb/functest/functest-kubernetes.yaml @@ -17,6 +17,12 @@ branch: master slave: lf-virtual1-8 dependency: 3.14 + - v1.23: + from: + build_args: + branch: stable/v1.23 + slave: lf-virtual1-9 + dependency: 3.14 - v1.22: from: build_args: @@ -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 |