From 64ec7cf82b8d471abe3ee382817277b25cb8a63c Mon Sep 17 00:00:00 2001 From: Alex Iribarren <Alex.Iribarren@cern.ch> Date: Mon, 13 Mar 2023 12:47:14 +0100 Subject: [PATCH] Deprecate job --- .gitlab-ci.yml | 10 ---------- README.md | 4 ++++ 2 files changed, 4 insertions(+), 10 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 31f1cce..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -include: 'https://gitlab.cern.ch/linuxsupport/cronjobs/base/raw/master/gitlab-ci.yml' - - -build_stream8_backups: - extends: .build_image - variables: - CONTEXT_DIR: stream8_backups - DOCKER_FILE: stream8_backups/Dockerfile - TO: $CI_REGISTRY_IMAGE/stream8_backups diff --git a/README.md b/README.md index 6f9969f..52323f4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # stream8_backups +THIS JOB IS DEPRECATED, LOOK AT: +https://gitlab.cern.ch/linuxsupport/cronjobs/snapshot_backups + + This is a nomad job to backup the daily snapshots created by stream8_snapshots The entrypoint `backup.sh` performs a backup of $TODAY using restic, storing the data on s3.cern.ch -- GitLab