X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=Tools%2FEWSTools%2FGoogleComputeEngine%2Fbuild-feeder-style-sheriffbot.sh;h=ac12c11a4744b132de33d2f0d07fc140e0ae47a4;hp=f9722cb52a3907e7f7587a3d9ffde9dbfab8fbda;hb=c402aee34c372f4e1db43dffe1eccd574e3f3a9b;hpb=eb1357bb692248bc6a356757a4fb84e4aeb4a464 diff --git a/Tools/EWSTools/GoogleComputeEngine/build-feeder-style-sheriffbot.sh b/Tools/EWSTools/GoogleComputeEngine/build-feeder-style-sheriffbot.sh index f9722cb52a39..ac12c11a4744 100755 --- a/Tools/EWSTools/GoogleComputeEngine/build-feeder-style-sheriffbot.sh +++ b/Tools/EWSTools/GoogleComputeEngine/build-feeder-style-sheriffbot.sh @@ -42,7 +42,7 @@ read -s -p "sheriffbot IRC Password: " IRC_PASSWORD && echo PROJECT=google.com:webkit ZONE=$(bash findzone.sh $PROJECT) -IMAGE=projects/google/images/ubuntu-10-04-v20120621 +IMAGE=projects/google/global/images/ubuntu-10-04-v20120621 MACHINE_TYPE=n1-standard-4-d gcutil --project=$PROJECT addinstance $BOT_ID --machine_type=$MACHINE_TYPE --image=$IMAGE --zone=$ZONE --wait_until_running @@ -61,7 +61,7 @@ gcutil --project=$PROJECT ssh $BOT_ID " bash build-boot-cmd.sh \"\\ screen -t fq ./start-queue.sh feeder-queue $BOT_ID 10 screen -t sq ./start-queue.sh style-queue $BOT_ID 10 -screen -t sb ./start-queue.sh sheriff-bot $BOT_ID 180 --irc-password=$IRC_PASSWORD\" +screen -t sb ./start-queue.sh -p \\\"--irc-password=$IRC_PASSWORD\\\" sheriff-bot $BOT_ID 180\" && bash boot.sh "