From: Vladimir Khlyunev Date: Thu, 8 Aug 2019 07:11:32 +0000 (+0400) Subject: Drop stack creation-deletion step in swarm runner X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=0af20bac936e359dca39d92c2b1a2e3511b2a74a;p=tools%2Fsustaining.git Drop stack creation-deletion step in swarm runner Change-Id: Id913f4e0ca26a9082235fd9cce06d89c06db82c5 --- diff --git a/maintenance-ci/mos/jobs/9.x.swarm.runner.yaml b/maintenance-ci/mos/jobs/9.x.swarm.runner.yaml index 5d298d1..860196a 100644 --- a/maintenance-ci/mos/jobs/9.x.swarm.runner.yaml +++ b/maintenance-ci/mos/jobs/9.x.swarm.runner.yaml @@ -11,14 +11,6 @@ weight: 1 parameters: - - bool: - name: PREPARE_SWARM - default: true - description: "Launch jenkins swarm?" - - bool: - name: CLEANUP_SWARM - default: true - description: "Wipe jenkins swarm after tests?" - bool: # this one taken away from systest-params macro because we want # different default values for runner job and test jobs name: RUN_REPORTER_AFTER_JOB @@ -44,16 +36,6 @@ - project: "9.x.snapshot.params" block: true - - conditional-step: - condition-kind: boolean-expression - condition-expression: $PREPARE_SWARM - on-evaluation-failure: dont-run - steps: - - trigger-builds: - - project: "deploy-jenkins-swarm" - current-parameters: true - block: true - - multijob: name: 'Run system tests' condition: COMPLETED @@ -279,17 +261,6 @@ current-parameters: true kill-phase-on: NEVER - - conditional-step: - condition-kind: boolean-expression - condition-expression: $CLEANUP_SWARM - on-evaluation-failure: dont-run - steps: - - trigger-builds: - - project: "delete-heat-stack" - predefined-parameters: | - STACK_PREFIX=${STACK_PREFIX} - block: true - publishers: - description-setter: regexp: "'Description string: (.*)'"