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

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

Issue 1659093002: Run the WebGL CTS on ANGLE on the Linux GPU FYI bots (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 10 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 59c594d3c567459d9ce281147b218c6fdbccd55b..2be8ba825b7bc3169183957c53bd0e72c41a1d38 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -614,6 +614,18 @@ TELEMETRY_TESTS = {
'--use-angle=gl',
],
},
+ 'webgl_conformance_angle_tests': {
+ 'tester_configs': [
+ {
+ 'fyi_only': True,
+ 'os_types': ['linux']
+ }
+ ],
+ 'target_name': 'webgl_conformance',
+ 'extra_browser_args': [
+ '--use-gl=angle',
+ ],
+ },
'webgl2_conformance_tests': {
'tester_configs': [
{
« 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