Skip to content
Snippets Groups Projects

Resolve "Add local storage for the pipeline"

Merged Whitney Armstrong requested to merge 25-add-local-storage-for-the-pipeline into master
Files
12
clustering:process :
clustering:process :
stage: process
stage: process
timeout: 8 hour
timeout: 8 hour
needs: ["detector"]
needs: ["common:detector"]
artifacts:
expire_in: 20 weeks
paths:
- results/
script:
script:
- bash benchmarks/clustering/barrel_clusters.sh
- bash benchmarks/clustering/barrel_clusters.sh
@@ -15,8 +11,4 @@ clustering:results:
@@ -15,8 +11,4 @@ clustering:results:
script:
script:
- ls -lrth
- ls -lrth
#- python dvcs/scripts/merge_results.py
#- python dvcs/scripts/merge_results.py
artifacts:
paths:
- results
# reports:
Loading