Commit 67a1a898 authored by Roberto Carrillo's avatar Roberto Carrillo Committed by Commit Bot

Move bot db exporter bot to Findit's dedicated bucket.

R=hinoka,vadimsh

Change-Id: I14bd0fdb4b2960d28d906dc83bcc89ed5a3d2213
Reviewed-on: https://chromium-review.googlesource.com/1142605Reviewed-by: default avatarRyan Tseng <hinoka@chromium.org>
Commit-Queue: Roberto Carrillo <robertocn@chromium.org>
Cr-Commit-Position: refs/heads/master@{#576261}
parent ba4e96e7
......@@ -954,17 +954,6 @@ buckets {
mixins: "linux"
}
builders {
name: "linux_chromium_bot_db_exporter"
mixins: "linux"
recipe {
name: "findit/chromium/export_bot_db"
properties: "gs_bucket:findit-for-me"
properties: "gs_object:bot_db.json"
}
service_account: "findit-builder@chops-service-accounts.iam.gserviceaccount.com"
}
builders {
name: "linux_chromium_component_updater"
mixins: "linux-ci"
......@@ -2281,6 +2270,15 @@ buckets {
# after they have been configured to use this generic builder, as well as
# the findit 'mixin'.
builders { name: "findit_variable" }
builders {
name: "linux_chromium_bot_db_exporter"
mixins: "linux"
recipe {
name: "findit/chromium/export_bot_db"
properties: "gs_bucket:findit-for-me"
properties: "gs_object:bot_db.json"
}
}
}
}
......
......@@ -3679,11 +3679,11 @@ job {
job {
id: "export-bot-db-to-findit-gs"
acl_sets: "default"
# Run this every six hours, stagger it off the previous one.
schedule: "0 1,7,13,19 * * * "
# Run this every six hours
schedule: "0 0,6,12,18 * * * "
buildbucket: {
server: "cr-buildbucket.appspot.com"
bucket: "luci.chromium.ci"
bucket: "luci.chromium.findit"
builder: "linux_chromium_bot_db_exporter"
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment