From bd025ba74346e48357a8ffbd5237b34bd0c0dc7f Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Fri, 20 Aug 2021 12:00:45 +0200 Subject: [PATCH] Create Functest Kubernetes jobs MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I611cee8f83f7b426127764f5c66e6521613d8373 Signed-off-by: Cédric Ollivier --- jjb/functest/functest-kubernetes-pi.yaml | 12 ++++++++++++ jjb/functest/functest-kubernetes.yaml | 8 ++++++++ 2 files changed, 20 insertions(+) diff --git a/jjb/functest/functest-kubernetes-pi.yaml b/jjb/functest/functest-kubernetes-pi.yaml index 880395d46..688aa6927 100644 --- a/jjb/functest/functest-kubernetes-pi.yaml +++ b/jjb/functest/functest-kubernetes-pi.yaml @@ -12,6 +12,8 @@ port: tag: - latest: + slave: lf-virtual1-8 + - v1.22: slave: lf-virtual1-7 - v1.21: slave: lf-virtual1-6 @@ -20,6 +22,8 @@ - kali: slave: lf-virtual1-4 - arm-latest: + slave: lf-virtual1-8 + - arm-v1.22: slave: lf-virtual1-7 - arm-v1.21: slave: lf-virtual1-6 @@ -28,6 +32,8 @@ - arm-kali: slave: lf-virtual1-4 - arm64-latest: + slave: lf-virtual1-8 + - arm64-v1.22: slave: lf-virtual1-7 - arm64-v1.21: slave: lf-virtual1-6 @@ -310,16 +316,22 @@ exclude: - tag: latest test: k8s_io + - tag: v1.22 + test: k8s_io - tag: v1.21 test: k8s_io - tag: jerma test: k8s_io - tag: arm-latest 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.22 + test: k8s_io - tag: arm64-v1.21 test: k8s_io jobs: diff --git a/jjb/functest/functest-kubernetes.yaml b/jjb/functest/functest-kubernetes.yaml index fe33f2201..460646327 100644 --- a/jjb/functest/functest-kubernetes.yaml +++ b/jjb/functest/functest-kubernetes.yaml @@ -15,6 +15,12 @@ from: buildargs: branch: master + slave: lf-virtual1-8 + dependency: 3.14 + - v1.22: + from: + buildargs: + branch: stable/v1.22 slave: lf-virtual1-7 dependency: 3.14 - v1.21: @@ -310,6 +316,8 @@ exclude: - tag: latest test: k8s_io + - tag: v1.22 + test: k8s_io - tag: v1.21 test: k8s_io jobs: -- 2.16.6