Skip to content
Snippets Groups Projects
Commit 2ab7c583 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

Rename synchroton to general backgrounds

parent ab6697d3
No related branches found
No related tags found
1 merge request!161Rename synchroton to general backgrounds
......@@ -81,13 +81,17 @@ include:
- local: 'benchmarks/tcs/config.yml'
- local: 'benchmarks/u_omega/config.yml'
- local: 'benchmarks/single/config.yml'
- local: 'benchmarks/synchrotron/config.yml'
- local: 'benchmarks/backgrounds/config.yml'
summary:
stage: finish
#needs: ["dis:results", "dvcs:results", "dvmp:results"]
needs:
- "dis:results"
- "dvcs:results"
- "tcs:results"
- "u_omega:results"
- "single:results"
- "backgrounds:results"
script:
- collect_benchmarks.py
artifacts:
......
synchrotron:compile:
backgrounds:compile:
stage: compile
extends: .compile_benchmark
script:
- compile_analyses.py synchrotron
- compile_analyses.py backgrounds
synchrotron:simulate:
backgrounds:synchrotron:simulate:
stage: simulate
extends: .phy_benchmark
tags:
- s3
needs: ["common:detector", "synchrotron:compile"]
needs: ["common:detector", "backgrounds:compile"]
script:
- bash benchmarks/synchrotron/synchrotron.sh --all
- bash benchmarks/backgrounds/synchrotron.sh --all
synchrotron:results:
backgrounds:results:
stage: collect
needs: ["synchrotron:simulate"]
needs: ["backgrounds:synchrotron:simulate"]
script:
- ls -lrth
......@@ -27,3 +27,9 @@ single:analyze:
needs: ["single:reconstruct", "single:compile"]
script:
- bash benchmarks/single/analyze.sh e-_1GeV_45to135deg
single:results:
stage: collect
needs: ["single:analyze"]
script:
- ls -al
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment