diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6f586a1b..e80fec24 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -115,34 +115,35 @@ common:detector: - runner_system_failure include: - - local: 'benchmarks/diffractive_vm/config.yml' - - local: 'benchmarks/demp/config.yml' + #- local: 'benchmarks/diffractive_vm/config.yml' + #- local: 'benchmarks/demp/config.yml' - local: 'benchmarks/dis/config.yml' #- local: 'benchmarks/dvmp/config.yml' - - local: 'benchmarks/dvcs/config.yml' - - local: 'benchmarks/lambda/config.yml' - - local: 'benchmarks/neutron/config.yml' - - local: 'benchmarks/sigma/config.yml' - - local: 'benchmarks/tcs/config.yml' - - local: 'benchmarks/u_omega/config.yml' - - local: 'benchmarks/single/config.yml' - - local: 'benchmarks/backgrounds/config.yml' + #- local: 'benchmarks/dvcs/config.yml' + #- local: 'benchmarks/lambda/config.yml' + #- local: 'benchmarks/neutron/config.yml' + #- local: 'benchmarks/sigma/config.yml' + #- local: 'benchmarks/tcs/config.yml' + #- local: 'benchmarks/u_omega/config.yml' + #- local: 'benchmarks/single/config.yml' + #- local: 'benchmarks/backgrounds/config.yml' - local: 'benchmarks/test_yoo/config.yml' summary: stage: finish needs: - - "diffractive_vm:results" - - "demp:results" + #- "diffractive_vm:results" + #- "demp:results" - "dis:results" - - "dvcs:results" - - "lambda:results" - - "neutron:results" - - "sigma:results" - - "tcs:results" - - "u_omega:results" - - "single:results" - - "backgrounds:results" + #- "dvcs:results" + #- "lambda:results" + #- "neutron:results" + #- "sigma:results" + #- "tcs:results" + #- "u_omega:results" + #- "single:results" + #- "backgrounds:results" + - "test_yoo:results" script: - collect_benchmarks.py - find results -print | sort | tee summary.txt diff --git a/benchmarks/test_yoo/config.yml b/benchmarks/test_yoo/config.yml index 6bbc968e..db60320a 100644 --- a/benchmarks/test_yoo/config.yml +++ b/benchmarks/test_yoo/config.yml @@ -1,21 +1,17 @@ -test_yoo:generate: - extends: .phy_benchmark - stage: generate +your_benchmark:compile: + extends: .phy_benchmark + stage: compile script: - - echo "I will be simulating some electron events here!" - - echo "0.511 MeV" >> $LOCAL_DATA_PATH/electron_mass + - echo "You can compile your code here!" -test_yoo:simulate: +your_benchmark:simulate: extends: .phy_benchmark stage: simulate script: - - echo "I will be simulating some photon events here!" + - echo "I will simulate detector response here!" -test_yoo:analyze: +your_benchmark:results: extends: .phy_benchmark - stage: analyze - needs: - - ["test_yoo:generate", "test_yoo:simulate"] + stage: collect script: - - echo "I will be analyzing events here!" - - echo "Our intelligence reports that the electron mass is $(cat $LOCAL_DATA_PATH/electron_mass)" + - echo "I will collect results here!"