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

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

Issue 2542653002: Run the dEQP GLES 3.1 tests on Windows and Linux NVIDIA OpenGL. (Closed)
Patch Set: Forward args to the dEQP runner. Created 4 years 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 | gpu/angle_deqp_tests_main.cc » ('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 ac09f63a1845e5a0b85defe290212716ed94d9ec..d134dfc86aeddc0560f5158897a0cf4e1b483400 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -856,6 +856,34 @@ COMMON_GTESTS = {
'args': ['--deqp-egl-display-type=angle-gl']
},
+ 'angle_deqp_gles31_gl_tests': {
+ 'tester_configs': [
+ {
+ 'fyi_only': True,
+ 'run_on_optional': False,
+ # Run on the Win/Linux Release NVIDIA bots.
+ 'build_configs': ['Release'],
+ 'swarming_dimension_sets': [
+ {
+ 'gpu': '10de:104a',
+ 'os': 'Windows-2008ServerR2-SP1'
+ },
+ {
+ 'gpu': '10de:104a',
+ 'os': 'Linux'
+ }
+ ],
+ }
+ ],
+ 'swarming': {
+ # TODO(geofflang): Increase the number of shards as more tests start to
+ # pass and runtime increases.
+ 'shards': 4,
+ },
+ 'test': 'angle_deqp_gles31_tests',
+ 'args': ['--deqp-egl-display-type=angle-gl']
+ },
+
# Until we have more capacity, run angle_end2end_tests only on the
# FYI waterfall, the ANGLE trybots (which mirror the FYI waterfall),
# and the optional trybots (mainly used during ANGLE rolls).
« no previous file with comments | « no previous file | gpu/angle_deqp_tests_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698