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 61db377e8d8d5154ca47044b3a63cc41ff1d2fae..bd6ff4a63a63c8d22227269ee0f1f14bd0d93d45 100755 |
--- a/content/test/gpu/generate_buildbot_json.py |
+++ b/content/test/gpu/generate_buildbot_json.py |
@@ -930,7 +930,6 @@ TELEMETRY_GPU_INTEGRATION_TESTS = { |
'target_name': 'webgl_conformance', |
'args': [ |
'--webgl-conformance-version=2.0.0', |
- '--webgl2-only=true', |
# The current working directory when run via isolate is |
# out/Debug or out/Release. Reference this file relatively to |
# it. |
@@ -938,9 +937,9 @@ TELEMETRY_GPU_INTEGRATION_TESTS = { |
'../../content/test/data/gpu/webgl2_conformance_tests_output.json', |
], |
'swarming': { |
- # These tests currently take about an hour to run. Split them |
- # into roughly 5-minute shards. |
- 'shards': 12, |
+ # These tests currently take about an hour and fifteen minutes |
+ # to run. Split them into roughly 5-minute shards. |
+ 'shards': 15, |
}, |
}, |
'webgl2_conformance_angle_tests': { |
@@ -970,7 +969,6 @@ TELEMETRY_GPU_INTEGRATION_TESTS = { |
], |
'args': [ |
'--webgl-conformance-version=2.0.0', |
- '--webgl2-only=true', |
# The current working directory when run via isolate is |
# out/Debug or out/Release. Reference this file relatively to |
# it. |
@@ -978,9 +976,9 @@ TELEMETRY_GPU_INTEGRATION_TESTS = { |
'../../content/test/data/gpu/webgl2_conformance_tests_output.json', |
], |
'swarming': { |
- # These tests currently take about an hour to run. Split them |
- # into roughly 5-minute shards. |
- 'shards': 12, |
+ # These tests currently take about an hour and fifteen minutes |
+ # to run. Split them into roughly 5-minute shards. |
+ 'shards': 15, |
}, |
}, |
} |