diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-05-18 15:47:25 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-05-18 15:47:25 +0200 |
commit | 7c73ebdfadfdde3391d8e2274f5541b95d7a6958 (patch) | |
tree | 99ec367f03610890ee24d3455b3cf7a40b5cad8f | |
parent | 997114b6f6cf48fd18ab6a8a42ade75bcf59f820 (diff) |
Create Functest K8s v1.24 jobs
Change-Id: I1a8166ab2c001975b4c9e3b8aad5e5f14f5628f4
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-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 9dc8dcb21..02b912efb 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.24: + slave: lf-virtual1-9 - v1.23: slave: lf-virtual1-9 - v1.22: @@ -25,6 +27,8 @@ slave: lf-virtual1-4 - arm-latest: slave: lf-virtual1-8 + - arm-v1.24: + slave: lf-virtual1-9 - arm-v1.23: slave: lf-virtual1-9 - arm-v1.22: @@ -37,6 +41,8 @@ slave: lf-virtual1-4 - arm64-latest: slave: lf-virtual1-8 + - arm64-v1.24: + slave: lf-virtual1-9 - arm64-v1.23: slave: lf-virtual1-9 - arm64-v1.22: @@ -338,6 +344,8 @@ exclude: - tag: latest test: k8s_io + - tag: v1.24 + test: k8s_io - tag: v1.23 test: k8s_io - tag: v1.22 @@ -348,6 +356,8 @@ test: k8s_io - tag: arm-latest test: k8s_io + - tag: arm-v1.24 + test: k8s_io - tag: arm-v1.23 test: k8s_io - tag: arm-v1.22 @@ -356,6 +366,8 @@ test: k8s_io - tag: arm64-latest test: k8s_io + - tag: arm64-v1.24 + test: k8s_io - tag: arm64-v1.23 test: k8s_io - tag: arm64-v1.22 diff --git a/jjb/functest/functest-kubernetes.yaml b/jjb/functest/functest-kubernetes.yaml index 1634473b0..6980889ca 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.24: + dependency: latest + from: + build_args: + branch: stable/v1.24 + slave: lf-virtual1-9 - v1.23: from: build_args: @@ -338,6 +344,8 @@ exclude: - tag: latest test: k8s_io + - tag: v1.24 + test: k8s_io - tag: v1.23 test: k8s_io - tag: v1.22 |