mirror of
https://github.com/chromium/crashpad.git
synced 2025-01-21 23:23:05 +08:00
Revert "Add swarmbucket config for crashpad."
This will switch the crashpad CQ back to using buildbot. TBR=nodir@chromium.org, mark@chromium.org BUG=748681 Change-Id: If4c81fe442b82f115bb91d07b8a476d253b3abab Reviewed-on: https://chromium-review.googlesource.com/592771 Reviewed-by: Dirk Pranke <dpranke@chromium.org>
This commit is contained in:
parent
05c1a888ec
commit
0dd02aee1f
@ -51,58 +51,4 @@ buckets {
|
||||
role: WRITER
|
||||
identity: "siggi@chromium.org"
|
||||
}
|
||||
|
||||
swarming {
|
||||
hostname: "chromium-swarm.appspot.com"
|
||||
url_format: "https://ci.chromium.org/swarming/task/{task_id}"
|
||||
builder_defaults: {
|
||||
category: "Crashpad CQ"
|
||||
swarming_tags: "allow_milo:1"
|
||||
dimensions: "cpu:x86-64"
|
||||
dimensions: "pool:Chrome.LUCI"
|
||||
execution_timeout_secs: 1800 # 30 min
|
||||
build_numbers: true
|
||||
caches {
|
||||
path: "win_toolchain"
|
||||
name: "win_toolchain"
|
||||
}
|
||||
recipe {
|
||||
repository: "https://chromium.googlesource.com/chromium/tools/build.git"
|
||||
name: "crashpad/build"
|
||||
}
|
||||
}
|
||||
|
||||
builders {
|
||||
name: "mac_dbg"
|
||||
dimensions: "os:Mac-10.12"
|
||||
}
|
||||
builders {
|
||||
name: "mac_rel"
|
||||
dimensions: "os:Mac-10.12"
|
||||
}
|
||||
builders {
|
||||
name: "win_x64_dbg"
|
||||
dimensions: "os:Windows-7"
|
||||
}
|
||||
builders {
|
||||
name: "win_x64_rel"
|
||||
dimensions: "os:Windows-7"
|
||||
}
|
||||
builders {
|
||||
name: "win_x86_dbg"
|
||||
dimensions: "os:Windows-7"
|
||||
}
|
||||
builders {
|
||||
name: "win_x86_rel"
|
||||
dimensions: "os:Windows-7"
|
||||
}
|
||||
builders {
|
||||
name: "win_x86_wow64_dbg"
|
||||
dimensions: "os:Windows-7"
|
||||
}
|
||||
builders {
|
||||
name: "win_x86_wow64_rel"
|
||||
dimensions: "os:Windows-7"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user