From: Cédric Ollivier Date: Thu, 10 Jun 2021 07:09:22 +0000 (+0200) Subject: Add Kubernetes deployment scenario X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=ea4b4fe355e14278018330f32c526264d2b6d6f0;p=releng.git Add Kubernetes deployment scenario Change-Id: I2efac150d325ce0b56bcb424213b87a649d53f1c Signed-off-by: Cédric Ollivier --- diff --git a/jjb/functest/xtestingci.yaml b/jjb/functest/xtestingci.yaml index e7da589a2..624eae137 100644 --- a/jjb/functest/xtestingci.yaml +++ b/jjb/functest/xtestingci.yaml @@ -28,6 +28,12 @@ parameters: - xtestingci-slave: slave: '{slave}' + properties: + - build-blocker: + use-build-blocker: true + blocking-level: 'NODE' + blocking-jobs: + - '^xtestingci-tests-.*$' builders: - xtestingci-tests: playbook: '{playbook}' @@ -37,6 +43,7 @@ slave: lf-virtual1 playbook: - all + - kubernetes0 jobs: - 'xtestingci-tests-{playbook}'