X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fengine%2Fverify-jobs%2Fkubernetes-verify-deploy-test.yaml;h=4093ba5b9e1bbbeae8e357e243f981dc883e62d5;hb=5db1c8f0c5590b4030dc33ee259927782dabae6b;hp=ec8ed704a6534326d0f413ac83303390f06ae9ae;hpb=a91630e0987ca915d6811c0d1ba4bd9f014c2125;p=infra%2Fcicd.git diff --git a/jjb/engine/verify-jobs/kubernetes-verify-deploy-test.yaml b/jjb/engine/verify-jobs/kubernetes-verify-deploy-test.yaml index ec8ed704..4093ba5b 100644 --- a/jjb/engine/verify-jobs/kubernetes-verify-deploy-test.yaml +++ b/jjb/engine/verify-jobs/kubernetes-verify-deploy-test.yaml @@ -22,13 +22,19 @@ project: 'kubernetes-verify-deploy-test' + # NOTE (fdegir): dot is not an allowed character in groovy var names and also for + # naming openstack objects so stream is used for that purpose but branch points to + # actual branch name on gerrit stream: - 'master': - branch: '{stream}' - - '1.17': - branch: '{stream}' - - '1.15': - branch: '{stream}' + branch: 'master' + deploy-scenario: 'k8-multus-plugins' + - '1_17': + branch: '1.17' + deploy-scenario: 'k8-multus-plugins' + - '1_15': + branch: '1.15' + deploy-scenario: 'k8-calico-nofeature' environment-type: - online: @@ -88,6 +94,14 @@ concurrent: true parameters: + - string: + name: DEPLOY_SCENARIO + default: '{deploy-scenario}' + description: 'Scenario to test change with. This depends on the branch of the stack' + - string: + name: DISTRO + default: '{distro}' + description: 'Distribution to use for configuring target nodes (networking etc.)' - label: name: SLAVE_LABEL default: 'engine-{slave-type}-{environment-type}-{distro}-fra' @@ -160,17 +174,14 @@ properties: - logrotate - - build-blocker: - use-build-blocker: true - blocking-jobs: - - 'engine-verify-online-deploy-test-.*' - - 'kubernetes-verify-offline-deploy-test-.*' - - 'onap-verify-offline-deploy-test-.*' - block-level: 'NODE' + # NOTE (fdegir): throttle categories are controlled in jenkins global configuration - throttle: + enabled: true max-per-node: 1 - max-total: 3 - option: project + max-total: 8 + option: category + categories: + - engine-verify-deploy-test scm: - git-scm-gerrit: