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

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

Issue 2952773002: Elim x86-generic from chromium.chromiumos waterfall (Closed)
Patch Set: Created 3 years, 6 months 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 # This is a .pyl, or "Python Literal", file. You can treat it just like a 5 # This is a .pyl, or "Python Literal", file. You can treat it just like a
6 # .json file, with the following exceptions: 6 # .json file, with the following exceptions:
7 # * all keys must be quoted (use single quotes, please); 7 # * all keys must be quoted (use single quotes, please);
8 # * comments are allowed, using '#' syntax; and 8 # * comments are allowed, using '#' syntax; and
9 # * trailing commas are allowed. 9 # * trailing commas are allowed.
10 10
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 'chromium.chromedriver': { 81 'chromium.chromedriver': {
82 'Win7': 'release_bot_x86_minimal_symbols', 82 'Win7': 'release_bot_x86_minimal_symbols',
83 'Mac 10.6': 'release_bot', 83 'Mac 10.6': 'release_bot',
84 'Linux': 'release_bot', 84 'Linux': 'release_bot',
85 'Linux32': 'release_bot_x86', 85 'Linux32': 'release_bot_x86',
86 }, 86 },
87 87
88 'chromium.chromiumos': { 88 'chromium.chromiumos': {
89 'ChromiumOS amd64-generic Compile': 'cros_chrome_sdk', 89 'ChromiumOS amd64-generic Compile': 'cros_chrome_sdk',
90 'ChromiumOS daisy Compile': 'cros_chrome_sdk', 90 'ChromiumOS daisy Compile': 'cros_chrome_sdk',
91 'ChromiumOS x86-generic Compile': 'cros_chrome_sdk',
Dirk Pranke 2017/06/21 00:46:30 There is also the chromeos_x86-generic_chromium_co
stevenjb 2017/06/21 19:48:39 Ah, thanks, removed.
92 'Linux ChromiumOS Builder': 'chromeos_with_codecs_release_bot', 91 'Linux ChromiumOS Builder': 'chromeos_with_codecs_release_bot',
93 'Linux ChromiumOS Builder (dbg)': 'chromeos_with_codecs_debug_bot', 92 'Linux ChromiumOS Builder (dbg)': 'chromeos_with_codecs_debug_bot',
94 'Linux ChromiumOS Full': 'chromeos_with_codecs_release_bot', 93 'Linux ChromiumOS Full': 'chromeos_with_codecs_release_bot',
95 'Linux ChromiumOS Ozone Builder': 'chromeos_with_codecs_ozone_release_bot' , 94 'Linux ChromiumOS Ozone Builder': 'chromeos_with_codecs_ozone_release_bot' ,
96 }, 95 },
97 96
98 'chromium.fyi': { 97 'chromium.fyi': {
99 'Afl Upload Linux ASan': 'release_afl_asan', 98 'Afl Upload Linux ASan': 'release_afl_asan',
100 'Android Builder (dbg)': 'android_debug_static_bot', 99 'Android Builder (dbg)': 'android_debug_static_bot',
101 'Android Builder Goma Canary (dbg)': 'android_debug_bot', 100 'Android Builder Goma Canary (dbg)': 'android_debug_bot',
(...skipping 1859 matching lines...) Expand 10 before | Expand all | Expand 10 after
1961 1960
1962 'x64': { 1961 'x64': {
1963 'gn_args': 'target_cpu="x64"', 1962 'gn_args': 'target_cpu="x64"',
1964 }, 1963 },
1965 1964
1966 'x86': { 1965 'x86': {
1967 'gn_args': 'target_cpu="x86"', 1966 'gn_args': 'target_cpu="x86"',
1968 }, 1967 },
1969 }, 1968 },
1970 } 1969 }
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