blob: 18d86f4b180a19b0f1fa007add94cbca44a1fe54 [file] [log] [blame]
# Copyright 2017 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-dev.appspot.com"
bucket: "luci.fuchsia-isolate-test.ci"
builder: "Linux x86-64"
properties: "gerrit:https://fuchsia-review.googlesource.com"
properties: "repository:https://fuchsia.googlesource.com/playground/isolate-test"
}
}
}