Skip to content
Snippets Groups Projects
Commit 05ca637f authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

Disable some benchmarks while fixing reco.

parent 2877de0d
No related branches found
No related tags found
1 merge request!56Disable some benchmarks while fixing reco.
......@@ -43,13 +43,15 @@ common:detector:
- print_env.sh
include:
- local: 'benchmarks/dis/config.yml'
- local: 'benchmarks/dvmp/config.yml'
#- local: 'benchmarks/dis/config.yml'
#- local: 'benchmarks/dvmp/config.yml'
- local: 'benchmarks/dvcs/config.yml'
summary:
stage: finish
needs: ["dis:results", "dvcs:results", "dvmp:results"]
#needs: ["dis:results", "dvcs:results", "dvmp:results"]
needs:
- "dvcs:results"
script:
- collect_benchmarks.py
artifacts:
......
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