X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fcloud-infra%2Fcloud-infra-verify-engine.yaml;h=33447806d972787c0136539dd262664475962e74;hb=2fc1c774cc2972caaf6ca0bff7cc8aa7f01b3e95;hp=a64d69c49e1f652f708c4f29547e6b857492dabd;hpb=cde0f9dece6d879e7a4313bd902eec4aa14465e1;p=infra%2Fcicd.git diff --git a/jjb/cloud-infra/cloud-infra-verify-engine.yaml b/jjb/cloud-infra/cloud-infra-verify-engine.yaml index a64d69c4..33447806 100644 --- a/jjb/cloud-infra/cloud-infra-verify-engine.yaml +++ b/jjb/cloud-infra/cloud-infra-verify-engine.yaml @@ -50,7 +50,6 @@ stream: - 'master': branch: '{stream}' - disabled: 'false' distro: - ubuntu1804: @@ -60,25 +59,35 @@ unstable: false notbuilt: false - centos7: - disabled: false + disabled: true successful: true failed: true unstable: true notbuilt: true + cloud: + - city: + openrc-credentials-file: 'est-jenkins-openrcfile-city-karlskrona-onap' type: - - virtual + - virtual: + provisioner-type: 'bifrost' + slave-type: 'vpod' + - cloud: + provisioner-type: 'heat' + slave-type: 'jumphost' phase: - - deploy - - functest + - deploy: + build-timeout: 90 + - functest: + build-timeout: 60 jobs: - - 'cloud-infra-verify-engine-{distro}-{type}-{stream}' + - 'cloud-infra-verify-engine-{distro}-{cloud}-{type}-{stream}' - 'cloud-infra-verify-engine-{distro}-{phase}-{type}-{stream}' - job-template: - name: 'cloud-infra-verify-engine-{distro}-{type}-{stream}' + name: 'cloud-infra-verify-engine-{distro}-{cloud}-{type}-{stream}' project-type: multijob @@ -93,16 +102,28 @@ - nordix-gerrit-parameters - label: name: SLAVE_LABEL - default: 'vpod-deploy-city' + default: '{cloud}-{slave-type}-{distro}' description: 'Slave label to schedule this job on. All slaves have Ubuntu1604 no matter what distro target nodes use' - string: name: DISTRO default: '{distro}' description: 'Distribution to use for configuring target nodes (networking etc.)' + - string: + name: PROVISIONER_TYPE + default: '{provisioner-type}' + description: 'Provisioner type to use' - string: name: DEPLOY_TYPE default: '{type}' description: 'Type of the deployment' + - string: + name: HEAT_ENVIRONMENT_FILENAME + default: 'heat-environment-{cloud}-{distro}.yaml' + description: 'Name of heat-environment file to use.' + - string: + name: STACK_NAME + default: "nordix-cicd-verify-engine-{distro}-$BUILD_NUMBER" + description: 'Name of the created stack' - string: name: USE_PREBUILT_DEPLOYMENT_IMAGE default: 'true' @@ -115,6 +136,10 @@ name: YARDSTICK_DISPATCHER default: 'file' description: 'Dispatcher to use for Yardstick reporting' + - string: + name: DELETE_STACK + default: 'yes' + description: 'Delete the stack upon completion of the build' - string: name: CLEANUP default: 'true' @@ -125,11 +150,11 @@ - build-blocker: use-build-blocker: true blocking-jobs: - - 'cloud-infra-verify-engine-{distro}-.*' - - 'cloud-infra-verify-scenario-{distro}-.*' - - 'cloud-infra-periodic-engine-{distro}-.*' - - 'cloud-infra-os-.*' - - 'cloud-infra-k8-.*' + - 'cloud-infra-verify-engine-.*' + - 'cloud-infra-verify-scenario-.*' + - 'cloud-infra-periodic-engine-.*' + - 'k8-.*' + - 'nolabs-.*' block-level: 'NODE' - throttle: max-per-node: 1 @@ -137,29 +162,58 @@ option: project wrappers: + - credentials-binding: + - file: + credential-id: '{openrc-credentials-file}' + variable: OPENRC_FILE + - mask-passwords - build-timeout: - timeout: 120 + timeout: 150 - fix-workspace-permissions + - openstack: + single-use: True scm: - git-scm-gerrit: ssh-credentials-id: nordixinfra-nordix-gerrit-ssh branch: '{branch}' refspec: $GERRIT_REFSPEC + wipe_workspace: true + clean_before: false triggers: - - nordix-gerrit-trigger-patchset-created: - project: 'infra\/engine' - branch: '{branch}' - files: '**' - custom-url: '* $JOB_NAME $BUILD_URL' + - gerrit: + server-name: 'Nordix Gerrit' + trigger-on: + - patchset-created-event: + exclude-drafts: 'false' + exclude-trivial-rebase: 'false' + exclude-no-code-change: 'false' + - draft-published-event + - comment-added-contains-event: + comment-contains-value: 'recheck' + - comment-added-contains-event: + comment-contains-value: 'reverify' + projects: + - project-compare-type: 'REG_EXP' + project-pattern: 'infra\/engine' + branches: + - branch-compare-type: 'ANT' + branch-pattern: '**/{branch}' + file-paths: + - compare-type: 'ANT' + pattern: '**' skip-vote: successful: '{obj:successful}' failed: '{obj:failed}' unstable: '{obj:unstable}' notbuilt: '{obj:notbuilt}' + custom-url: '* $JOB_NAME $BUILD_URL' builders: + - shell: | + #!/bin/bash + cp $OPENRC_FILE /tmp/openrc - 'cloud-infra-determine-scenario-macro' - multijob: name: deploy @@ -170,6 +224,9 @@ predefined-parameters: | DISTRO=$DISTRO DEPLOY_TYPE=$DEPLOY_TYPE + PROVISIONER_TYPE=$PROVISIONER_TYPE + STACK_NAME=$STACK_NAME + HEAT_ENVIRONMENT_FILENAME=$HEAT_ENVIRONMENT_FILENAME USE_PREBUILT_DEPLOYMENT_IMAGE=$USE_PREBUILT_DEPLOYMENT_IMAGE CLEANUP=$CLEANUP GERRIT_PROJECT=$GERRIT_PROJECT @@ -189,6 +246,9 @@ predefined-parameters: | DISTRO=$DISTRO DEPLOY_TYPE=$DEPLOY_TYPE + PROVISIONER_TYPE=$PROVISIONER_TYPE + STACK_NAME=$STACK_NAME + HEAT_ENVIRONMENT_FILENAME=$HEAT_ENVIRONMENT_FILENAME USE_PREBUILT_DEPLOYMENT_IMAGE=$USE_PREBUILT_DEPLOYMENT_IMAGE TEST_SUITE=$TEST_SUITE YARDSTICK_DISPATCHER=$YARDSTICK_DISPATCHER @@ -202,6 +262,22 @@ kill-phase-on: FAILURE abort-all-job: true + publishers: + - postbuildscript: + builders: + - role: SLAVE + build-on: + - SUCCESS + - FAILURE + - ABORTED + - NOT_BUILT + - UNSTABLE + build-steps: + - shell: + !include-raw-escape: ./wait-for-pkg-manager.sh + - shell: + !include-raw: ./delete-heat-stack.sh + - job-template: name: 'cloud-infra-verify-engine-{distro}-{phase}-{type}-{stream}' @@ -224,6 +300,22 @@ name: DEPLOY_TYPE default: 'virtual' description: 'Type of the deployment. Overriden by upstream job.' + - string: + name: PROVISIONER_TYPE + default: 'bifrost' + description: 'Provisioner type to use. Overriden by upstream job.' + - string: + name: HEAT_ENVIRONMENT_FILENAME + default: "heat-environment-city-ubuntu1804.yaml" + description: 'Name of heat-environment file to use.' + - string: + name: HEAT_ENVIRONMENT_FILE + default: "file://$WORKSPACE/engine/provisioner/heat/playbooks/roles/install-configure-heat/files/$HEAT_ENVIRONMENT_FILENAME" + description: 'Location of heat-environment file to use.' + - string: + name: STACK_NAME + default: "nordix-cicd-verify-engine-{distro}-$BUILD_NUMBER" + description: 'Name of the created stack' - string: name: USE_PREBUILT_DEPLOYMENT_IMAGE default: 'false' @@ -249,8 +341,9 @@ default: 'false' wrappers: + - mask-passwords - build-timeout: - timeout: 120 + timeout: '{build-timeout}' - fix-workspace-permissions scm: @@ -258,6 +351,8 @@ ssh-credentials-id: nordixinfra-nordix-gerrit-ssh branch: '{branch}' refspec: $GERRIT_REFSPEC + wipe_workspace: true + clean_before: false builders: - 'cloud-infra-determine-scenario-macro'