Skip to content

Commit

Permalink
Disable all GPU tests on N5X bot temporarily.
Browse files Browse the repository at this point in the history
This bot config is having stability problems - disable all tests until
the issue is resolved.

BUG=672502
NOTRY=true
NOPRESUBMIT=true
R=kbr@chromium.org
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel

Review-Url: https://codereview.chromium.org/2562133002
Cr-Commit-Position: refs/heads/master@{#437676}
  • Loading branch information
null77 authored and Commit bot committed Dec 9, 2016
1 parent eb8e118 commit 9b5a079
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 428 deletions.
3 changes: 3 additions & 0 deletions content/test/gpu/generate_buildbot_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']:
Expand Down
Loading

0 comments on commit 9b5a079

Please sign in to comment.