| 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 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 236 priority. Pri-0 generally implies an entire waterfall is down. | 236 priority. Pri-0 generally implies an entire waterfall is down. |
| 237 | 237 |
| 238 **[Pri-1 bugs](https://bugs.chromium.org/p/chromium/issues/list?can=2&q=label%3A
Performance-BotHealth+label%3APri-1)** | 238 **[Pri-1 bugs](https://bugs.chromium.org/p/chromium/issues/list?can=2&q=label%3A
Performance-BotHealth+label%3APri-1)** |
| 239 should be pinged daily, and checked to make sure someone is following up. Pri-1 | 239 should be pinged daily, and checked to make sure someone is following up. Pri-1 |
| 240 bugs are for a red test (not yet disabled), purple bot, or failing device. Here | 240 bugs are for a red test (not yet disabled), purple bot, or failing device. Here |
| 241 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). | 241 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). |
| 242 | 242 |
| 243 **[Pri-2 bugs](https://bugs.chromium.org/p/chromium/issues/list?can=2&q=label%3A
Performance-BotHealth+label%3APri-2)** | 243 **[Pri-2 bugs](https://bugs.chromium.org/p/chromium/issues/list?can=2&q=label%3A
Performance-BotHealth+label%3APri-2)** |
| 244 are for disabled tests. These should be pinged weekly, and work towards fixing | 244 are for disabled tests. These should be pinged weekly, and work towards fixing |
| 245 should be ongoing when the sheriff is not working on a Pri-1 issue. Here is the | 245 should be ongoing when the sheriff is not working on a Pri-1 issue. Here is the |
| 246 |
| 246 [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). | 247 [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). |
| 247 | 248 |
| 248 <!-- Unresolved issues: | 249 <!-- Unresolved issues: |
| 249 1. Do perf sheriffs watch the bisect waterfall? | 250 1. Do perf sheriffs watch the bisect waterfall? |
| 250 2. Do perf sheriffs watch the internal clank waterfall? | 251 2. Do perf sheriffs watch the internal clank waterfall? |
| 251 --> | 252 --> |
| OLD | NEW |