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

Side by Side Diff: site/dev/sheriffing/trooper.md

Issue 1461613002: Update all code site issue tracker links to point to bug.skia.org (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Initial upload Created 5 years, 1 month 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 unified diff | Download patch
OLDNEW
1 Infra Trooper Documentation 1 Infra Trooper Documentation
2 =========================== 2 ===========================
3 3
4 ### Contents ### 4 ### Contents ###
5 5
6 * [What does an Infra trooper do?](#what_is_a_trooper) 6 * [What does an Infra trooper do?](#what_is_a_trooper)
7 * [View current and upcoming troopers](#view_current_upcoming_troopers) 7 * [View current and upcoming troopers](#view_current_upcoming_troopers)
8 * [How to swap trooper shifts](#how_to_swap) 8 * [How to swap trooper shifts](#how_to_swap)
9 * [Tips for troopers](#tips) 9 * [Tips for troopers](#tips)
10 10
(...skipping 30 matching lines...) Expand all
41 - Make sure you are a member of 41 - Make sure you are a member of
42 [MDB group chrome-skia-ninja](https://ganpati.corp.google.com/#Group_Info?name =chrome-skia-ninja@prod.google.com). 42 [MDB group chrome-skia-ninja](https://ganpati.corp.google.com/#Group_Info?name =chrome-skia-ninja@prod.google.com).
43 Valentine passwords and Chrome Golo access are based on membership in this 43 Valentine passwords and Chrome Golo access are based on membership in this
44 group. 44 group.
45 45
46 - These alerts generally auto-dismiss once the criteria for the alert is no 46 - These alerts generally auto-dismiss once the criteria for the alert is no
47 longer met: 47 longer met:
48 - Monitoring alerts, including prober, collectd, and others 48 - Monitoring alerts, including prober, collectd, and others
49 - Disconnected build slaves 49 - Disconnected build slaves
50 50
51 - These alerts generally do not auto-dismiss ([issue here](https://code.google.c om/p/skia/issues/detail?id=4292)): 51 - These alerts generally do not auto-dismiss ([issue here](https://bug.skia.org/ 4292)):
52 - Build slaves that failed a step 52 - Build slaves that failed a step
53 - Disconnected devices (these are detected as the "wait for device" step faili ng) 53 - Disconnected devices (these are detected as the "wait for device" step faili ng)
54 54
55 - "Failed to execute query" may show a different query than the failing one; 55 - "Failed to execute query" may show a different query than the failing one;
56 dismiss the alert to get a new alert showing the query that is actually 56 dismiss the alert to get a new alert showing the query that is actually
57 failing. (All "failed to execute query" alerts are lumped into a single alert, 57 failing. (All "failed to execute query" alerts are lumped into a single alert,
58 which is why the failed query which initially triggered the alert may not be 58 which is why the failed query which initially triggered the alert may not be
59 failing any more but the alert is still active because another query is 59 failing any more but the alert is still active because another query is
60 failing.) 60 failing.)
61 61
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 dealing with device alerts. 105 dealing with device alerts.
106 106
107 - To stop a buildslave for a device, log in to the host for that device, `cd 107 - To stop a buildslave for a device, log in to the host for that device, `cd
108 ~/buildbot/<slave name>/build/slave; make stop`. To start it again, 108 ~/buildbot/<slave name>/build/slave; make stop`. To start it again,
109 `TESTING_SLAVENAME=<slave name> make start`. 109 `TESTING_SLAVENAME=<slave name> make start`.
110 110
111 - Buildslaves can be slow to come up after reboot, but if the buildslave remains 111 - Buildslaves can be slow to come up after reboot, but if the buildslave remains
112 disconnected, you may need to start it manually. On Mac and Linux, check using 112 disconnected, you may need to start it manually. On Mac and Linux, check using
113 `ps aux | grep python` that neither buildbot nor gclient are running, then run 113 `ps aux | grep python` that neither buildbot nor gclient are running, then run
114 `~/skiabot-slave-start-on-boot.sh`. 114 `~/skiabot-slave-start-on-boot.sh`.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698