Cleaned up and simplified the config/env.sh and util/build.sh
- We should limit the number of new environment variables. They increase complexity which should be mostly absorbed by using containers. - Any new environment variables should be set via the ci yml file or defined the UI. https://docs.gitlab.com/ee/ci/variables/README.html#custom-environment-variables - Removed dummy scripts - Removed dvmp dummy jobs. - Fixed dvmp output data. Note the out artifacts should go in `results/dvmp` if they are in the `dvmp` directory. This will just make things easier later on for collecting and summarizing results. - updated dvmp/scripts/run_generator_instance.sh - Added dvmp.sh to run geant4/reconstruction. Note `dvmp/dvmp.sh` could be named something more specific, like `dvmp/dvmp_barrel_decays.sh` depending on the input, analysis, etc...
parent
779264b8
No related branches found
No related tags found
Showing
- .gitlab-ci.yml 1 addition, 2 deletions.gitlab-ci.yml
- config/env.sh 8 additions, 7 deletionsconfig/env.sh
- dis/dis.sh 1 addition, 2 deletionsdis/dis.sh
- dummy/.gitignore 0 additions, 0 deletionsdummy/.gitignore
- dummy/config.yml 0 additions, 24 deletionsdummy/config.yml
- dummy/dummy_fail_test.sh 0 additions, 7 deletionsdummy/dummy_fail_test.sh
- dummy/dummy_test.sh 0 additions, 7 deletionsdummy/dummy_test.sh
- dummy/dummy_test2.sh 0 additions, 7 deletionsdummy/dummy_test2.sh
- dvmp/config.yml 4 additions, 31 deletionsdvmp/config.yml
- dvmp/dvmp.sh 78 additions, 0 deletionsdvmp/dvmp.sh
- dvmp/scripts/dummy_fail_test.sh 0 additions, 7 deletionsdvmp/scripts/dummy_fail_test.sh
- dvmp/scripts/dummy_test.sh 0 additions, 7 deletionsdvmp/scripts/dummy_test.sh
- dvmp/scripts/dummy_test2.sh 0 additions, 7 deletionsdvmp/scripts/dummy_test2.sh
- dvmp/scripts/run_generator_instance.sh 7 additions, 3 deletionsdvmp/scripts/run_generator_instance.sh
- util/build_detector.sh 15 additions, 5 deletionsutil/build_detector.sh
Loading
Please register or sign in to comment