Skip to content

Commit

Permalink
Update start_script.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalybuka committed Jan 2, 2019
1 parent 3b84ad7 commit 4caeb36
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions buildbot/start_script.sh
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4caeb36

Please sign in to comment.