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

Unified Diff: tools/mb/mb_config.pyl

Issue 2920573002: Force off clang for GPU FYI release bots. (Closed)
Patch Set: Created 3 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 7d0095ad82ebb3ce3d66c016862429c591c3a73e..ec7550a4dbb81faf0defb8ca6cb6570f3a88e51c 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -1234,11 +1234,13 @@
],
'gpu_tests_deqp_gles_release_trybot': [
- 'gpu_fyi_tests', 'release_trybot',
+ # TODO(thakis): Remove no_clang once https://crbug.com/727437 is fixed.
+ 'gpu_fyi_tests', 'release_trybot', 'no_clang',
],
'gpu_tests_deqp_gles_release_trybot_x86': [
- 'gpu_fyi_tests', 'release_trybot', 'x86',
+ # TODO(thakis): Remove no_clang once https://crbug.com/727437 is fixed.
+ 'gpu_fyi_tests', 'release_trybot', 'x86', 'no_clang',
],
'gpu_tests_debug_trybot': [
@@ -1595,6 +1597,10 @@
'gn_args': 'is_clang=true',
},
+ 'no_clang': {
+ 'gn_args': 'is_clang=false',
+ },
+
'cronet': {
'gn_args': ('disable_file_support=true disable_ftp_support=true '
'enable_websockets=false use_platform_icu_alternatives=true '
« 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