blob: 212313da5670f0ee1d7d756127160f3764259b77 [file] [log] [blame]
# Updates to this file must be pushed with:
# gcloud app deploy --project flutter-dashboard cron.yaml
cron:
- description: refresh commits from GitHub
url: /api/refresh-github-commits
schedule: every 1 minutes
- description: refresh chromebot build status
url: /api/refresh-chromebot-status
schedule: every 3 minutes
- description: clean up stale datastore records
url: /api/vacuum-clean
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: refresh github CI status (cirrus)
url: /api/refresh-cirrus-status
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: insert agent health status to bigquery
url: /api/update-agent-health-history
schedule: every 1 minutes