diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-06-10 09:09:22 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-06-10 09:09:22 +0200 |
commit | ea4b4fe355e14278018330f32c526264d2b6d6f0 (patch) | |
tree | 22221ff7573b81361f671cef4c8a8f7c41c5f127 | |
parent | e69631d423aa3277a221064c2d2c69c29e4546ed (diff) |
Add Kubernetes deployment scenario
Change-Id: I2efac150d325ce0b56bcb424213b87a649d53f1c
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | jjb/functest/xtestingci.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
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}' |