Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(592)

Unified Diff: site/dev/sheriffing/trooper.md

Issue 2263103003: Add trooper documentation for CT bots and for iOS "the service is invalid" (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Remove milo link Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: site/dev/sheriffing/trooper.md
diff --git a/site/dev/sheriffing/trooper.md b/site/dev/sheriffing/trooper.md
index 08d9388dcbe72c97ebdbb00518675142895690f7..600e68b2c80348527cd900c08f2da0296a29d610 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.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698