| OLD | NEW |
| 1 cron: | 1 cron: |
| 2 - description: check CQ length and sanity | 2 - description: check CQ length and sanity |
| 3 url: /check-cq | 3 url: /check-cq |
| 4 schedule: every 15 minutes | 4 schedule: every 15 minutes |
| 5 | 5 |
| 6 - description: check chromium tree for slow builds | 6 - description: check chromium tree for slow builds |
| 7 url: /check-tree/chromium | 7 url: /check-tree/chromium |
| 8 schedule: every 15 minutes | 8 schedule: every 15 minutes |
| 9 | 9 |
| 10 - description: check blink tree for slow builds | 10 - description: check blink tree for slow builds |
| 11 url: /check-tree/blink | 11 url: /check-tree/blink |
| 12 schedule: every 15 minutes | 12 schedule: every 15 minutes |
| 13 | 13 |
| 14 - description: check chromium tree open status for last 24 hours | 14 - description: check chromium tree open status for last 24 hours |
| 15 url: /check-tree-status/chromium/1 | 15 url: /check-tree-status/chromium/1 |
| 16 schedule: every 15 minutes | 16 schedule: every 15 minutes |
| 17 | 17 |
| 18 - description: check blink tree open status for last 24 hours | 18 - description: check blink tree open status for last 24 hours |
| 19 url: /check-tree-status/blink/1 | 19 url: /check-tree-status/blink/1 |
| 20 schedule: every 15 minutes | 20 schedule: every 15 minutes |
| 21 | 21 |
| 22 - description: check chromium tree open status for last 7 days | 22 - description: check chromium tree open status for last 7 days |
| 23 url: /check-tree-status/chromium/7 | 23 url: /check-tree-status/chromium/7 |
| 24 schedule: every 6 hours | 24 schedule: every 6 hours |
| 25 | 25 |
| 26 - description: check blink tree open status for last 7 days | 26 - description: check blink tree open status for last 7 days |
| 27 url: /check-tree-status/blink/7 | 27 url: /check-tree-status/blink/7 |
| 28 schedule: every 6 hours | 28 schedule: every 6 hours |
| OLD | NEW |