OLD | NEW |
---|---|
1 # Perf Bot Sheriffing | 1 # Perf Bot Sheriffing |
2 | 2 |
3 The perf bot sheriff is responsible for keeping the bots on the chromium.perf | 3 The perf bot sheriff is responsible for keeping the bots on the chromium.perf |
4 waterfall up and running, and triaging performance test failures and flakes. | 4 waterfall up and running, and triaging performance test failures and flakes. |
5 | 5 |
6 **[Rotation calendar](https://calendar.google.com/calendar/embed?src=google.com_ 2fpmo740pd1unrui9d7cgpbg2k%40group.calendar.google.com)** | 6 **[Rotation calendar](https://calendar.google.com/calendar/embed?src=google.com_ 2fpmo740pd1unrui9d7cgpbg2k%40group.calendar.google.com)** |
7 | 7 |
8 ## Key Responsibilities | 8 ## Key Responsibilities |
9 | 9 |
10 * [Handle Device and Bot Failures](#botfailures) | 10 * [Handle Device and Bot Failures](#botfailures) |
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
245 priority. Pri-0 generally implies an entire waterfall is down. | 245 priority. Pri-0 generally implies an entire waterfall is down. |
246 | 246 |
247 **[Pri-1 bugs](https://bugs.chromium.org/p/chromium/issues/list?can=2&q=label%3A Performance-BotHealth+label%3APri-1)** | 247 **[Pri-1 bugs](https://bugs.chromium.org/p/chromium/issues/list?can=2&q=label%3A Performance-BotHealth+label%3APri-1)** |
248 should be pinged daily, and checked to make sure someone is following up. Pri-1 | 248 should be pinged daily, and checked to make sure someone is following up. Pri-1 |
249 bugs are for a red test (not yet disabled), purple bot, or failing device. Here | 249 bugs are for a red test (not yet disabled), purple bot, or failing device. Here |
250 is the [list of Pri-1 bugs that have not been pinged today](https://bugs.chromiu m.org/p/chromium/issues/list?can=2&q=label:Performance-BotHealth%20label:Pri-1%2 0modified-before:today-1&sort=modified). | 250 is the [list of Pri-1 bugs that have not been pinged today](https://bugs.chromiu m.org/p/chromium/issues/list?can=2&q=label:Performance-BotHealth%20label:Pri-1%2 0modified-before:today-1&sort=modified). |
251 | 251 |
252 **[Pri-2 bugs](https://bugs.chromium.org/p/chromium/issues/list?can=2&q=label%3A Performance-BotHealth+label%3APri-2)** | 252 **[Pri-2 bugs](https://bugs.chromium.org/p/chromium/issues/list?can=2&q=label%3A Performance-BotHealth+label%3APri-2)** |
253 are for disabled tests. These should be pinged weekly, and work towards fixing | 253 are for disabled tests. These should be pinged weekly, and work towards fixing |
254 should be ongoing when the sheriff is not working on a Pri-1 issue. Here is the | 254 should be ongoing when the sheriff is not working on a Pri-1 issue. Here is the |
255 | |
nednguyen
2016/06/24 21:08:19
is this change intentional?
| |
255 [list of Pri-2 bugs that have not been pinged in a week](https://bugs.chromium.o rg/p/chromium/issues/list?can=2&q=label:Performance-BotHealth%20label:Pri-2%20mo dified-before:today-7&sort=modified). | 256 [list of Pri-2 bugs that have not been pinged in a week](https://bugs.chromium.o rg/p/chromium/issues/list?can=2&q=label:Performance-BotHealth%20label:Pri-2%20mo dified-before:today-7&sort=modified). |
256 | 257 |
257 <!-- Unresolved issues: | 258 <!-- Unresolved issues: |
258 1. Do perf sheriffs watch the bisect waterfall? | 259 1. Do perf sheriffs watch the bisect waterfall? |
259 2. Do perf sheriffs watch the internal clank waterfall? | 260 2. Do perf sheriffs watch the internal clank waterfall? |
260 --> | 261 --> |
OLD | NEW |