diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2021-06-10 07:14:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2021-06-10 07:14:53 +0000 |
commit | 5c8d3206fd8fcfda8bb275b551e349ce59ecc10c (patch) | |
tree | 488542eb280fc3a06cc4771736680f9095d7fe2d | |
parent | 78d65f8c36d3ccaf6a0e940b10ff87a8fedf51bd (diff) | |
parent | ea4b4fe355e14278018330f32c526264d2b6d6f0 (diff) |
Merge "Add Kubernetes deployment scenario"
-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}' |