| 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 7900365a6b86bc47b32a6563ddb2f3bd524460a6..fb60b5114a461ed98e94ed28712ed4ff6d7344e8 100755
|
| --- a/content/test/gpu/generate_buildbot_json.py
|
| +++ b/content/test/gpu/generate_buildbot_json.py
|
| @@ -416,6 +416,27 @@ FYI_WATERFALL = {
|
| }
|
|
|
| COMMON_GTESTS = {
|
| + 'angle_deqp_egl_tests': {
|
| + 'tester_configs': [
|
| + {
|
| + 'fyi_only': True,
|
| + # Run this on the optional tryservers.
|
| + 'run_on_optional': True,
|
| + # Run only on the Win7 Release NVIDIA 32- and 64-bit bots
|
| + # (and trybots) for the time being, at least until more capacity is
|
| + # added.
|
| + # TODO(jmadill): Run on the Linux Release NVIDIA bots.
|
| + 'build_configs': ['Release', 'Release_x64'],
|
| + 'swarming_dimension_sets': [
|
| + {
|
| + 'gpu': '10de:104a',
|
| + 'os': 'Windows-2008ServerR2-SP1'
|
| + }
|
| + ],
|
| + },
|
| + ],
|
| + },
|
| +
|
| 'angle_deqp_gles2_tests': {
|
| 'tester_configs': [
|
| {
|
|
|