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
Branches
No related tags found
1 merge request!56Disable some benchmarks while fixing reco.
...@@ -43,13 +43,15 @@ common:detector: ...@@ -43,13 +43,15 @@ common:detector:
- print_env.sh - print_env.sh
include: include:
- local: 'benchmarks/dis/config.yml' #- local: 'benchmarks/dis/config.yml'
- local: 'benchmarks/dvmp/config.yml' #- local: 'benchmarks/dvmp/config.yml'
- local: 'benchmarks/dvcs/config.yml' - local: 'benchmarks/dvcs/config.yml'
summary: summary:
stage: finish stage: finish
needs: ["dis:results", "dvcs:results", "dvmp:results"] #needs: ["dis:results", "dvcs:results", "dvmp:results"]
needs:
- "dvcs:results"
script: script:
- collect_benchmarks.py - collect_benchmarks.py
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment