Old deploy & old tests removal
Old deploy in CI pipeline is vestigial.
- It deploys the "dev" branch into /cvmfs/nica.jinr.ru/centos7/mpdroot/
- This directory already contains releases deployed with new build, to build "dev" branch "module add mpddev" and building from repo is needed.
- This issue comes out now, as we are considering removal of hadgen generator which is used in tests of the old build. If we do not remove old build, we will have to modify those tests, which is a waste of time.
TBD:
- move scripts/trigger_nicadist.sh to deploy stage & use nicadist image
- remove .deploy_template from gitlab-ci.yml
- use nicadist image in check_permissions stage
- remove global before_script
- remove SetEnv.sh
- move config/env.sh to main dir, fix website tutorials accordingly
- remove .build_template, remove build:centos, build::ubuntu
- remove .test_build_template, remove build_tests:centos, build_tests:ubuntu
- remove old tests (and flag -t old) from scripts/run_build_tests.sh
Edited by Slavomir Hnatic