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

Disable benchmarks until we fix tracking

parent 776434d9
No related branches found
No related tags found
1 merge request!49Disable benchmarks until we fix tracking
......@@ -42,18 +42,20 @@ common:detector:
- mkdir -p config
- print_env.sh
include:
- local: 'benchmarks/dis/config.yml'
- local: 'benchmarks/dvmp/config.yml'
- local: 'benchmarks/dvcs/config.yml'
# commented out
#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
# - collect_benchmarks.py
- echo "DISABLED UNTIL WE FIX TRACKING"
artifacts:
paths:
- results/*
reports:
junit: ["results/dvcs/report2.xml"]
# reports:
# junit: ["results/dvcs/report2.xml"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment