Skip to content
Snippets Groups Projects

DVCS benchmarks directory

Merged Whitney Armstrong requested to merge dvcs into master
Files
3
dvcs/config.yml 0 → 100644
+ 21
0
dvcs:process:
stage: process
timeout: 1 hour
script:
- bash dvcs/dvcs.sh
artifacts:
paths:
- results
dvmp:analysis:
stage: analyze
needs: ["dvcs:process"]
script:
- echo "THIS IS A PLACE HOLDER"
dvmp:results:
stage: collect
needs: ["dvmp:analysis"]
script:
- echo "All DVMP benchmarks successful"
Loading