diff options
| author | Taras Madan <tarasmadan@google.com> | 2025-05-26 10:35:27 +0200 |
|---|---|---|
| committer | Taras Madan <tarasmadan@google.com> | 2025-05-26 10:56:47 +0000 |
| commit | 874a1386706482fe473dfe96f8a3acc52c1b2ba1 (patch) | |
| tree | d28e868eb79592b83bdd1da47bc6bb2149bbd6c9 | |
| parent | 06877188c70456c1be98cbeae2c4a648509bdc4d (diff) | |
dashboard/app: disable old datastore backup
We're currently using alternative solution:
https://cloud.google.com/datastore/docs/backups
| -rw-r--r-- | dashboard/app/cron.yaml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dashboard/app/cron.yaml b/dashboard/app/cron.yaml index 182714daa..2e293797a 100644 --- a/dashboard/app/cron.yaml +++ b/dashboard/app/cron.yaml @@ -16,9 +16,6 @@ cron: schedule: every 5 minutes - url: /cron/subsystem_reports schedule: every 8 hours -- url: /_ah/datastore_admin/backup.create?name=backup&filesystem=gs&gs_bucket_name=syzkaller-backups&kind=Bug&kind=Build&kind=Crash&kind=CrashLog&kind=CrashReport&kind=Error&kind=Job&kind=KernelConfig&kind=Manager&kind=ManagerStats&kind=Patch&kind=ReportingState&kind=ReproC&kind=ReproSyz - schedule: every monday 00:00 - target: ah-builtin-python-bundle # Update quarter coverage numbers every week. - url: /cron/batch_coverage?quarters=true&steps=2 schedule: every sunday 00:00 |
