0

[rts] Trigger RTS packager at midnight

Start the RTS packager 3h earlier, so that rolls are before the start
of the workday in MTV.

Bug: 1090668
Change-Id: Ie2ac69fd995e0d11eb8527c7a8378eb2c302685c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2881348
Auto-Submit: Nodir Turakulov <nodir@chromium.org>
Reviewed-by: Andrii Shyshkalov <tandrii@google.com>
Reviewed-by: Gregory Guterman <guterman@google.com>
Reviewed-by: Garrett Beaty <gbeaty@chromium.org>
Commit-Queue: Garrett Beaty <gbeaty@chromium.org>
Cr-Commit-Position: refs/heads/master@{#881272}
This commit is contained in:
Nodir Turakulov
2021-05-10 22:27:40 +00:00
committed by Chromium LUCI CQ
parent fe36b238b8
commit e1039e49b7
2 changed files with 2 additions and 2 deletions
infra/config
generated
subprojects
chromium

@ -6302,7 +6302,7 @@ job {
job {
id: "rts-model-packager"
realm: "ci"
schedule: "0 10 * * *"
schedule: "0 7 * * *"
acl_sets: "ci"
buildbucket {
server: "cr-buildbucket.appspot.com"

@ -6070,7 +6070,7 @@ ci.cipd_builder(
name = "rts-model-packager",
builderless = False,
executable = "recipe:chromium_rts/create_model",
schedule = "0 10 * * *", # at 2 AM PST, once a day.
schedule = "0 7 * * *", # at 12AM or 1AM PT (depending on DST), once a day.
triggered_by = [],
execution_timeout = 6 * time.hour,
cores = None,