Skip to content
Snippets Groups Projects

Disable benchmarks until we fix tracking

Merged Sylvester Joosten requested to merge sly2j-master-patch-24954 into master
1 file
+ 10
8
Compare changes
  • Side-by-side
  • Inline
+ 10
8
@@ -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"]
Loading