summaryrefslogtreecommitdiffstats
path: root/jjb/functest
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2021-12-16 15:54:52 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2021-12-16 15:54:52 +0100
commit37c554655e81c08301f4e64a42ebaee7bf4a90ce (patch)
tree9771170e618695e21a1c37a7ccf5bc79188502cd /jjb/functest
parent7ab445f8251ee1399ad12dd5d673a229367c9be9 (diff)
Add Functest Kubernetes v1.23 jobs
Change-Id: I190eb1b8b85dfb78d50c14338d926d457f7935d3 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/functest')
-rw-r--r--jjb/functest/functest-kubernetes-pi.yaml12
-rw-r--r--jjb/functest/functest-kubernetes.yaml8
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