Add CI configuration for automatically deploying to CVMFS
This adds support in the CI for automatically installing on CVMFS. Updating the prod
link is done in a manual job so it can be controlled. Both jobs can be ran multiple times to reinstall or roll back the prod
link. It's also easy to run the bash script used by the CI by hand if needed.
I abused git to test this so you can see the pipeline output:
- Deployment: https://gitlab.cern.ch/cburr/LHCbDIRAC/-/jobs/9016231
- Prod link setting: https://gitlab.cern.ch/cburr/LHCbDIRAC/-/jobs/9016238
For now, -pre
releases are not installed on the production lhcbdev stratum 0 so the old CI job will still be used until LBCORE-1887 is finished.
BEGINRELEASENOTES
NEW: Automatically install new tags on CVMFS
ENDRELEASENOTES