commit | 125737768b8283308453d55f1805d96fb1716d4f | [log] [tgz] |
---|---|---|
author | jenkins-mk jenkins-mk <jenkins-mk@gerrit.mcp.mirantis.net> | Tue Jun 13 15:06:03 2017 +0000 |
committer | Gerrit Code Review <gerrit2@32a4cf582fa9> | Tue Jun 13 15:06:05 2017 +0000 |
tree | eab079c85c01ab48bb854852b103ebbcd396bc63 | |
parent | f31a591d63a8462ff4b3609fa358c3d46a117f5c [diff] | |
parent | d11bdcc53a535e4009bf74cf205928c644427ead [diff] |
Merge "Added kitchen destroy in case of failure of test"
diff --git a/cloud-deploy-pipeline.groovy b/cloud-deploy-pipeline.groovy index 2f07d56..eacfd7d 100644 --- a/cloud-deploy-pipeline.groovy +++ b/cloud-deploy-pipeline.groovy
@@ -227,6 +227,7 @@ // wait for computes to boot up aws.waitForAutoscalingInstances(venv_path, env_vars, scaling_group) + sleep(60) } orchestrate.installKubernetesCompute(saltMaster)