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

Unified Diff: tools/mb/mb_config.pyl

Issue 1345573002: Add the angle tryserver linux bots to the mb config. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/mb/mb_config.pyl
diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
index d5a4a6ade04f23cec2b07a95bd7ba1bcbc06f8cb..24140084ba6e9e375d6f8a7baa38e23c4024afee 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -51,6 +51,8 @@
'swarming_msan_gyp_release_trybot': ['swarming', 'chromeos', 'msan', 'gyp', 'release_trybot'],
'swarming_deterministic_gyp_release_bot': ['swarming', 'deterministic', 'gyp', 'release_bot'],
'swarming_gpu_tests_gn_release_trybot': ['swarming', 'gpu_tests', 'gn', 'release_trybot'],
+ 'swarming_gpu_tests_gyp_debug_trybot': ['swarming', 'gpu_tests', 'gyp', 'debug_trybot'],
+ 'swarming_gpu_tests_gyp_release_trybot': ['swarming', 'gpu_tests', 'gyp', 'release_trybot'],
'swarming_gn_release_bot': ['swarming', 'gn', 'release_bot'],
'swarming_gyp_debug_bot': ['swarming', 'gyp', 'debug_bot'],
'swarming_gyp_debug_bot_no_symbols_x86': ['swarming', 'gyp', 'debug_bot', 'no_symbols', 'x86'],
@@ -371,6 +373,10 @@
'android_chromium_gn_compile_rel': 'android_gn_release_bot',
'linux_chromium_gn_rel': 'gn_release_bot',
},
+ 'tryserver.chromium.angle': {
+ 'linux_angle_rel_ng': 'swarming_gpu_tests_gyp_release_trybot',
+ 'linux_angle_dbg_ng': 'swarming_gpu_tests_gyp_debug_trybot',
+ },
'tryserver.chromium.linux': {
'linux_chromium_asan_rel_ng': 'swarming_asan_lsan_gyp_release_trybot',
'linux_full_bisect_builder': 'swarming_gyp_release_bot',
« 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