blob: 7d16105d48aea7c549bf9e9a012a538e4a1cf5ee [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 buckets on cr-buildbucket.appspot.com, used by to schedule builds
# on buildbot.
#
# See http://luci-config.appspot.com/schemas/projects:buildbucket.cfg for
# schema of this file and documentation.
#
# Please keep this list sorted by bucket name.
buckets {
name: "luci.fuchsia-isolate-test.ci"
acls {
role: READER
group: "all"
}
acls {
role: SCHEDULER
group: "project-fuchsia-tryjob-access"
}
swarming {
hostname: "chromium-swarm-dev.appspot.com"
url_format: "https://luci-milo-dev.appspot.com/swarming/task/{task_id}?server=chromium-swarm-dev.appspot.com"
builder_defaults {
swarming_tags: "allow_milo:1"
dimensions: "pool:default"
recipe {
repository: "https://fuchsia.googlesource.com/playground/isolate-test"
properties: "remote:https://fuchsia.googlesource.com/playground/isolate-test"
properties: "manifest:default"
}
execution_timeout_secs: 1800 # 30 min
}
# Keep builders sorted by category, then name.
builders {
name: "Linux x86-64"
dimensions: "os:Ubuntu-14.04"
dimensions: "cpu:x86-64"
recipe {
name: "isolate-test"
}
}
builders {
name: "Linux x86-64 Tester"
dimensions: "os:Ubuntu-14.04"
dimensions: "cpu:x86-64"
recipe {
name: "isolate-test_trybot"
}
}
}
}