From 874a1386706482fe473dfe96f8a3acc52c1b2ba1 Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Mon, 26 May 2025 10:35:27 +0200 Subject: dashboard/app: disable old datastore backup We're currently using alternative solution: https://cloud.google.com/datastore/docs/backups --- dashboard/app/cron.yaml | 3 --- 1 file changed, 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 -- cgit mrf-deployment