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
Branches
No related tags found
1 merge request!161Rename synchroton to general backgrounds
...@@ -81,13 +81,17 @@ include: ...@@ -81,13 +81,17 @@ include:
- local: 'benchmarks/tcs/config.yml' - local: 'benchmarks/tcs/config.yml'
- local: 'benchmarks/u_omega/config.yml' - local: 'benchmarks/u_omega/config.yml'
- local: 'benchmarks/single/config.yml' - local: 'benchmarks/single/config.yml'
- local: 'benchmarks/synchrotron/config.yml' - local: 'benchmarks/backgrounds/config.yml'
summary: summary:
stage: finish stage: finish
#needs: ["dis:results", "dvcs:results", "dvmp:results"]
needs: needs:
- "dis:results"
- "dvcs:results" - "dvcs:results"
- "tcs:results"
- "u_omega:results"
- "single:results"
- "backgrounds:results"
script: script:
- collect_benchmarks.py - collect_benchmarks.py
artifacts: artifacts:
......
synchrotron:compile: backgrounds:compile:
stage: compile stage: compile
extends: .compile_benchmark extends: .compile_benchmark
script: script:
- compile_analyses.py synchrotron - compile_analyses.py backgrounds
synchrotron:simulate: backgrounds:synchrotron:simulate:
stage: simulate stage: simulate
extends: .phy_benchmark extends: .phy_benchmark
tags: tags:
- s3 - s3
needs: ["common:detector", "synchrotron:compile"] needs: ["common:detector", "backgrounds:compile"]
script: script:
- bash benchmarks/synchrotron/synchrotron.sh --all - bash benchmarks/backgrounds/synchrotron.sh --all
synchrotron:results: backgrounds:results:
stage: collect stage: collect
needs: ["synchrotron:simulate"] needs: ["backgrounds:synchrotron:simulate"]
script: script:
- ls -lrth - ls -lrth
...@@ -27,3 +27,9 @@ single:analyze: ...@@ -27,3 +27,9 @@ single:analyze:
needs: ["single:reconstruct", "single:compile"] needs: ["single:reconstruct", "single:compile"]
script: script:
- bash benchmarks/single/analyze.sh e-_1GeV_45to135deg - 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.
Please register or to comment