Skip to content

Commit

Permalink
benchmarks/*/config.yml: avoid cleaning up /scratch/EPIC
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed Sep 11, 2024
1 parent f1b8dd2 commit 7436b6f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions benchmarks/backgrounds/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions benchmarks/backwards_ecal/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions benchmarks/ecal_gaps/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions benchmarks/tracking_performances/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions benchmarks/zdc_lyso/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 comments on commit 7436b6f

Please sign in to comment.