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: ...@@ -42,18 +42,16 @@ common:detector:
- mkdir -p config - mkdir -p config
- print_env.sh - print_env.sh
# commented out 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"]
script: script:
# - collect_benchmarks.py - collect_benchmarks.py
- echo "DISABLED UNTIL WE FIX TRACKING"
artifacts: artifacts:
paths: paths:
- results/* - 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