Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(906)

Unified Diff: content/test/gpu/generate_buildbot_json.py

Issue 1968663002: Run the WebGL2 CTS on ANGLE on Linux on the GPU FYI waterfall (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | testing/buildbot/chromium.gpu.fyi.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2b06fcdd64478a22497b464a3f5ffca04105d1ff..91b8d7afd31be8b6867b3df9d77b4767184bd4ec 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -868,6 +868,36 @@ TELEMETRY_TESTS = {
'--webgl2-only=true',
],
},
+ 'webgl2_conformance_angle_tests': {
+ 'tester_configs': [
+ {
+ # The WebGL 2.0 conformance tests take over an hour to run on
+ # the Debug bots, which is too long.
+ 'build_configs': ['Release'],
+ 'fyi_only': True,
+ 'run_on_optional': False,
+ # Only run on the NVIDIA Release and New Intel Release Linux bots
+ 'swarming_dimension_sets': [
+ {
+ 'gpu': '10de:104a',
+ 'os': 'Linux'
+ },
+ {
+ 'gpu': '8086:0412',
+ 'os': 'Linux'
+ },
+ ],
+ },
+ ],
+ 'target_name': 'webgl_conformance',
+ 'extra_browser_args': [
+ '--use-gl=angle',
+ ],
+ 'args': [
+ '--webgl-conformance-version=2.0.0',
+ '--webgl2-only=true',
+ ],
+ },
}
def substitute_args(tester_config, args):
« no previous file with comments | « no previous file | testing/buildbot/chromium.gpu.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698