Newer
Older
dvcs:process:
stage: process
timeout: 1 hour
script:
- bash dvcs/dvcs.sh
artifacts:
paths:
- results
dvcs:results:
stage: collect
script:
- echo "All DVCS benchmarks successful"
dvcs:process:
stage: process
timeout: 1 hour
script:
- bash dvcs/dvcs.sh
artifacts:
paths:
- results
dvcs:results:
stage: collect
script:
- echo "All DVCS benchmarks successful"