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 2949093004: Remove all of the CrOS Ozone configs from MB. (Closed)
Patch Set: rebase Created 3 years, 5 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 | « testing/buildbot/chromium.chromiumos.json ('k') | 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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 'Linux ChromiumOS Builder': 'chromeos_with_codecs_release_bot', 91 'Linux ChromiumOS Builder': 'chromeos_with_codecs_release_bot',
92 'Linux ChromiumOS Builder (dbg)': 'chromeos_with_codecs_debug_bot', 92 'Linux ChromiumOS Builder (dbg)': 'chromeos_with_codecs_debug_bot',
93 'Linux ChromiumOS Full': 'chromeos_with_codecs_release_bot', 93 'Linux ChromiumOS Full': 'chromeos_with_codecs_release_bot',
94 'Linux ChromiumOS Ozone Builder': 'chromeos_with_codecs_ozone_release_bot' , 94 'Linux ChromiumOS Ozone Builder': 'chromeos_with_codecs_release_bot',
95 }, 95 },
96 96
97 'chromium.fyi': { 97 'chromium.fyi': {
98 'Afl Upload Linux ASan': 'release_afl_asan', 98 'Afl Upload Linux ASan': 'release_afl_asan',
99 'Android Builder (dbg)': 'android_debug_static_bot', 99 'Android Builder (dbg)': 'android_debug_static_bot',
100 'Android Builder Goma Canary (dbg)': 'android_debug_bot', 100 'Android Builder Goma Canary (dbg)': 'android_debug_bot',
101 'Android deterministic': 'android_without_codecs_release_bot_minimal_symbo ls', 101 'Android deterministic': 'android_without_codecs_release_bot_minimal_symbo ls',
102 'Android deterministic (dbg)': 'android_debug_bot', 102 'Android deterministic (dbg)': 'android_debug_bot',
103 'Browser Side Navigation Linux': 'release_bot', 103 'Browser Side Navigation Linux': 'release_bot',
104 'CFI Linux CF': 'cfi_full_cfi_diag_recover_release_static', 104 'CFI Linux CF': 'cfi_full_cfi_diag_recover_release_static',
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 'Linux ARM (dbg)': 'debug_bot_arm', 197 'Linux ARM (dbg)': 'debug_bot_arm',
198 'Linux ARM64': 'release_bot_arm64', 198 'Linux ARM64': 'release_bot_arm64',
199 'Linux ARM64 (dbg)': 'debug_bot_arm64', 199 'Linux ARM64 (dbg)': 'debug_bot_arm64',
200 'Linux Clang Analyzer': 'linux_chromium_analysis', 200 'Linux Clang Analyzer': 'linux_chromium_analysis',
201 'Linux deterministic': 'release_bot', 201 'Linux deterministic': 'release_bot',
202 'Linux deterministic (dbg)': 'debug_bot', 202 'Linux deterministic (dbg)': 'debug_bot',
203 'Linux remote_run Builder': 'release_bot', 203 'Linux remote_run Builder': 'release_bot',
204 'Linux remote_run Tester': 'release_bot', 204 'Linux remote_run Tester': 'release_bot',
205 'Mac deterministic': 'release_bot_mac_strip', 205 'Mac deterministic': 'release_bot_mac_strip',
206 'Mac deterministic (dbg)': 'debug_bot', 206 'Mac deterministic (dbg)': 'debug_bot',
207 'Mojo ChromiumOS': 'chromeos_with_codecs_ozone_release_trybot', 207 'Mojo ChromiumOS': 'chromeos_with_codecs_release_trybot',
208 'Mojo Linux': 'release_trybot', 208 'Mojo Linux': 'release_trybot',
209 'Mojo Windows': 'release_bot_x86_minimal_symbols', 209 'Mojo Windows': 'release_bot_x86_minimal_symbols',
210 'Ozone Linux': 'release_bot_ozone_linux', 210 'Ozone Linux': 'ozone_linux_release_bot',
211 'Site Isolation Android': 'android_release_bot_minimal_symbols_arm64', 211 'Site Isolation Android': 'android_release_bot_minimal_symbols_arm64',
212 'Site Isolation Linux': 'release_trybot', 212 'Site Isolation Linux': 'release_trybot',
213 'Site Isolation Win': 'release_trybot_x86', 213 'Site Isolation Win': 'release_trybot_x86',
214 'ThinLTO Linux ToT': 'thin_lto_clang_tot_full_symbols_release_static_use_l ld', 214 'ThinLTO Linux ToT': 'thin_lto_clang_tot_full_symbols_release_static_use_l ld',
215 'UBSanVptr Linux': 'ubsan_vptr_release_bot', 215 'UBSanVptr Linux': 'ubsan_vptr_release_bot',
216 'WebKit Linux - RandomOrder': 'release_trybot', 216 'WebKit Linux - RandomOrder': 'release_trybot',
217 'WebKit Mac - RandomOrder': 'release_trybot', 217 'WebKit Mac - RandomOrder': 'release_trybot',
218 'WebKit Win - RandomOrder': 'release_bot_x86_minimal_symbols', 218 'WebKit Win - RandomOrder': 'release_bot_x86_minimal_symbols',
219 'Win 10 Fast Ring': 'release_trybot', 219 'Win 10 Fast Ring': 'release_trybot',
220 'Windows deterministic': 'release_bot_x86_minimal_symbols', 220 'Windows deterministic': 'release_bot_x86_minimal_symbols',
(...skipping 30 matching lines...) Expand all
251 'GPU Linux Builder (dbg)': 'gpu_fyi_tests_debug_trybot', 251 'GPU Linux Builder (dbg)': 'gpu_fyi_tests_debug_trybot',
252 'GPU Linux Builder': 'gpu_fyi_tests_release_trybot', 252 'GPU Linux Builder': 'gpu_fyi_tests_release_trybot',
253 'GPU Mac Builder': 'gpu_fyi_tests_release_trybot', 253 'GPU Mac Builder': 'gpu_fyi_tests_release_trybot',
254 'GPU Mac Builder (dbg)': 'gpu_fyi_tests_debug_trybot', 254 'GPU Mac Builder (dbg)': 'gpu_fyi_tests_debug_trybot',
255 'GPU Win Builder': 'gpu_tests_deqp_gles_release_trybot_x86', 255 'GPU Win Builder': 'gpu_tests_deqp_gles_release_trybot_x86',
256 'GPU Win Builder (dbg)': 'gpu_tests_deqp_gles_debug_trybot_x86', 256 'GPU Win Builder (dbg)': 'gpu_tests_deqp_gles_debug_trybot_x86',
257 'GPU Win Clang Builder (dbg)': 'gpu_fyi_tests_win_clang_debug_bot', 257 'GPU Win Clang Builder (dbg)': 'gpu_fyi_tests_win_clang_debug_bot',
258 'GPU Win x64 Builder': 'gpu_tests_deqp_gles_release_trybot', 258 'GPU Win x64 Builder': 'gpu_tests_deqp_gles_release_trybot',
259 'GPU Win x64 Builder (dbg)': 'gpu_tests_deqp_gles_debug_trybot', 259 'GPU Win x64 Builder (dbg)': 'gpu_tests_deqp_gles_debug_trybot',
260 'Linux ChromiumOS Builder': 'gpu_fyi_tests_chromeos_release_trybot', 260 'Linux ChromiumOS Builder': 'gpu_fyi_tests_chromeos_release_trybot',
261 'Linux ChromiumOS Ozone Builder': 'gpu_fyi_tests_chromeos_ozone_release_tr ybot', 261 'Linux ChromiumOS Ozone Builder': 'gpu_fyi_tests_chromeos_release_trybot',
262 'Linux GPU TSAN Release': 'gpu_fyi_tests_release_trybot_tsan', 262 'Linux GPU TSAN Release': 'gpu_fyi_tests_release_trybot_tsan',
263 'Mac GPU ASAN Release': 'gpu_fyi_tests_release_trybot_asan', 263 'Mac GPU ASAN Release': 'gpu_fyi_tests_release_trybot_asan',
264 }, 264 },
265 265
266 'chromium.infra.codesearch': { 266 'chromium.infra.codesearch': {
267 'codesearch-gen-chromium-android': { 267 'codesearch-gen-chromium-android': {
268 'android': 'codesearch_gen_chromium_android_bot', 268 'android': 'codesearch_gen_chromium_android_bot',
269 }, 269 },
270 'codesearch-gen-chromium-chromiumos': { 270 'codesearch-gen-chromium-chromiumos': {
271 'chromeos': 'codesearch_gen_chromium_chromiumos_bot', 271 'chromeos': 'codesearch_gen_chromium_chromiumos_bot',
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 'linux_arm64_rel': 'release_trybot_arm64', 530 'linux_arm64_rel': 'release_trybot_arm64',
531 'linux_chromium_archive_rel_ng': 'release_bot', 531 'linux_chromium_archive_rel_ng': 'release_bot',
532 'linux_chromium_asan_rel_ng': 'asan_lsan_release_trybot', 532 'linux_chromium_asan_rel_ng': 'asan_lsan_release_trybot',
533 'linux_chromium_browser_side_navigation_rel': 'release_trybot', 533 'linux_chromium_browser_side_navigation_rel': 'release_trybot',
534 'linux_chromium_cfi_rel_ng': 'cfi_full_cfi_diag_thin_lto_release_static_dc heck_always_on_goma', 534 'linux_chromium_cfi_rel_ng': 'cfi_full_cfi_diag_thin_lto_release_static_dc heck_always_on_goma',
535 'linux_chromium_chromeos_asan_rel_ng': 'asan_lsan_chromeos_release_trybot' , 535 'linux_chromium_chromeos_asan_rel_ng': 'asan_lsan_chromeos_release_trybot' ,
536 'linux_chromium_chromeos_compile_dbg_ng': 'chromeos_with_codecs_debug_tryb ot', 536 'linux_chromium_chromeos_compile_dbg_ng': 'chromeos_with_codecs_debug_tryb ot',
537 'linux_chromium_chromeos_compile_rel_ng': 'chromeos_with_codecs_release_tr ybot', 537 'linux_chromium_chromeos_compile_rel_ng': 'chromeos_with_codecs_release_tr ybot',
538 'linux_chromium_chromeos_dbg_ng': 'chromeos_with_codecs_debug_trybot', 538 'linux_chromium_chromeos_dbg_ng': 'chromeos_with_codecs_debug_trybot',
539 'linux_chromium_chromeos_msan_rel_ng': 'chromeos_msan_release_bot', 539 'linux_chromium_chromeos_msan_rel_ng': 'chromeos_msan_release_bot',
540 'linux_chromium_chromeos_ozone_rel_ng': 'chromeos_with_codecs_ozone_releas e_trybot', 540 'linux_chromium_chromeos_ozone_rel_ng': 'chromeos_with_codecs_release_tryb ot',
541 'linux_chromium_chromeos_rel_ng': 'chromeos_with_codecs_release_trybot', 541 'linux_chromium_chromeos_rel_ng': 'chromeos_with_codecs_release_trybot',
542 'linux_chromium_clobber_deterministic': 'release_trybot', 542 'linux_chromium_clobber_deterministic': 'release_trybot',
543 'linux_chromium_clobber_rel_ng': 'release_trybot', 543 'linux_chromium_clobber_rel_ng': 'release_trybot',
544 'linux_chromium_compile_dbg_32_ng': 'debug_trybot_x86', 544 'linux_chromium_compile_dbg_32_ng': 'debug_trybot_x86',
545 'linux_chromium_compile_dbg_ng': 'debug_trybot', 545 'linux_chromium_compile_dbg_ng': 'debug_trybot',
546 'linux_chromium_compile_rel_ng': 'release_trybot', 546 'linux_chromium_compile_rel_ng': 'release_trybot',
547 'linux_chromium_dbg_32_ng': 'debug_trybot_x86', 547 'linux_chromium_dbg_32_ng': 'debug_trybot_x86',
548 'linux_chromium_dbg_ng': 'debug_trybot', 548 'linux_chromium_dbg_ng': 'debug_trybot',
549 'linux_chromium_gn_upload': 'gn_linux_upload', 549 'linux_chromium_gn_upload': 'gn_linux_upload',
550 'linux_chromium_headless_rel': 'headless_linux_release_trybot', 550 'linux_chromium_headless_rel': 'headless_linux_release_trybot',
(...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
938 938
939 'asan_fuzzer_v8_heap_chrome_with_codecs_release_bot_x86': [ 939 'asan_fuzzer_v8_heap_chrome_with_codecs_release_bot_x86': [
940 'clang', 'asan', 'fuzzer', 'v8_heap', 'chrome_with_codecs', 'release_bot', 'x86', 940 'clang', 'asan', 'fuzzer', 'v8_heap', 'chrome_with_codecs', 'release_bot', 'x86',
941 ], 941 ],
942 942
943 'asan_fuzzer_v8_heap_release_bot_x86': [ 943 'asan_fuzzer_v8_heap_release_bot_x86': [
944 'clang', 'asan', 'fuzzer', 'v8_heap', 'release_bot', 'x86', 944 'clang', 'asan', 'fuzzer', 'v8_heap', 'release_bot', 'x86',
945 ], 945 ],
946 946
947 'asan_lsan_chromeos_release_trybot': [ 947 'asan_lsan_chromeos_release_trybot': [
948 'asan', 'lsan', 'chromeos', 'x11_cros', 'release_trybot', 948 'asan', 'lsan', 'chromeos', 'release_trybot',
949 ], 949 ],
950 950
951 'asan_lsan_edge_debug_bot': [ 951 'asan_lsan_edge_debug_bot': [
952 'asan', 'lsan', 'edge', 'debug_bot', 952 'asan', 'lsan', 'edge', 'debug_bot',
953 ], 953 ],
954 954
955 'asan_lsan_edge_fuzzer_v8_heap_chromeos_codecs_release_bot': [ 955 'asan_lsan_edge_fuzzer_v8_heap_chromeos_codecs_release_bot': [
956 'asan', 'lsan', 'edge', 'v8_heap', 'chromeos_codecs', 'release_bot', 956 'asan', 'lsan', 'edge', 'v8_heap', 'chromeos_codecs', 'release_bot',
957 ], 957 ],
958 958
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
1006 1006
1007 'chrome_with_codecs_blink_logging_release_trybot': [ 1007 'chrome_with_codecs_blink_logging_release_trybot': [
1008 'chrome_with_codecs', 'blink_logging', 'release_trybot', 1008 'chrome_with_codecs', 'blink_logging', 'release_trybot',
1009 ], 1009 ],
1010 1010
1011 'chrome_with_codecs_blink_logging_release_trybot_x86': [ 1011 'chrome_with_codecs_blink_logging_release_trybot_x86': [
1012 'chrome_with_codecs', 'blink_logging', 'release_trybot', 'x86', 1012 'chrome_with_codecs', 'blink_logging', 'release_trybot', 'x86',
1013 ], 1013 ],
1014 1014
1015 'chromeos_asan_lsan_edge_fuzzer_v8_heap_release_bot': [ 1015 'chromeos_asan_lsan_edge_fuzzer_v8_heap_release_bot': [
1016 'chromeos', 'x11_cros', 'asan', 'lsan', 'edge', 'fuzzer', 'v8_heap', 'rele ase_bot', 1016 'chromeos', 'asan', 'lsan', 'edge', 'fuzzer', 'v8_heap', 'release_bot',
1017 ], 1017 ],
1018 1018
1019 'chromeos_msan_release_bot': [ 1019 'chromeos_msan_release_bot': [
1020 'chromeos', 'x11_cros', 'msan', 'release_bot', 1020 'chromeos', 'msan', 'release_bot',
1021 ], 1021 ],
1022 1022
1023 'chromeos_with_codecs_debug_bot': [ 1023 'chromeos_with_codecs_debug_bot': [
1024 'chromeos_with_codecs', 'x11_cros', 'debug_bot', 1024 'chromeos_with_codecs', 'debug_bot',
1025 ], 1025 ],
1026 1026
1027 'chromeos_with_codecs_debug_trybot': [ 1027 'chromeos_with_codecs_debug_trybot': [
1028 'chromeos_with_codecs', 'x11_cros', 'debug_trybot', 1028 'chromeos_with_codecs', 'debug_trybot',
1029 ],
1030
1031 'chromeos_with_codecs_ozone_release_bot': [
1032 'chromeos_with_codecs', 'ozone', 'release_bot',
1033 ],
1034
1035 'chromeos_with_codecs_ozone_release_trybot': [
1036 'chromeos_with_codecs', 'ozone', 'release_trybot',
1037 ], 1029 ],
1038 1030
1039 'chromeos_with_codecs_release_bot': [ 1031 'chromeos_with_codecs_release_bot': [
1040 'chromeos_with_codecs', 'x11_cros', 'release_bot', 1032 'chromeos_with_codecs', 'release_bot',
1041 ], 1033 ],
1042 1034
1043 'chromeos_with_codecs_release_trybot': [ 1035 'chromeos_with_codecs_release_trybot': [
1044 'chromeos_with_codecs', 'x11_cros', 'release_trybot', 1036 'chromeos_with_codecs', 'release_trybot',
1045 ], 1037 ],
1046 1038
1047 'clang_debug_trybot_x86': [ 1039 'clang_debug_trybot_x86': [
1048 'clang', 'debug_trybot', 'x86', 1040 'clang', 'debug_trybot', 'x86',
1049 ], 1041 ],
1050 1042
1051 'clang_debug_bot_minimal_symbols_x86': [ 1043 'clang_debug_bot_minimal_symbols_x86': [
1052 'clang', 'debug_bot', 'minimal_symbols', 'x86', 1044 'clang', 'debug_bot', 'minimal_symbols', 'x86',
1053 ], 1045 ],
1054 1046
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
1161 'codesearch': [ 1153 'codesearch': [
1162 # The Codesearch bots run their own recipe and invoke GN directly. 1154 # The Codesearch bots run their own recipe and invoke GN directly.
1163 'error', 1155 'error',
1164 ], 1156 ],
1165 1157
1166 'codesearch_gen_chromium_android_bot': [ 1158 'codesearch_gen_chromium_android_bot': [
1167 'goma', 'clang', 'shared', 'debug', 'minimal_symbols', 'arm', 'android_wit hout_codecs', 1159 'goma', 'clang', 'shared', 'debug', 'minimal_symbols', 'arm', 'android_wit hout_codecs',
1168 ], 1160 ],
1169 1161
1170 'codesearch_gen_chromium_chromiumos_bot': [ 1162 'codesearch_gen_chromium_chromiumos_bot': [
1171 'goma', 'clang', 'shared', 'debug', 'minimal_symbols', 'x64', 'chromeos', 'ozone', 1163 'goma', 'clang', 'shared', 'debug', 'minimal_symbols', 'x64', 'chromeos',
1172 ], 1164 ],
1173 1165
1174 'codesearch_gen_chromium_linux_bot': [ 1166 'codesearch_gen_chromium_linux_bot': [
1175 'goma', 'clang', 'shared', 'debug', 'minimal_symbols', 'x64', 1167 'goma', 'clang', 'shared', 'debug', 'minimal_symbols', 'x64',
1176 ], 1168 ],
1177 1169
1178 # The 'cros_chrome_sdk_* configs are placeholders that indicate 1170 # The 'cros_chrome_sdk_* configs are placeholders that indicate
1179 # that the GN args are set by the `cros chrome-sdk` 1171 # that the GN args are set by the `cros chrome-sdk`
1180 # wrapper and need to be looked at specially. 1172 # wrapper and need to be looked at specially.
1181 'cros_chrome_sdk': [ 1173 'cros_chrome_sdk': [
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
1225 ], 1217 ],
1226 1218
1227 'debug_trybot_x86': [ 1219 'debug_trybot_x86': [
1228 'debug_trybot', 'x86', 1220 'debug_trybot', 'x86',
1229 ], 1221 ],
1230 1222
1231 'debug_trybot_x86_minimal_symbols': [ 1223 'debug_trybot_x86_minimal_symbols': [
1232 'debug_trybot', 'x86', 1224 'debug_trybot', 'x86',
1233 ], 1225 ],
1234 1226
1235 'gpu_fyi_tests_chromeos_ozone_release_trybot': [
1236 'gpu_fyi_tests', 'release_trybot', 'ozone', 'ozone_linux', 'system_gbm_lib drm',
1237 ],
1238
1239 'gpu_fyi_tests_chromeos_release_trybot': [ 1227 'gpu_fyi_tests_chromeos_release_trybot': [
1240 'gpu_fyi_tests', 'release_trybot', 'chromeos', 'x11_cros', 1228 'gpu_fyi_tests', 'release_trybot', 'chromeos', 'system_gbm_libdrm',
1241 ], 1229 ],
1242 1230
1243 'gpu_fyi_tests_debug_trybot': [ 1231 'gpu_fyi_tests_debug_trybot': [
1244 'gpu_fyi_tests', 'debug_trybot', 1232 'gpu_fyi_tests', 'debug_trybot',
1245 ], 1233 ],
1246 1234
1247 'gpu_fyi_tests_release_trybot': [ 1235 'gpu_fyi_tests_release_trybot': [
1248 'gpu_fyi_tests', 'release_trybot', 1236 'gpu_fyi_tests', 'release_trybot',
1249 ], 1237 ],
1250 1238
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
1359 1347
1360 'official_goma': [ 1348 'official_goma': [
1361 'official', 'goma', 1349 'official', 'goma',
1362 ], 1350 ],
1363 1351
1364 'official_goma_perf': [ 1352 'official_goma_perf': [
1365 'official', 'goma', 'no_gnome_keyring', 1353 'official', 'goma', 'no_gnome_keyring',
1366 ], 1354 ],
1367 1355
1368 'official_goma_chromeos': [ 1356 'official_goma_chromeos': [
1369 'official', 'goma', 'chromeos', 'x11_cros', 1357 'official', 'goma', 'chromeos',
1370 ], 1358 ],
1371 1359
1372 'official_goma_thin_lto_use_lld': [ 1360 'official_goma_thin_lto_use_lld': [
1373 'official', 'goma', 'thin_lto', 'use_lld', 1361 'official', 'goma', 'thin_lto', 'use_lld',
1374 ], 1362 ],
1375 1363
1376 'official_goma_minimal_symbols_android': [ 1364 'official_goma_minimal_symbols_android': [
1377 'official', 'goma', 'minimal_symbols', 'android', 1365 'official', 'goma', 'minimal_symbols', 'android',
1378 ], 1366 ],
1379 1367
(...skipping 14 matching lines...) Expand all
1394 ], 1382 ],
1395 1383
1396 'official_optimize_chrome_pgo_phase_2': [ 1384 'official_optimize_chrome_pgo_phase_2': [
1397 'official_optimize', 'chrome_pgo_phase_2', 1385 'official_optimize', 'chrome_pgo_phase_2',
1398 ], 1386 ],
1399 1387
1400 'official_optimize_chrome_pgo_phase_2_x86': [ 1388 'official_optimize_chrome_pgo_phase_2_x86': [
1401 'official_optimize', 'chrome_pgo_phase_2', 'x86', 1389 'official_optimize', 'chrome_pgo_phase_2', 'x86',
1402 ], 1390 ],
1403 1391
1404 'release_bot_ozone_linux': [ 1392 'ozone_linux_release_bot': [
1405 'release_bot', 'ozone', 'ozone_linux', 1393 'ozone_linux', 'release_bot',
1406 ],
1407
1408 'release_bot_fuchsia': [
1409 'release_bot', 'fuchsia',
1410 ], 1394 ],
1411 1395
1412 'ozone_linux_release_trybot': [ 1396 'ozone_linux_release_trybot': [
1413 'release_trybot', 'ozone', 'ozone_linux', 1397 'ozone_linux', 'release_trybot',
1414 ], 1398 ],
1415 1399
1416 'release_afl_asan': [ 1400 'release_afl_asan': [
1417 'release', 'afl', 'asan', 'chromeos_codecs', 'pdf_xfa', 'disable_nacl', 1401 'release', 'afl', 'asan', 'chromeos_codecs', 'pdf_xfa', 'disable_nacl',
1418 ], 1402 ],
1419 1403
1420 'release_bot': [ 1404 'release_bot': [
1421 'release_bot', 1405 'release_bot',
1422 ], 1406 ],
1423 1407
1424 'release_bot_arm': [ 1408 'release_bot_arm': [
1425 'release_bot', 'arm', 1409 'release_bot', 'arm',
1426 ], 1410 ],
1427 1411
1428 'release_bot_arm64': [ 1412 'release_bot_arm64': [
1429 'release_bot', 'arm64', 1413 'release_bot', 'arm64',
1430 ], 1414 ],
1431 1415
1432 'release_bot_chrome_with_codecs': [ 1416 'release_bot_chrome_with_codecs': [
1433 'release_bot', 'chrome_with_codecs', 1417 'release_bot', 'chrome_with_codecs',
1434 ], 1418 ],
1435 1419
1420 'release_bot_fuchsia': [
1421 'release_bot', 'fuchsia',
1422 ],
1423
1436 'release_bot_mac_new_sdk': [ 1424 'release_bot_mac_new_sdk': [
1437 'release_bot', 'mac_new_sdk', 1425 'release_bot', 'mac_new_sdk',
1438 ], 1426 ],
1439 1427
1440 'release_bot_mac_strip': [ 1428 'release_bot_mac_strip': [
1441 'release_bot', 'mac_strip', 1429 'release_bot', 'mac_strip',
1442 ], 1430 ],
1443 1431
1444 'release_bot_x86': [ 1432 'release_bot_x86': [
1445 'release_bot', 'x86', 1433 'release_bot', 'x86',
(...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after
1842 }, 1830 },
1843 1831
1844 'no_pch': { 1832 'no_pch': {
1845 'gn_args': 'enable_precompiled_headers=false', 1833 'gn_args': 'enable_precompiled_headers=false',
1846 }, 1834 },
1847 1835
1848 'no_symbols': { 1836 'no_symbols': {
1849 'gn_args': 'symbol_level=0', 1837 'gn_args': 'symbol_level=0',
1850 }, 1838 },
1851 1839
1852 'x11_cros': {
1853 # When use_ozone=false then use_x11=true.
1854 'gn_args': 'use_ozone=false',
1855 },
1856
1857 'official': { 1840 'official': {
1858 'mixins': ['official_optimize'], 1841 'mixins': ['official_optimize'],
1859 'gn_args': 'is_chrome_branded=true', 1842 'gn_args': 'is_chrome_branded=true',
1860 }, 1843 },
1861 1844
1862 'official_optimize': { 1845 'official_optimize': {
1863 'gn_args': 'is_official_build=true is_debug=false', 1846 'gn_args': 'is_official_build=true is_debug=false',
1864 }, 1847 },
1865 1848
1866 'optimize_for_fuzzing': { 1849 'optimize_for_fuzzing': {
1867 'gn_args': 'optimize_for_fuzzing=true', 1850 'gn_args': 'optimize_for_fuzzing=true',
1868 }, 1851 },
1869 1852
1870 'ozone': {
1871 'gn_args': 'use_ozone=true',
1872 },
1873
1874 'ozone_linux': { 1853 'ozone_linux': {
1875 'gn_args': ('ozone_auto_platforms=false ozone_platform_wayland=true ' 1854 'gn_args': ('ozone_auto_platforms=false ozone_platform_wayland=true '
1876 'ozone_platform="x11" ' 1855 'ozone_platform="x11" '
1877 'ozone_platform_x11=true ozone_platform_gbm=true ' 1856 'ozone_platform_x11=true ozone_platform_gbm=true '
1878 'enable_package_mash_services=true use_ash=false ' 1857 'enable_package_mash_services=true use_ash=false '
1879 'use_xkbcommon=true'), 1858 'use_xkbcommon=true use_ozone=true'),
1880 }, 1859 },
1881 1860
1882 'fuchsia': { 1861 'fuchsia': {
1883 'gn_args': 'target_os="fuchsia"', 1862 'gn_args': 'target_os="fuchsia"',
1884 }, 1863 },
1885 1864
1886 'pdf_xfa': { 1865 'pdf_xfa': {
1887 'gn_args': 'pdf_enable_xfa=true', 1866 'gn_args': 'pdf_enable_xfa=true',
1888 }, 1867 },
1889 1868
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
1973 1952
1974 'x64': { 1953 'x64': {
1975 'gn_args': 'target_cpu="x64"', 1954 'gn_args': 'target_cpu="x64"',
1976 }, 1955 },
1977 1956
1978 'x86': { 1957 'x86': {
1979 'gn_args': 'target_cpu="x86"', 1958 'gn_args': 'target_cpu="x86"',
1980 }, 1959 },
1981 }, 1960 },
1982 } 1961 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.chromiumos.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698