Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(42)

Side by Side Diff: tools/mb/mb_config.pyl

Issue 2583813002: mb: Add config for new 64 bit android compile on chromium.perf (Closed)
Patch Set: Fixed typo Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 # This is a map of buildbot master names -> buildbot builder names -> 6 # This is a map of buildbot master names -> buildbot builder names ->
7 # config names (where each config name is a key in the 'configs' dict, 7 # config names (where each config name is a key in the 'configs' dict,
8 # below). MB uses this dict to look up which config to use for a given bot. 8 # below). MB uses this dict to look up which config to use for a given bot.
9 'masters': { 9 'masters': {
10 'chromeos.chrome': { 10 'chromeos.chrome': {
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 }, 317 },
318 318
319 'chromium.memory.full': { 319 'chromium.memory.full': {
320 'Chromium Linux ChromeOS MSan Builder': 'chromeos_msan_release_bot', 320 'Chromium Linux ChromeOS MSan Builder': 'chromeos_msan_release_bot',
321 'Chromium Linux MSan Builder': 'msan_release_bot', 321 'Chromium Linux MSan Builder': 'msan_release_bot',
322 'Chromium Linux TSan Builder': 'tsan_disable_nacl_release_bot', 322 'Chromium Linux TSan Builder': 'tsan_disable_nacl_release_bot',
323 }, 323 },
324 324
325 'chromium.perf': { 325 'chromium.perf': {
326 'Android Builder': 'official_goma_minimal_symbols_android', 326 'Android Builder': 'official_goma_minimal_symbols_android',
327 'Android arm64 Builder': 'official_goma_minimal_symbols_android_arm64',
327 'Android Compile': 'official_goma_minimal_symbols_android', 328 'Android Compile': 'official_goma_minimal_symbols_android',
328 'Android arm64 Builder': 'official_goma_minimal_symbols_android_arm64', 329 'Android arm64 Compile': 'official_goma_minimal_symbols_android_arm64',
329 'Linux Builder': 'official_goma', 330 'Linux Builder': 'official_goma',
330 'Mac Builder': 'official_goma', 331 'Mac Builder': 'official_goma',
331 'Win Builder': 'official_goma_x86', 332 'Win Builder': 'official_goma_x86',
332 'Win x64 Builder': 'official_goma', 333 'Win x64 Builder': 'official_goma',
333 }, 334 },
334 335
335 'chromium.perf.fyi': { 336 'chromium.perf.fyi': {
336 'Android Builder FYI': 'official_goma_minimal_symbols_android', 337 'Android Builder FYI': 'official_goma_minimal_symbols_android',
337 'Win Builder FYI': 'official_goma', 338 'Win Builder FYI': 'official_goma',
338 'Win Clang Builder': 'official_goma_minimal_symbols_clang', 339 'Win Clang Builder': 'official_goma_minimal_symbols_clang',
(...skipping 1521 matching lines...) Expand 10 before | Expand all | Expand 10 after
1860 1861
1861 'x64': { 1862 'x64': {
1862 'gn_args': 'target_cpu="x64"', 1863 'gn_args': 'target_cpu="x64"',
1863 }, 1864 },
1864 1865
1865 'x86': { 1866 'x86': {
1866 'gn_args': 'target_cpu="x86"', 1867 'gn_args': 'target_cpu="x86"',
1867 }, 1868 },
1868 }, 1869 },
1869 } 1870 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698