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

zdc_lyso: add allow_failure (#179)

parent e1a877bb
No related branches found
No related tags found
No related merge requests found
Pipeline #123250 failed
......@@ -22,7 +22,6 @@ sim:calo_pid:
$(seq --format="sim_output/calo_pid/epic_inner_detector/${PARTICLE}/100MeVto20GeV/130to177deg/${PARTICLE}_100MeVto20GeV_130to177deg.%04.f.eicrecon.edm4eic.root" ${INDEX_RANGE})
bench:calo_pid:
allow_failure: true # until inference merged into EICrecon
extends: .det_benchmark
stage: benchmarks
needs:
......@@ -33,7 +32,6 @@ bench:calo_pid:
- snakemake $SNAKEMAKE_FLAGS --cores 1 results/epic_inner_detector/calo_pid
collect_results:calo_pid:
allow_failure: true # until inference merged into EICrecon
extends: .det_benchmark
stage: collect
needs:
......
sim:zdc_lyso:
extends: .det_benchmark
allow_failure: true # https://github.com/eic/detector_benchmarks/issues/178
stage: simulate
script:
- snakemake $SNAKEMAKE_FLAGS --cores 1 zdc_lyso_local
......@@ -10,6 +11,7 @@ sim:zdc_lyso:
collect_results:zdc_lyso:
extends: .det_benchmark
allow_failure: true # https://github.com/eic/detector_benchmarks/issues/178
stage: collect
needs:
- "sim:zdc_lyso"
......
  • GITHUB_SYNC @project_399_bot_fac95b52757bb409c88363d121140708

    mentioned in commit 0b445e6e

    ·

    mentioned in commit 0b445e6e

    Toggle commit list
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment