Use luci.flex.[ci|try] pools for swarming tasks

Bug: chromium:1030767
Change-Id: I4ac5729dd5100f77a101f3ce7d4004825c70a9c9
Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/1966237
Reviewed-by: Mark Mentovai <mark@chromium.org>
This commit is contained in:
Aaron Gable 2019-12-12 13:25:22 -08:00
parent 64ecaeed21
commit 1e29460e08

View File

@ -136,6 +136,7 @@ buckets {
builder_defaults {
dimensions: "cores:8"
dimensions: "cpu:x86-64"
dimensions: "pool:luci.flex.ci"
service_account: "crashpad-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
execution_timeout_secs: 10800 # 3h
swarming_tags: "vpython:native-python-wrapper"
@ -227,6 +228,7 @@ buckets {
builder_defaults {
dimensions: "cores:8"
dimensions: "cpu:x86-64"
dimensions: "pool:luci.flex.try"
service_account: "crashpad-try-builder@chops-service-accounts.iam.gserviceaccount.com"
execution_timeout_secs: 10800 # 3h
swarming_tags: "vpython:native-python-wrapper"