summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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