[infra] Use new LUCI Mac trybot

Bug: 824467
Change-Id: I30b34620fa3dd3ce8b21550f7bcdfa9b8c68a2bc
Reviewed-on: https://skia-review.googlesource.com/115702
Reviewed-by: Ravi Mistry <rmistry@google.com>
Reviewed-by: Andrii Shyshkalov <tandrii@google.com>
Commit-Queue: Eric Boren <borenet@google.com>
This commit is contained in:
Eric Boren 2018-03-21 16:23:25 -04:00 committed by Skia Commit-Bot
parent cec40a9320
commit e8faee7cee
2 changed files with 2 additions and 2 deletions

View File

@ -22,6 +22,7 @@ SKIA_REPO_TEMPLATE = 'https://skia.googlesource.com/%s.git'
CQ_INCLUDE_CHROMIUM_TRYBOTS = [
('luci.chromium.try', [
'linux_optional_gpu_tests_rel',
'mac_chromium_compile_dbg_ng',
'mac_optional_gpu_tests_rel',
]),
('master.tryserver.blink', [
@ -41,7 +42,6 @@ CQ_INCLUDE_CHROMIUM_TRYBOTS = [
'linux_chromium_rel_ng',
]),
('master.tryserver.chromium.mac', [
'mac_chromium_compile_dbg_ng',
'mac_chromium_compile_rel_ng',
'mac_chromium_dbg_ng',
'mac_chromium_rel_ng',

View File

@ -22,7 +22,7 @@ verifiers {
try_job {
buckets {
name: "master.tryserver.chromium.mac"
name: "luci.chromium.try"
# At time of writing, this is the fastest Chrome compile bot on average.
builders { name: "mac_chromium_compile_dbg_ng" }
}