Skip to content
Snippets Groups Projects
Commit a507f698 authored by Derek Glazier's avatar Derek Glazier
Browse files

add benchmarks/Exclusive-Diffraction-Tagging/lowQ2

parent 5d8936af
No related tags found
No related merge requests found
Pipeline #121072 passed
......@@ -107,24 +107,26 @@ common:setup:
- runner_system_failure
include:
- local: 'benchmarks/Exclusive-Diffraction-Tagging/diffractive_vm/config.yml'
- local: 'benchmarks/Exclusive-Diffraction-Tagging/demp/config.yml'
- local: 'benchmarks/Exclusive-Diffraction-Tagging/semi_coherent/config.yml'
#- local: 'benchmarks/Exclusive-Diffraction-Tagging/diffractive_vm/config.yml'
#- local: 'benchmarks/Exclusive-Diffraction-Tagging/demp/config.yml'
#- local: 'benchmarks/Exclusive-Diffraction-Tagging/semi_coherent/config.yml'
#- local: 'benchmarks/Exclusive-Diffraction-Tagging/dvmp/config.yml'
- local: 'benchmarks/Exclusive-Diffraction-Tagging/dvcs/config.yml'
- local: 'benchmarks/Exclusive-Diffraction-Tagging/tcs/config.yml'
- local: 'benchmarks/Exclusive-Diffraction-Tagging/u_omega/config.yml'
- local: 'benchmarks/Inclusive/dis/config.yml'
#- local: 'benchmarks/Exclusive-Diffraction-Tagging/dvcs/config.yml'
#- local: 'benchmarks/Exclusive-Diffraction-Tagging/tcs/config.yml'
#- local: 'benchmarks/Exclusive-Diffraction-Tagging/u_omega/config.yml'
- local: 'benchmarks/Exclusive-Diffraction-Tagging/lowQ2/config.yml'
#- local: 'benchmarks/Inclusive/dis/config.yml'
summary:
stage: finish
needs:
- "diffractive_vm:results"
- "demp:results"
- "dis:results"
- "dvcs:results"
- "tcs:results"
- "u_omega:results"
#- "diffractive_vm:results"
#- "demp:results"
#- "dis:results"
#- "dvcs:results"
#- "tcs:results"
#- "u_omega:results"
- "lowQ2:results"
script:
- collect_benchmarks.py
- find results -print | sort | tee summary.txt
......
lowQ2:simulate:
stage: simulate
extends: .phy_benchmark
timeout: 3 hours
script:
- echo "I will simulate detector response here!"
#- snakemake --cache --cores 5 lowQ2_rho_analysis_test
retry:
max: 2
when:
- runner_system_failure
lowQ2:results:
stage: collect
needs: ["lowQ2:simulate"]
script:
- echo "I will collect results here!"
#- collect_tests.py Exclusive-Diffraction-Tagging/lowQ2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment