mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-10 06:36:02 +00:00
Crashpad configures their recipes via passed-in recipe properties. Define them in cr-buildbucket.cfg. Bug: 865729 TBR: dpranke Change-Id: I249bae7fc83aa8bcc57ea1ecaba759caad501b9c Reviewed-on: https://chromium-review.googlesource.com/1145785 Reviewed-by: Ryan Tseng <hinoka@chromium.org>
301 lines
6.1 KiB
INI
301 lines
6.1 KiB
INI
# Copyright 2017 The Crashpad Authors. All rights reserved.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
# See https://luci-config.appspot.com/schemas/projects:buildbucket.cfg for
|
|
# schema of this file and documentation.
|
|
#
|
|
# Please keep this list sorted by bucket name.
|
|
|
|
acl_sets {
|
|
name: "ci"
|
|
acls {
|
|
role: READER
|
|
group: "all"
|
|
}
|
|
acls {
|
|
role: WRITER
|
|
group: "project-crashpad-admins"
|
|
}
|
|
acls {
|
|
role: SCHEDULER
|
|
identity: "luci-scheduler@appspot.gserviceaccount.com"
|
|
}
|
|
}
|
|
|
|
acl_sets {
|
|
name: "try"
|
|
acls {
|
|
role: READER
|
|
group: "all"
|
|
}
|
|
acls {
|
|
role: WRITER
|
|
group: "project-crashpad-admins"
|
|
}
|
|
acls {
|
|
role: SCHEDULER
|
|
group: "service-account-cq"
|
|
}
|
|
acls {
|
|
role: SCHEDULER
|
|
group: "project-crashpad-tryjob-access"
|
|
}
|
|
acls {
|
|
role: WRITER
|
|
group: "service-account-crashpad-cq"
|
|
}
|
|
}
|
|
|
|
builder_mixins {
|
|
name: "linux"
|
|
dimensions: "os:Ubuntu-14.04"
|
|
recipe {
|
|
properties: "target_os:linux"
|
|
}
|
|
}
|
|
|
|
builder_mixins {
|
|
name: "fuchsia"
|
|
dimensions: "os:Ubuntu-14.04"
|
|
recipe {
|
|
properties: "target_os:fuchsia"
|
|
}
|
|
}
|
|
|
|
builder_mixins {
|
|
name: "win"
|
|
dimensions: "os:Windows-10"
|
|
recipe {
|
|
properties: "target_os:win"
|
|
}
|
|
}
|
|
|
|
builder_mixins {
|
|
name: "mac"
|
|
dimensions: "os:Mac-10.13"
|
|
recipe {
|
|
properties: "target_os:mac"
|
|
}
|
|
}
|
|
|
|
builder_mixins {
|
|
name: "debug"
|
|
recipe {
|
|
properties: "config:Debug"
|
|
}
|
|
}
|
|
|
|
builder_mixins {
|
|
name: "release"
|
|
recipe {
|
|
properties: "config:Release"
|
|
}
|
|
}
|
|
|
|
builder_mixins {
|
|
name: "arm"
|
|
recipe {
|
|
properties: "target_cpu:arm64"
|
|
}
|
|
}
|
|
|
|
buckets {
|
|
name: "master.client.crashpad"
|
|
acls {
|
|
role: READER
|
|
group: "all"
|
|
}
|
|
acls {
|
|
role: SCHEDULER
|
|
group: "service-account-cq"
|
|
}
|
|
acls {
|
|
role: WRITER
|
|
group: "project-crashpad-admins"
|
|
}
|
|
acls {
|
|
role: SCHEDULER
|
|
group: "project-crashpad-tryjob-access"
|
|
}
|
|
acls {
|
|
role: WRITER
|
|
group: "service-account-crashpad-cq"
|
|
}
|
|
acls {
|
|
role: WRITER
|
|
identity: "mark@chromium.org"
|
|
}
|
|
acls {
|
|
role: WRITER
|
|
identity: "scottmg@chromium.org"
|
|
}
|
|
acls {
|
|
role: WRITER
|
|
identity: "siggi@chromium.org"
|
|
}
|
|
}
|
|
|
|
buckets {
|
|
name: "luci.crashpad.ci"
|
|
acl_sets: "ci"
|
|
swarming {
|
|
hostname: "chromium-swarm.appspot.com"
|
|
builder_defaults {
|
|
dimensions: "cores:8"
|
|
dimensions: "cpu:x86-64"
|
|
service_account: "crashpad-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
|
|
execution_timeout_secs: 10800 # 3h
|
|
swarming_tags: "vpython:native-python-wrapper"
|
|
build_numbers: YES
|
|
luci_migration_host: "luci-migration.appspot.com"
|
|
recipe {
|
|
cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build"
|
|
cipd_version: "refs/heads/master"
|
|
name: "crashpad/build"
|
|
properties_j: "$kitchen:{\"git_auth\": true, \"devshell\": true}"
|
|
}
|
|
}
|
|
|
|
builders {
|
|
name: "crashpad_fuchsia_arm64_dbg"
|
|
mixins: "fuchsia"
|
|
mixins: "arm"
|
|
mixins: "debug"
|
|
}
|
|
builders {
|
|
name: "crashpad_fuchsia_arm64_rel"
|
|
mixins: "fuchsia"
|
|
mixins: "arm"
|
|
mixins: "release"
|
|
}
|
|
builders {
|
|
name: "crashpad_fuchsia_x64_dbg"
|
|
mixins: "fuchsia"
|
|
mixins: "debug"
|
|
}
|
|
builders {
|
|
name: "crashpad_fuchsia_x64_rel"
|
|
mixins: "fuchsia"
|
|
mixins: "release"
|
|
}
|
|
builders {
|
|
name: "crashpad_linux_dbg"
|
|
mixins: "linux"
|
|
mixins: "debug"
|
|
}
|
|
builders {
|
|
name: "crashpad_linux_rel"
|
|
mixins: "linux"
|
|
mixins: "release"
|
|
}
|
|
builders {
|
|
name: "crashpad_mac_dbg"
|
|
mixins: "mac"
|
|
mixins: "debug"
|
|
}
|
|
builders {
|
|
name: "crashpad_mac_rel"
|
|
mixins: "mac"
|
|
mixins: "release"
|
|
}
|
|
builders {
|
|
name: "crashpad_win_dbg"
|
|
mixins: "win"
|
|
mixins: "debug"
|
|
}
|
|
builders {
|
|
name: "crashpad_win_rel"
|
|
mixins: "win"
|
|
mixins: "release"
|
|
}
|
|
}
|
|
}
|
|
|
|
buckets {
|
|
name: "luci.crashpad.try"
|
|
acl_sets: "try"
|
|
|
|
swarming {
|
|
hostname: "chromium-swarm.appspot.com"
|
|
builder_defaults {
|
|
dimensions: "cores:8"
|
|
dimensions: "cpu:x86-64"
|
|
service_account: "crashpad-try-builder@chops-service-accounts.iam.gserviceaccount.com"
|
|
execution_timeout_secs: 10800 # 3h
|
|
swarming_tags: "vpython:native-python-wrapper"
|
|
build_numbers: YES
|
|
luci_migration_host: "luci-migration.appspot.com"
|
|
recipe {
|
|
cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build"
|
|
cipd_version: "refs/heads/master"
|
|
name: "crashpad/build"
|
|
properties_j: "$kitchen:{\"git_auth\": true, \"devshell\": true}"
|
|
}
|
|
}
|
|
|
|
builders {
|
|
name: "crashpad_try_fuchsia_arm64_dbg"
|
|
mixins: "fuchsia"
|
|
mixins: "arm"
|
|
mixins: "debug"
|
|
}
|
|
builders {
|
|
name: "crashpad_try_fuchsia_arm64_rel"
|
|
mixins: "fuchsia"
|
|
mixins: "arm"
|
|
mixins: "release"
|
|
}
|
|
builders {
|
|
name: "crashpad_try_fuchsia_x64_dbg"
|
|
mixins: "fuchsia"
|
|
mixins: "debug"
|
|
}
|
|
builders {
|
|
name: "crashpad_try_fuchsia_x64_rel"
|
|
mixins: "fuchsia"
|
|
mixins: "release"
|
|
}
|
|
builders {
|
|
name: "crashpad_try_linux_dbg"
|
|
mixins: "linux"
|
|
mixins: "debug"
|
|
}
|
|
builders {
|
|
name: "crashpad_try_linux_rel"
|
|
mixins: "linux"
|
|
mixins: "release"
|
|
}
|
|
builders {
|
|
name: "crashpad_try_mac_dbg"
|
|
mixins: "mac"
|
|
mixins: "debug"
|
|
}
|
|
builders {
|
|
name: "crashpad_try_mac_rel"
|
|
mixins: "mac"
|
|
mixins: "release"
|
|
}
|
|
builders {
|
|
name: "crashpad_try_win_dbg"
|
|
mixins: "win"
|
|
mixins: "debug"
|
|
}
|
|
builders {
|
|
name: "crashpad_try_win_rel"
|
|
mixins: "win"
|
|
mixins: "release"
|
|
}
|
|
}
|
|
}
|