Skip to content
Snippets Groups Projects
Commit b9c696bb authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

Turned on the benchmarks again

- Failure is OK. It lets us know what is broken.
parent 690f454e
No related branches found
No related tags found
1 merge request!50Turned on the benchmarks again
......@@ -42,18 +42,16 @@ common:detector:
- mkdir -p config
- print_env.sh
# commented out
#include:
# - local: 'benchmarks/dis/config.yml'
# - local: 'benchmarks/dvmp/config.yml'
# - local: 'benchmarks/dvcs/config.yml'
include:
- 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"]
script:
# - collect_benchmarks.py
- echo "DISABLED UNTIL WE FIX TRACKING"
- collect_benchmarks.py
artifacts:
paths:
- results/*
......
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