blob: 01cea733226bcca3f66b21efb6d04ca2b7941f57 [file] [log] [blame]
# Copyright 2016 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Defines cron jobs on luci-scheduler.appspot.com.
#
# See http://luci-config.appspot.com/schemas/projects:cron.cfg for
# schema of this file and documentation.
job {
id: "linux-x86-64"
schedule: "with 10m interval"
task: {
buildbucket_task: {
server: "https://cr-buildbucket.appspot.com"
bucket: "luci.cobalt.ci"
builder: "Linux x86-64"
properties: "gerrit:https://fuchsia-review.googlesource.com"
properties: "repository:https://fuchsia.googlesource.com/cobalt"
}
}
}