X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fengine%2Fengine-verify-jobs%2Fengine-verify-deployment-parent-jobs.yaml;h=c83da3085304f5cf5a9b18aa1a0e0c855ba77003;hb=refs%2Fchanges%2F66%2F4066%2F2;hp=bee203e70947da9ff45fc220a393cfb54d63702e;hpb=17424435205d2e414e30017eaaa0d488c46a6a57;p=infra%2Fcicd.git diff --git a/jjb/engine/engine-verify-jobs/engine-verify-deployment-parent-jobs.yaml b/jjb/engine/engine-verify-jobs/engine-verify-deployment-parent-jobs.yaml index bee203e7..c83da308 100644 --- a/jjb/engine/engine-verify-jobs/engine-verify-deployment-parent-jobs.yaml +++ b/jjb/engine/engine-verify-jobs/engine-verify-deployment-parent-jobs.yaml @@ -31,10 +31,10 @@ - online: disabled: false execution-mode: online-deployment - successful: true - failed: true - unstable: true - notbuilt: true + successful: false + failed: false + unstable: false + notbuilt: false - offline: disabled: false execution-mode: offline-deployment @@ -74,7 +74,7 @@ description: 'Distribution to use for configuring target nodes (networking etc.)' - string: name: VERBOSITY - default: 'false' + default: 'true' description: 'Verbosity setting for the engine - true or false - default is false' - string: name: NORDIX_ARM_PUBLIC_IP @@ -104,12 +104,6 @@ properties: - logrotate -# - build-blocker: -# use-build-blocker: true -# blocking-jobs: -# - 'engine-verify-online-ubuntu1804.*' -# - 'engine-verify-offline-ubuntu1804.*' -# block-level: 'NODE' - throttle: max-per-node: 1 max-total: 3 @@ -173,7 +167,6 @@ node-parameters: true kill-phase-on: FAILURE abort-all-job: true -# enable-condition: "\"$EXECUTION_MODE\" == \"offline-deployment\"" - multijob: name: "{environment-type} deployment and testing" condition: SUCCESSFUL @@ -197,9 +190,8 @@ EXECUTION_MODE=$EXECUTION_MODE VERBOSITY=$VERBOSITY DISTRO=$DISTRO - property-file: "$WORKSPACE/change.properties" kill-phase-on: FAILURE - abort-all-job: true + abort-all-job: false - name: 'engine-verify-{environment-type}-deploy-test-{distro}-city-cloud-master' current-parameters: false node-parameters: false @@ -219,7 +211,7 @@ VERBOSITY=$VERBOSITY DISTRO=$DISTRO kill-phase-on: FAILURE - abort-all-job: true + abort-all-job: false - job-template: name: 'engine-verify-packaging-{distro}-{stream}' @@ -255,6 +247,7 @@ clean_before: false builders: + - 'engine-wait-pkg-mgr-macro' - 'engine-generate-ssh-keypair-macro' - 'engine-packaging-macro' - 'engine-upload-artifact-macro'