go.chromium.org/luci@v0.0.0-20240309015107-7cdc2e660f33/bisection/cron.yaml (about) 1 # Copyright 2022 The LUCI Authors. 2 # 3 # Licensed under the Apache License, Version 2.0 (the "License"); 4 # you may not use this file except in compliance with the License. 5 # You may obtain a copy of the License at 6 # 7 # http://www.apache.org/licenses/LICENSE-2.0 8 # 9 # Unless required by applicable law or agreed to in writing, software 10 # distributed under the License is distributed on an "AS IS" BASIS, 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 # See the License for the specific language governing permissions and 13 # limitations under the License. 14 15 cron: 16 - description: "Update cached config to latest from LUCI Config" 17 url: /internal/cron/update-config 18 schedule: every 10 minutes 19 20 - description: "Global metrics collection" 21 url: /internal/cron/collect-global-metrics 22 schedule: every 5 minutes 23 24 - description: "Sweeper job for transactional tasks." 25 url: /internal/tasks/c/sweep 26 schedule: every 1 minutes 27 28 - description: "Send task to test failure detector based on machine availability." 29 url: /internal/cron/throttle-bisection 30 schedule: every 5 minutes 31 32 - description: "Job for exporting test failure analyses to BigQuery." 33 url: /internal/cron/export-test-analyses 34 schedule: every 10 minutes from 00:07 to 23:59 35 36 - description: "Job for ensuring view schema in project datasets." 37 url: /internal/cron/ensure-views 38 schedule: every 10 minutes