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

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

Issue 2690253002: RELAND: Shape detection unittests mac (QR and Face) in GPU bots (Closed)
Patch Set: Adding --use-gpu-in-tests so tests are only run on GPU-bots Created 3 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 | services/BUILD.gn » ('j') | services/shape_detection/PRESUBMIT.py » ('J')
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 0ad1f3e4f26bbe0f047ca049c3494012adfc1aa7..2bc0e427cc5b12e4e0cca5b1a1adcd018cab7289 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -1258,6 +1258,19 @@ COMMON_GTESTS = {
],
'test': 'gles2_conform_test',
},
+ 'service_unittests': {
+ 'tester_configs': [
+ {
+ # Run this on the FYI waterfall and optional tryservers.
+ 'predicate': Predicates.FYI_AND_OPTIONAL,
+ 'os_types': ['mac'],
+ },
+ ],
+ 'args': [
+ '--gtest_filter=*Detection*',
+ '--use-gpu-in-tests'
+ ]
+ },
'swiftshader_unittests': {
'tester_configs': [
{
« no previous file with comments | « no previous file | services/BUILD.gn » ('j') | services/shape_detection/PRESUBMIT.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698