Skip to content
Snippets Groups Projects
Commit 91bb6241 authored by Craig Tiller's avatar Craig Tiller
Browse files

Reduce # of benchmarks run as Jenkins unit tests

parent 9a574ec9
No related branches found
No related tags found
No related merge requests found
...@@ -85,5 +85,6 @@ print yaml.dump({ ...@@ -85,5 +85,6 @@ print yaml.dump({
'timeout_seconds': 3*60 'timeout_seconds': 3*60
} }
for scenario_json in scenario_config.CXXLanguage().scenarios() for scenario_json in scenario_config.CXXLanguage().scenarios()
if 'scalable' in scenario_json.get('CATEGORIES', [])
] ]
}) })
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment