GitLab service scheduled maintenance on Friday, March 21st 2025 as of 08h00 Geneva time for an estimated period of 1 hour. Further information under OTG0154918.
The file_lister.sh
script now takes the path to a BETSEE workspace as an optional argument. This is useful when running on computer that do no have access to the LBL shared network drive. For example, the CI uses input from EOS.
Both file_lister.sh
and run_analysis.sh
now create any directories assumed for the output.
Both scripts are now executable with a /bin/bash
shebang.
The CI runs the full analysis broken up into the following stages:
build
analyze
The defined jobs are:
build_env
: Prepare a Python virtual environment with all required (requirements.txt
) packages. The environment is created under .venv
and passed to subsequent jobs as an artifact.build_filelists
: Prepare the filelists corresponding to the March 2022 UCL data. They are passed to subsequent jobs as an artifact.