X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fengine%2Fverify-jobs%2Fengine-verify-deploy-test.yaml;h=7834f1b09b99b94a12ad9ca317c9bb30ca158fea;hb=5db1c8f0c5590b4030dc33ee259927782dabae6b;hp=faf27d461d8460cb96da023b1f50d18edaa5f1b4;hpb=459c348dc363fab68f05fdb874147be83b7fa8ec;p=infra%2Fcicd.git diff --git a/jjb/engine/verify-jobs/engine-verify-deploy-test.yaml b/jjb/engine/verify-jobs/engine-verify-deploy-test.yaml index faf27d46..7834f1b0 100644 --- a/jjb/engine/verify-jobs/engine-verify-deploy-test.yaml +++ b/jjb/engine/verify-jobs/engine-verify-deploy-test.yaml @@ -25,13 +25,12 @@ stream: - 'master': branch: '{stream}' + deploy-scenario: 'k8-multus-plugins' environment-type: - online: disabled: false execution-mode: online-deployment - pdf: 'https://gerrit.nordix.org/gitweb?p=infra/hwconfig.git;a=blob_plain;f=pods/nordix-vpod1-pdf.yml' - idf: 'https://gerrit.nordix.org/gitweb?p=infra/hwconfig.git;a=blob_plain;f=pods/nordix-vpod1-idf.yml' successful: false failed: false unstable: false @@ -39,8 +38,6 @@ - offline: disabled: false execution-mode: offline-deployment - pdf: 'file:///opt/engine/offline/git/hwconfig/pods/nordix-vpod1-pdf.yml' - idf: 'file:///opt/engine/offline/git/hwconfig/pods/nordix-vpod1-idf.yml' successful: false failed: false unstable: false @@ -55,10 +52,14 @@ provisioner-type: 'bifrost' slave-type: 'vpod' gated-projects: 'infra/engine|infra/provisioner/bifrost' + pdf: 'https://gerrit.nordix.org/gitweb?p=infra/hwconfig.git;a=blob_plain;f=pods/nordix-vpod1-pdf.yml' + idf: 'https://gerrit.nordix.org/gitweb?p=infra/hwconfig.git;a=blob_plain;f=pods/nordix-vpod1-idf.yml' - cloud: provisioner-type: 'heat' slave-type: 'jumphost' gated-projects: 'infra/engine|infra/provisioner/heat' + pdf: "https://gerrit.nordix.org/gitweb?p=infra/provisioner/heat.git;a=blob_plain;f=playbooks/roles/create-stack/files/heat-environment-city-ubuntu1804.yaml" + idf: "https://gerrit.nordix.org/gitweb?p=infra/provisioner/heat.git;a=blob_plain;f=playbooks/roles/create-stack/files/heat-idf.yaml" distro: - ubuntu1804 @@ -84,6 +85,14 @@ concurrent: true parameters: + - string: + name: DEPLOY_SCENARIO + default: '{deploy-scenario}' + description: 'Scenario to test change with.' + - 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' @@ -110,11 +119,11 @@ description: 'Name of heat-environment file to use.' - string: name: HEAT_STACK_NAME - default: "nordix-cicd-verify-engine-online-{distro}-$GERRIT_CHANGE_NUMBER" + default: "nordix-cicd-verify-engine-{environment-type}-{distro}-$GERRIT_CHANGE_NUMBER" description: 'Name of the created stack' - string: name: KEYPAIR_NAME - default: "keypair-nordix-cicd-verify-engine-online-{distro}-$GERRIT_CHANGE_NUMBER" + default: "keypair-nordix-cicd-verify-engine-{environment-type}-{distro}-$GERRIT_CHANGE_NUMBER" description: 'Name of the created keypair' - string: name: USE_PREBUILT_DEPLOYMENT_IMAGE @@ -156,16 +165,14 @@ properties: - logrotate - - build-blocker: - use-build-blocker: true - blocking-jobs: - - '.*?-verify-online-deploy-test-.*' - - '.*?-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: