From 10bb880c336fc7675ce2cda6095dd127ccfd3285 Mon Sep 17 00:00:00 2001 From: armab Date: Wed, 15 Mar 2017 19:06:54 +0200 Subject: [PATCH] Revert Xenial sleep hack in 'curl|bash' installer This reverts old hack: https://github.com/StackStorm/st2-packages/pull/435/files#diff-0cc9e53cba1b060958ebffa16eb85cb5L554 More detailed Issue: https://github.com/StackStorm/st2/issues/3290 (cherry picked from commit 4e20750) --- scripts/st2bootstrap-deb.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scripts/st2bootstrap-deb.sh b/scripts/st2bootstrap-deb.sh index ccec0c8c..a1db6437 100644 --- a/scripts/st2bootstrap-deb.sh +++ b/scripts/st2bootstrap-deb.sh @@ -553,6 +553,13 @@ configure_st2chatops() { } verify_st2() { + + # TODO: This is a temporary and nasty workaround for xenial CI failures. + # TODO: Fix https://github.com/StackStorm/st2/issues/3290 + if [[ "$SUBTYPE" == 'xenial' ]]; then + sleep 30 + fi + st2 --version st2 -h