Skip to content

Commit

Permalink
Add 'mac-builder-perf' to mb_config
Browse files Browse the repository at this point in the history
Bug: 828468, 828443
Change-Id: Id790c23f48fda5d8f6444c5cf175e930f153c3ba
Reviewed-on: https://chromium-review.googlesource.com/1188583
Reviewed-by: John Budorick <jbudorick@chromium.org>
Commit-Queue: Ned Nguyen <nednguyen@google.com>
Cr-Commit-Position: refs/heads/master@{#585883}
  • Loading branch information
nedn authored and Commit Bot committed Aug 24, 2018
1 parent 06a752d commit b9264ba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/mb/mb_config.pyl
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,9 @@
# TODO(crbug.com/828467): Remove 'Linux Builder Perf'
'Linux Builder Perf': 'official_goma_perf',
'linux-builder-perf': 'official_goma_perf',
# TODO(crbug.com/828468): Remove 'Mac Builder Perf'
'Mac Builder Perf': 'official_goma',
'mac-builder-perf': 'official_goma',
# TODO(crbug.com/828472): Remove 'Win Builder Perf'
'Win Builder Perf': 'official_goma_x86',
'win32-builder-perf': 'official_goma_x86',
Expand All @@ -378,12 +380,16 @@
},

'chromium.perf.fyi': {
# TODO(crbug.com/828445): Remove 'Linux Compile Perf FYI'
'Linux Compile Perf FYI': 'official_goma_perf',
# TODO(crbug.com/828444): Remove 'Android Builder Perf FYI'
'Android Builder Perf FYI': 'official_goma_minimal_symbols_android',
'Android arm64 Builder Perf FYI': 'official_goma_minimal_symbols_android_arm64',
'Android CFI Builder Perf FYI': 'official_goma_minimal_symbols_android_thin_lto',
'Android CFI arm64 Builder Perf FYI': 'official_goma_minimal_symbols_android_thin_lto_arm64',
# TODO(crbug.com/828443): Remove 'Mac Builder Perf FYI'
'Mac Builder Perf FYI': 'official_goma',
# TODO(crbug.com/835288): Remove 'Win Builder Perf FYI'
'Win Builder Perf FYI': 'official_goma_x86',
},

Expand Down

0 comments on commit b9264ba

Please sign in to comment.