diff options
author | Ravi Mistry <rmistry@google.com> | 2018-06-05 09:28:31 -0400 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2018-06-05 13:57:28 +0000 |
commit | 35f06df995240ca93b844d770ff019c2aa182ba1 (patch) | |
tree | 85ae527ff3055ab69dd1a28dc28172c42e168c23 /site/dev/testing/swarmingbots.md | |
parent | 8d8f45d29eb7b143ecb2109d5f6393af2463e6b8 (diff) |
Point to new CT swarming bots project ID
No-Try: true
Docs-Preview: https://skia.org/?cl=132085
Bug: skia:8010
Change-Id: I44f45d6e6511700524f6fb4d389ab740ed2d6f9d
Reviewed-on: https://skia-review.googlesource.com/132085
Reviewed-by: Ben Wagner <benjaminwagner@google.com>
Commit-Queue: Ravi Mistry <rmistry@google.com>
Diffstat (limited to 'site/dev/testing/swarmingbots.md')
-rw-r--r-- | site/dev/testing/swarmingbots.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/site/dev/testing/swarmingbots.md b/site/dev/testing/swarmingbots.md index a453d2a061..1048962f3e 100644 --- a/site/dev/testing/swarmingbots.md +++ b/site/dev/testing/swarmingbots.md @@ -24,10 +24,11 @@ Skia's Swarming bots are hosted in three places: Connecting to Swarming Bots --------------------------- -- Machine name like “skia-gce-NNN”, “skia-i-gce-NNN”, “ct-gce-NNN”, “skia-ct-gce-NNN”, “ct-xxx-builder-NNN” -> GCE +- Machine name like “skia-gce-NNN”, “skia-ct-gce-NNN”, “skia-i-gce-NNN”, “ct-gce-NNN”, “ct-xxx-builder-NNN” -> GCE * First determine the project for the bot: + skia-gce-NNN, skia-ct-gce-NNN: [skia-swarming-bots](https://console.cloud.google.com/compute/instances?project=skia-swarming-bots) - + skia-i-gce-NNN, ct-gce-NNN, ct-xxx-builder-NNN: [google.com:skia-buildbots](https://console.cloud.google.com/compute/instances?project=google.com:skia-buildbots) + + skia-i-gce-NNN: [google.com:skia-buildbots](https://console.cloud.google.com/compute/instances?project=google.com:skia-buildbots) + + ct-gce-NNN, ct-xxx-builder-NNN: [ct-swarming-bots](https://console.cloud.google.com/compute/instances?project=ct-swarming-bots) * To log in to a Linux bot in GCE, use `gcloud compute ssh --project <project> default@<machine name>`. Choose the zone listed on the VM's detail page (see links above). You may also specify the zone using the `--zone` command-line flag. * To log in to a Windows bot in GCE, on the VM's detail page, first click the "Set Windows password" button, then click the "RDP" button. (If it hasn't been installed, you will be instructed to install the Chrome RDP Extension for GCP.) |