summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rwxr-xr-xcontent/test/gpu/generate_buildbot_json.py25
1 files changed, 15 insertions, 10 deletions
diff --git a/content/test/gpu/generate_buildbot_json.py b/content/test/gpu/generate_buildbot_json.py
index aabe0e7..f50f066 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -335,6 +335,21 @@ FYI_WATERFALL = {
}
COMMON_GTESTS = {
+ # TODO(kbr): re-enable angle_deqp_gles2_tests on Linux. Currently
+ # the target is disabled in the ANGLE workspace for the GN builds.
+ 'angle_deqp_gles2_tests': {
+ 'tester_configs': [
+ {
+ 'fyi_only': True,
+ 'os_types': ['win'],
+ 'names': [
+ 'Win7 Release (NVIDIA)',
+ 'Win7 Debug (NVIDIA)',
+ ],
+ }
+ ],
+ 'swarming_shards': 4
+ },
# Until we have more capacity, run angle_end2end_tests only on the
# FYI waterfall and the ANGLE trybots (which mirror the FYI
# waterfall).
@@ -438,16 +453,6 @@ NON_SWARMED_GTESTS = {
}
DEQP_GTESTS = {
- # TODO(kbr): re-enable angle_deqp_gles2_tests on Linux. Currently
- # the target is disabled in the ANGLE workspace for the GN builds.
- 'angle_deqp_gles2_tests': {
- 'tester_configs': [
- {
- 'os_types': ['win']
- }
- ],
- 'swarming_shards': 4
- },
'angle_deqp_gles3_tests': {
'tester_configs': [
{