Skip to content
Snippets Groups Projects
Commit 95dcee08 authored by Dmitry Kalinkin's avatar Dmitry Kalinkin
Browse files

benchmarks/*/config.yml: avoid cleaning up /scratch/EPIC

parent 6f1fa818
No related branches found
No related tags found
No related merge requests found
......@@ -28,4 +28,5 @@ collect_results:backgrounds:
- "bench:backgrounds_emcal_backwards"
script:
- ls -lrht
- rm EPIC # remove the symlink to preserve the shared files
- snakemake --cores 1 --delete-all-output backgrounds_ecal_backwards
......@@ -35,4 +35,5 @@ collect_results:backwards_ecal:
- "bench:backwards_ecal"
script:
- ls -lrht
- rm EPIC # remove the symlink to preserve the shared files
- snakemake --cores 1 --delete-all-output backwards_ecal
......@@ -24,4 +24,5 @@ collect_results:ecal_gaps:
- "bench:ecal_gaps"
script:
- ls -lrht
- rm EPIC # remove the symlink to preserve the shared files
- snakemake --cores 1 --delete-all-output ecal_gaps
......@@ -43,4 +43,5 @@ collect_results:tracking_performance_campaigns:
- "bench:tracking_performance_campaigns"
script:
- ls -lrht
- rm EPIC # remove the symlink to preserve the shared files
- snakemake --cores 1 --delete-all-output tracking_performance_campaigns
......@@ -15,4 +15,5 @@ collect_results:zdc_lyso:
- "sim:zdc_lyso"
script:
- ls -lrht
- rm EPIC # remove the symlink to preserve the shared files
- snakemake --cores 1 --delete-all-output zdc_lyso_local
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment