commit | 44f6db215471e6b741c0c1ea16a1c45af5cd91af | [log] [tgz] |
---|---|---|
author | Dennis Dmitriev <ddmitriev@mirantis.com> | Wed Oct 31 16:07:56 2018 +0200 |
committer | Dennis Dmitriev <ddmitriev@mirantis.com> | Thu Nov 01 21:40:18 2018 +0200 |
tree | 2fb083b641d15d9d7cbc6e6f80745eea4bce43e3 | |
parent | d24829b1ee069b361221c0c661468f0b8a5c350e [diff] [blame] |
Fix deploy cookied-cicd-pike-dpdk Change-Id: I658d733fed4a04f38473c295d6404fd781ccd6ae
diff --git a/jobs/pipelines/swarm-bootstrap-salt-cluster-devops.groovy b/jobs/pipelines/swarm-bootstrap-salt-cluster-devops.groovy index ad1a6b3..7a6daaa 100644 --- a/jobs/pipelines/swarm-bootstrap-salt-cluster-devops.groovy +++ b/jobs/pipelines/swarm-bootstrap-salt-cluster-devops.groovy
@@ -101,8 +101,9 @@ export REPOSITORY_SUITE=${MCP_VERSION} export TEST_GROUP=test_bootstrap_salt py.test -vvv -s -p no:django -p no:ipdb --junit-xml=${xml_report_name} -k \${TEST_GROUP} - sleep 60 # wait for jenkins to start and IO calm down """) + // Wait for jenkins to start and IO calm down + sleep(60) } catch (e) { common.printMsg("Saltstack cluster deploy is failed", "purple")