cbuildbot_launch: Attempt PreLoad from /preload/chromeos.

Some builders will have a clean checkout preloaded at
'/preload/chromeos', so have the cbuildbot_launch script attempt to
preload the main checkout from that location.

This does nothing if the source checkout doesn't exist, or if the
current checkout is already populated.

BUG=chromium:905762
TEST=cros tryjob --local success-build

Change-Id: I8f70ea6618165519d49512f01ae619ad3ca74675
Reviewed-on: https://chromium-review.googlesource.com/1338510
Commit-Ready: ChromeOS CL Exonerator Bot <chromiumos-cl-exonerator@appspot.gserviceaccount.com>
Tested-by: Don Garrett <dgarrett@chromium.org>
Reviewed-by: Don Garrett <dgarrett@chromium.org>
diff --git a/scripts/cbuildbot_launch.py b/scripts/cbuildbot_launch.py
index 535260e..5e9344c 100644
--- a/scripts/cbuildbot_launch.py
+++ b/scripts/cbuildbot_launch.py
@@ -310,6 +310,7 @@
   logging.PrintBuildbotStepText('Branch: %s' % repo.branch)
   logging.info('Bootstrap script starting initial sync on branch: %s',
                repo.branch)
+  repo.PreLoad('/preload/chromeos')
   repo.Sync(detach=True)