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

Unified Diff: appengine_apps/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 side-by-side diff with in-line comments
Download patch
Index: appengine_apps/trooper_o_matic/cron.yaml
diff --git a/appengine_apps/trooper_o_matic/cron.yaml b/appengine_apps/trooper_o_matic/cron.yaml
deleted file mode 100644
index 8ece8896c288495b726358cc4d4e9864be7892ba..0000000000000000000000000000000000000000
--- a/appengine_apps/trooper_o_matic/cron.yaml
+++ /dev/null
@@ -1,28 +0,0 @@
-cron:
-- description: check CQ length and sanity
- url: /check-cq
- schedule: every 15 minutes
-
-- description: check chromium tree for slow builds
- url: /check-tree/chromium
- schedule: every 15 minutes
-
-- description: check blink tree for slow builds
- url: /check-tree/blink
- schedule: every 15 minutes
-
-- description: check chromium tree open status for last 24 hours
- url: /check-tree-status/chromium/1
- schedule: every 15 minutes
-
-- description: check blink tree open status for last 24 hours
- url: /check-tree-status/blink/1
- schedule: every 15 minutes
-
-- description: check chromium tree open status for last 7 days
- url: /check-tree-status/chromium/7
- schedule: every 6 hours
-
-- description: check blink tree open status for last 7 days
- url: /check-tree-status/blink/7
- schedule: every 6 hours
« no previous file with comments | « appengine_apps/trooper_o_matic/bower_components ('k') | appengine_apps/trooper_o_matic/endpoints_proto_datastore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698