From 5337a0e223aecf3446886edbb187dcdf7b74213e Mon Sep 17 00:00:00 2001 From: Mark Felder Date: Wed, 22 Oct 2025 13:39:10 -0700 Subject: [PATCH] Enable expiration of CICD job artifacts We have accumulated nearly 200GB of old artifacts that we do not need. --- .gitlab-ci.yml | 4 ++++ changelog.d/ci-artifacts.skip | 0 2 files changed, 4 insertions(+) create mode 100644 changelog.d/ci-artifacts.skip diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 675d0e067..1e86d0aab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,9 @@ image: git.pleroma.social:5050/pleroma/pleroma/ci-base:elixir-1.14.5-otp-25 +default: + artifacts: + expire_in: 1 week + variables: &global_variables # Only used for the release ELIXIR_VER: 1.17.3 diff --git a/changelog.d/ci-artifacts.skip b/changelog.d/ci-artifacts.skip new file mode 100644 index 000000000..e69de29bb