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

add bench:backwards_ecal_campaigns job, stream from xrootd by defaultwq

parent e1cea9e2
No related branches found
No related tags found
No related merge requests found
Pipeline #109017 canceled
......@@ -77,7 +77,7 @@ rule backwards_ecal_local_sim_list:
fp.write("\n".join(input))
if False:
if config.get("stream_from_xrootd", True) not in [False, "", "0", "false"]:
rule backwards_ecal_campaign_sim_list:
output:
"listing/backwards_ecal/{CAMPAIGN}/{DETECTOR_CONFIG}/{PARTICLE}/{ENERGY}/{PHASE_SPACE}.lst",
......
......@@ -28,6 +28,16 @@ bench:backwards_ecal:
- pip install -r benchmarks/backwards_ecal/requirements.txt
- snakemake $SNAKEMAKE_FLAGS --cores 1 results/backwards_ecal/local
bench:backwards_ecal_campaigns:
extends: .det_benchmark
stage: benchmarks
when: manual
timeout: 4 hours
script:
- export PYTHONUSERBASE=$LOCAL_DATA_PATH/deps
- pip install -r benchmarks/backwards_ecal/requirements.txt
- snakemake $SNAKEMAKE_FLAGS --cores 1 results/backwards_ecal/24.10.1
collect_results:backwards_ecal:
extends: .det_benchmark
stage: collect
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment