commit | bcb0e4cb40e50102e910650f63aa3e58d39b775b | [log] [tgz] |
---|---|---|
author | chnyda <chnyda@mirantis.com> | Wed Dec 20 13:18:43 2017 +0100 |
committer | chnyda <chnyda@mirantis.com> | Wed Dec 20 13:18:43 2017 +0100 |
tree | 23fa71254e752abdf05b8c6b33de12f103290985 | |
parent | d7a7deeba802902533d6de1da9a3bf33c6cb6ada [diff] |
Fix service start in salt-models testing Change-Id: I500481324da315594b3321070a229a27f3f7e50e
diff --git a/src/com/mirantis/mk/SaltModelTesting.groovy b/src/com/mirantis/mk/SaltModelTesting.groovy index e0adcad..6f67da1 100644 --- a/src/com/mirantis/mk/SaltModelTesting.groovy +++ b/src/com/mirantis/mk/SaltModelTesting.groovy
@@ -85,7 +85,7 @@ branches["DEBUG"] = { while (!jobFinished) { - sh("service salt-master start && sleep 30") + sh("(service salt-master start || true) && sleep 30") } }