Add a cold-boot.sh script for the EWS
authorabarth@webkit.org <abarth@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Sat, 30 Jun 2012 05:00:07 +0000 (05:00 +0000)
committerabarth@webkit.org <abarth@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Sat, 30 Jun 2012 05:00:07 +0000 (05:00 +0000)
commitf126392a87d8461ba97774046fc40ee72f3a3a53
treef3a83cf42e44de895f773fada8d47bb3cdae526a
parentd62be1b449d0d65f2cf83ae8327fd6c622087053
Add a cold-boot.sh script for the EWS
https://bugs.webkit.org/show_bug.cgi?id=90330

Unreviewed.

* EWSTools/cold-boot.sh: Added.
    - This script can take us from a cold GCE instance to a running EWS
      bot in one fell swoop.
* EWSTools/start-queue.sh:
    - The if-block at the top of this script was causing trouble. I
      removed it from the bots a while ago. Now that we're using SVN to
      cold-boot the EWS bots, we need to make this change in the repo.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@121621 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Tools/ChangeLog
Tools/EWSTools/cold-boot.sh [new file with mode: 0755]
Tools/EWSTools/start-queue.sh