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
dvcs:analysis:
stage: analyze
needs: ["dvcs:process"]
script:
- echo "THIS IS A PLACE HOLDER"
dvcs:results:
stage: collect
needs: ["dvcs:analysis"]
script:
- echo "All DVCS benchmarks successful"
Loading