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

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

Issue 2618933002: Adding swiftshader unittests to GPU FYI bots (Closed)
Patch Set: Updated to new SwiftShader version which contains an OWNERS file. Created 3 years, 11 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 | « DEPS ('k') | gpu/DEPS » ('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 46de5e29aeee69aedfb791084da2bcc52f584017..48e817708036675445e381b242a1f741cdc8eb01 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -1105,6 +1105,15 @@ COMMON_GTESTS = {
],
'test': 'gles2_conform_test',
},
+ 'swiftshader_unittests': {
+ 'tester_configs': [
+ {
+ 'fyi_only': True,
+ # Run this on the optional tryservers.
+ 'run_on_optional': True,
+ },
+ ],
+ },
'tab_capture_end2end_tests': {
'tester_configs': [
{
« no previous file with comments | « DEPS ('k') | gpu/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698