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

Unified Diff: content/test/gpu/generate_buildbot_json.py

Issue 2562133002: Disable all GPU tests on N5X bot temporarily. (Closed)
Patch Set: Created 4 years 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 | testing/buildbot/chromium.gpu.fyi.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/generate_buildbot_json.py
diff --git a/content/test/gpu/generate_buildbot_json.py b/content/test/gpu/generate_buildbot_json.py
index 83259fcecd3e16dce81755381051b63abb994f16..1ae945bece0cb4bdc3ede97296a9101433056747 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -1432,6 +1432,9 @@ def tester_config_matches_tester(tester_name, tester_config, tc, is_fyi,
return True
def should_run_on_tester(tester_name, tester_config, test_config, is_fyi):
+ # TODO(jmadill): Re-enable when n5x fixed. See http://crbug.com/672502.
+ if 'Nexus 5X' in tester_name:
+ return False
# Check if this config is disabled on this tester
if 'disabled_tester_configs' in test_config:
for dtc in test_config['disabled_tester_configs']:
« no previous file with comments | « no previous file | testing/buildbot/chromium.gpu.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698