blob: 0f8c5b70f25440e443cdf43ac3152bf9ff64d128 [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.
# Launch Buildbucket tasks continuously.
job {
id: "linux-x86-64"
schedule: "with 10m interval"
task: {
buildbucket_task: {
server: "https://cr-buildbucket.appspot.com"
bucket: "luci.example.ci"
builder: "Linux x86-64"
}
}
}
job {
id: "linux-arm64"
schedule: "continuously"
task: {
buildbucket_task: {
server: "https://cr-buildbucket.appspot.com"
bucket: "luci.example.ci"
builder: "Linux arm64"
}
}
}