Skip to content
Snippets Groups Projects
Commit 5d2f7e0c authored by Simon Gardner's avatar Simon Gardner
Browse files

Add missing config.yml

parent adda7dd8
No related branches found
No related tags found
No related merge requests found
Pipeline #120377 skipped
sim:beamline:
extends: .det_benchmark
stage: simulate
script:
- |
snakemake --cache --cores 5 \
sim_output/beamline/beamlineTestlocal.edm4hep.root
bench:beamline:
extends: .det_benchmark
stage: benchmarks
needs:
- ["sim:beamline"]
script:
- snakemake $SNAKEMAKE_FLAGS --cores 3 beamline_local
collect_results:beamline:
extends: .det_benchmark
stage: collect
needs:
- "bench:beamline"
script:
- ls -lrht
- mv results{,_save}/ # move results directory out of the way to preserve it
- snakemake $SNAKEMAKE_FLAGS --cores 1 --delete-all-output beamline_local
- mv results{_save,}/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment