From 4caeb36637a8cdde8c253989b436df3e1d9a97aa Mon Sep 17 00:00:00 2001 From: Vitaly Buka Date: Wed, 2 Jan 2019 15:03:53 -0800 Subject: [PATCH] Update start_script.sh --- buildbot/start_script.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/buildbot/start_script.sh b/buildbot/start_script.sh index 9f1962b6c..fb93f9354 100755 --- a/buildbot/start_script.sh +++ b/buildbot/start_script.sh @@ -13,10 +13,6 @@ mount -t tmpfs tmpfs /tmp mkdir -p $BOT_DIR mount -t tmpfs tmpfs -o size=80% $BOT_DIR -# Temporarily workaround for buildslave issues fixed with r350268 -mkdir -p /home/llvmmaster -chown buildbot:buildbot /home/llvmmaster - curl "https://repo.stackdriver.com/stack-install.sh" | bash -s -- --write-gcm dpkg --add-architecture i386 @@ -85,6 +81,10 @@ sleep 30 cat $BOT_DIR/twistd.log grep "slave is ready" $BOT_DIR/twistd.log || shutdown now +# Temporarily workaround for buildslave issues fixed with r350268 +mkdir -p /home/llvmmaster +chown buildbot:buildbot /home/llvmmaster + # GCE can restart instance after 24h in the middle of the build. # Gracefully restart before that happen. sleep 72000