blob: d044b14a5c5babfb2c2fd122a1aa82e6808601e7 [file] [log] [blame]
# Updates to this file must be pushed with:
# gcloud app deploy --project flutter-dashboard cron.yaml
cron:
- description: refresh chromebot build status
url: /api/refresh-chromebot-status
schedule: every 3 minutes
- description: retrieve missing commits
url: /api/vacuum-github-commits
schedule: every 1 hours
- description: sends build status to GitHub to annotate PRs and commits
url: /api/push-build-status-to-github
schedule: every 1 minutes
- description: sends pr-specific gold status to GitHub to annotate PRs and commits
url: /api/push-gold-status-to-github
schedule: every 5 minutes
- description: sends build status to GitHub to annotate engine PRs and commits
url: /api/push-engine-build-status-to-github
schedule: every 2 minutes
- description: check for mergeable commits waiting for the tree to go green
url: /api/check-waiting-pull-requests
schedule: every 5 minutes
- description: push github rate limit history to bigquery
url: /api/public/github-rate-limit-status
schedule: every 1 minutes