Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions benchmarks/zdc_pi0/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,13 @@ sim:zdc_pi0:
bench:zdc_pi0:
extends: .det_benchmark
stage: benchmarks
allow_failure: true # allow to fail until EICrecon 1.37 and epic 26.05
needs: ["sim:zdc_pi0"]
script:
- snakemake $SNAKEMAKE_FLAGS --cores 1 results/epic_zdc_sipm_on_tile_only/zdc_pi0

collect_results:zdc_pi0:
extends: .det_benchmark
stage: collect
allow_failure: true # allow to fail until EICrecon 1.37 and epic 26.05
needs: ["bench:zdc_pi0"]
when: always
script:
Expand Down