Skip to content
Snippets Groups Projects
Unverified Commit e22a3d5d authored by Dmitry Kalinkin's avatar Dmitry Kalinkin Committed by GitHub
Browse files

tracking_performance: preserve result/ for tracking_performance_local (#148)

parent dce10d11
No related branches found
No related tags found
No related merge requests found
Pipeline #118459 canceled
...@@ -27,7 +27,9 @@ collect_results:tracking_performance: ...@@ -27,7 +27,9 @@ collect_results:tracking_performance:
- "bench:tracking_performance" - "bench:tracking_performance"
script: script:
- ls -lrht - ls -lrht
- mv results{,_save}/ # move results directory out of the way to preserve it
- snakemake $SNAKEMAKE_FLAGS --cores 1 --delete-all-output tracking_performance_local - snakemake $SNAKEMAKE_FLAGS --cores 1 --delete-all-output tracking_performance_local
- mv results{_save,}/
bench:tracking_performance_campaigns: bench:tracking_performance_campaigns:
extends: .det_benchmark extends: .det_benchmark
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment