diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-08-20 12:00:45 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-08-20 12:00:45 +0200 |
commit | bd025ba74346e48357a8ffbd5237b34bd0c0dc7f (patch) | |
tree | b4d57f20d0077822f1800cdadbdad17130bcea41 /jjb/functest | |
parent | 73508f2314473fd6cfbef99d86e15833f352ac44 (diff) |
Create Functest Kubernetes jobs
Change-Id: I611cee8f83f7b426127764f5c66e6521613d8373
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/functest')
-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 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: |