diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 79fd9d214d559274414de3fc9b5596538c3a8b30..e103c5e9805f9ee669b7db3a4d4096b62cdaf66b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ --- -include: 'https://gitlab.cern.ch/linuxsupport/cronjobs/base/raw/master/gitlab-ci.yml' +#include: 'https://gitlab.cern.ch/linuxsupport/cronjobs/base/raw/master/gitlab-ci.yml' build_backup: diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..48183d2b80216020d2b8bb1389a642971a52e7c5 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# WARNING + +This job is no longer working because the newer version of the TSM client can't seem to run +inside a docker container, and we can't run the old versions any longer. + +Backups are now performed as regular old cronjobs, configured here: + +https://gitlab.cern.ch/ai/it-puppet-hostgroup-lxsoft/-/blob/feb86a32/code/manifests/adm.pp#L123-139 + +The `.gitlab-ci.yml` of this repo has been edited to "deactivate" this job.