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

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

Issue 1809803003: Build the ANGLE dEQP tests on linux_optional_gpu_tests_rel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 { 5 {
6 # This is the list of configs that you can pass to mb; each config 6 # This is the list of configs that you can pass to mb; each config
7 # represents a particular combination of GYP_DEFINES/gn args that 7 # represents a particular combination of GYP_DEFINES/gn args that
8 # we must support. A given config *may* be platform-specific but 8 # we must support. A given config *may* be platform-specific but
9 # is not necessarily so (i.e., we might have mac, win, and linux 9 # is not necessarily so (i.e., we might have mac, win, and linux
10 # bots all using the 'gn_release_bot' config). 10 # bots all using the 'gn_release_bot' config).
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 'debug_trybot', 'angle_deqp_tests', 323 'debug_trybot', 'angle_deqp_tests',
324 ], 324 ],
325 325
326 'swarming_gpu_fyi_tests_gn_release_bot': [ 326 'swarming_gpu_fyi_tests_gn_release_bot': [
327 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gn', 327 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gn',
328 'release_bot', 'angle_deqp_tests', 328 'release_bot', 'angle_deqp_tests',
329 ], 329 ],
330 330
331 'swarming_gpu_fyi_tests_gn_release_trybot': [ 331 'swarming_gpu_fyi_tests_gn_release_trybot': [
332 'swarming', 'gpu_tests', 'gn', 'release_trybot', 332 'swarming', 'gpu_tests', 'gn', 'release_trybot',
333 'angle_deqp_tests',
333 ], 334 ],
334 335
335 'swarming_gpu_tests_gn_debug_bot': [ 336 'swarming_gpu_tests_gn_debug_bot': [
336 'swarming', 'gpu_tests', 'gn', 'debug_bot', 337 'swarming', 'gpu_tests', 'gn', 'debug_bot',
337 ], 338 ],
338 339
339 'swarming_gpu_tests_gn_release_bot': [ 340 'swarming_gpu_tests_gn_release_bot': [
340 'swarming', 'gpu_tests', 'gn', 'release_bot', 341 'swarming', 'gpu_tests', 'gn', 'release_bot',
341 ], 342 ],
342 343
(...skipping 871 matching lines...) Expand 10 before | Expand all | Expand 10 after
1214 'win_chromium_clang_upload': 'gn_release_bot', 1215 'win_chromium_clang_upload': 'gn_release_bot',
1215 'win_clang_x64_dbg': 'win_clang_debug_bot', 1216 'win_clang_x64_dbg': 'win_clang_debug_bot',
1216 }, 1217 },
1217 'tryserver.v8': { 1218 'tryserver.v8': {
1218 'v8_linux_chromium_gn_rel': 'gn_release_trybot', 1219 'v8_linux_chromium_gn_rel': 'gn_release_trybot',
1219 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot', 1220 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot',
1220 'v8_linux_blink_rel': 'swarming_gn_release_trybot_minimal_symbols_x64', 1221 'v8_linux_blink_rel': 'swarming_gn_release_trybot_minimal_symbols_x64',
1221 }, 1222 },
1222 }, 1223 },
1223 } 1224 }
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