From 4f31cadbccdb2bf214159a2a408253cabf2f39a5 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 47b66ae69..549a7853a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,9 @@ image: git.pleroma.social:5050/pleroma/pleroma/ci-base:elixir-1.15.8-otp-26 +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