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

Side by Side Diff: appengine/trooper_o_matic/cron.yaml

Issue 774323002: Moved trooper_o_matic to appengine/ (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 6 years 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 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
OLDNEW
« no previous file with comments | « appengine/trooper_o_matic/bower_components ('k') | appengine/trooper_o_matic/endpoints_proto_datastore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698