Chromium Code Reviews| 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 c0978eba21c44e7ab12b993380ab6247cccc616a..2a75af1dba66c73f266ce3c6c1175c03c9dc290e 100755 |
| --- a/content/test/gpu/generate_buildbot_json.py |
| +++ b/content/test/gpu/generate_buildbot_json.py |
| @@ -843,6 +843,32 @@ COMMON_GTESTS = { |
| 'args': ['--deqp-egl-display-type=angle-gl'] |
| }, |
| + 'angle_deqp_gles31_gl_tests': { |
| + 'tester_configs': [ |
| + { |
| + 'fyi_only': True, |
| + 'run_on_optional': False, |
| + # Run on the Win/Linux Release NVIDIA bots. |
| + 'build_configs': ['Release'], |
| + 'swarming_dimension_sets': [ |
| + { |
| + 'gpu': '10de:104a', |
| + 'os': 'Windows-2008ServerR2-SP1' |
| + }, |
| + { |
| + 'gpu': '10de:104a', |
| + 'os': 'Linux' |
| + } |
| + ], |
| + } |
| + ], |
| + 'swarming': { |
| + 'shards': 4, |
|
Jamie Madill
2016/11/30 18:38:37
There are more tests in the gles31 test set than g
Geoff Lang
2016/12/01 16:22:29
Done.
|
| + }, |
| + 'test': 'angle_deqp_gles31_tests', |
| + 'args': ['--deqp-egl-display-type=angle-gl'] |
| + }, |
| + |
| # Until we have more capacity, run angle_end2end_tests only on the |
| # FYI waterfall, the ANGLE trybots (which mirror the FYI waterfall), |
| # and the optional trybots (mainly used during ANGLE rolls). |