aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/dev/sheriffing
diff options
context:
space:
mode:
authorGravatar rmistry <rmistry@google.com>2016-08-22 12:54:54 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-08-22 12:54:54 -0700
commit674b92522765183ae14c06e245f9128bd8781d54 (patch)
tree8acf1adf7650d89d44bfdb0905ef7e1f9d7f0f7c /site/dev/sheriffing
parentd9015a43cf6c6e7c372c804ee3e1021b153d505f (diff)
Add trooper documentation for CT bots and for iOS "the service is invalid"
Diffstat (limited to 'site/dev/sheriffing')
-rw-r--r--site/dev/sheriffing/trooper.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/site/dev/sheriffing/trooper.md b/site/dev/sheriffing/trooper.md
index 08d9388dcb..600e68b2c8 100644
--- a/site/dev/sheriffing/trooper.md
+++ b/site/dev/sheriffing/trooper.md
@@ -60,8 +60,9 @@ Tips for troopers
failing.)
- Where machines are located:
- - Machine name like "skia-vm-NNN" -> GCE
+ - Machine name like "skia-vm-NNN", "ct-vm-NNN" -> GCE
- Machine name ends with "a3", "a4", "m3" -> Chrome Golo
+ - Machine name ends with "m5" -> CT bare-metal bots in Chrome Golo
- Machine name starts with "skiabot-" -> Chapel Hill lab
- Machine name starts with "win8" -> Chapel Hill lab (Windows machine
names can't be very long, so the "skiabot-shuttle-" prefix is dropped.)
@@ -94,6 +95,8 @@ Tips for troopers
- Machine name ends with "a3" or "a4" -> ssh command looks like `ssh
build3-a3.chrome`
- Machine name ends with "m3" -> ssh command looks like `ssh build5-m3.golo`
+ - Machine name ends with "m5" -> ssh command looks like `ssh build1-m5.golo`.
+ [Example bug](https://bugs.chromium.org/p/chromium/issues/detail?id=638193) to file to Infra Labs.
- For MacOS and Windows bots, you will be prompted for a password, which is
stored on [Valentine](https://valentine.corp.google.com/) as "Chrome Golo,
Perf, GPU bots - chrome-bot".
@@ -112,3 +115,5 @@ Tips for troopers
disconnected, you may need to start it manually. On Mac and Linux, check using
`ps aux | grep python` that neither buildbot nor gclient are running, then run
`~/skiabot-slave-start-on-boot.sh`.
+
+- Sometimes iOS builds fail with 'The service is invalid'. Try rebooting the iOS host to fix this.