Skip to content
Snippets Groups Projects

Put back dvcs

Merged Whitney Armstrong requested to merge dvcs_fix into master
Compare and
5 files
+ 42
36
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 5
1
@@ -3,7 +3,7 @@ dvcs:process:
timeout: 1 hour
needs: ["detector"]
script:
- echo "dvcd benchmark"
- bash dvcs/dvcs.sh
artifacts:
paths:
- results
@@ -13,3 +13,7 @@ dvcs:results:
needs: ["dvcs:process"]
script:
- echo "All DVCS benchmarks successful"
artifacts:
paths:
- results
Loading