diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-09-30 14:29:33 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-09-30 14:29:33 +0200 |
commit | b4ddd4832f9691f5a05edc6789c667e4f9ef9064 (patch) | |
tree | d57449f8687fc0260f2e4fde0bc64ff09901ab32 /jjb | |
parent | e12c36857ca46451c79355165ea13e02ba31eb74 (diff) |
Add Functest k8s v1.25 jobs
Change-Id: Ie257ffde01541b329ad1428ea93d0a33442f3cc8
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb')
-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 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 diff --git a/jjb/functest/functest-kubernetes.yaml b/jjb/functest/functest-kubernetes.yaml index 322d992ab..7ff1487b8 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.25: + dependency: latest + from: + build_args: + branch: stable/v1.25 + slave: lf-virtual1-9 - v1.24: dependency: latest from: @@ -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 |