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

Unified Diff: tools/mb/mb_config.pyl

Issue 2020993003: Make GPU FYI Clang builder mirror the main. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 094389fd3fb107ded08d4e90d8d8acd0f1358278..08fff14ef81f93d4474a8abcb4ef7d66e41e1c80 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -260,7 +260,7 @@
'GPU Win Builder (dbg)':
'swarming_gpu_tests_deqp_gles_gyp_debug_trybot_x86',
'GPU Win Clang Builder (dbg)':
- 'swarming_gpu_fyi_tests_gyp_clang_debug_trybot_x86',
+ 'swarming_gpu_fyi_tests_gyp_clang_debug_bot',
'GPU Win x64 Builder':
'swarming_gpu_tests_deqp_gles_gyp_release_trybot_x64',
'GPU Win x64 Builder (dbg)':
@@ -1593,9 +1593,9 @@
'release_trybot', 'angle_deqp_tests',
],
- 'swarming_gpu_fyi_tests_gyp_clang_debug_trybot_x86': [
- 'swarming', 'gpu_tests', 'internal_gles2_conform_tests', 'gyp',
- 'clang', 'debug_trybot', 'x86',
+ 'swarming_gpu_fyi_tests_gyp_clang_debug_bot': [
Ken Russell (switch to Gerrit) 2016/05/31 20:31:08 This is misnamed now -- it's using gn below rather
+ 'swarming', 'gpu_tests', 'internal_gles2_conform_tests',
+ 'gn', 'clang', 'debug_bot_minimal_symbols',
],
'swarming_gpu_fyi_tests_gyp_debug_trybot': [
« 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