From: Michał Kępień Date: Wed, 25 Mar 2026 17:09:02 +0000 (+0100) Subject: Extend artifact lifetime for Cloudsmith build jobs X-Git-Tag: v9.20.22~6^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d99835fffbf082f63f6fd0c083a18d4b8151903b;p=thirdparty%2Fbind9.git Extend artifact lifetime for Cloudsmith build jobs The commit.txt file produced by each Cloudsmith build job is required to run the corresponding publication job. Therefore, the artifact lifetime for the former must be long enough to prevent the file from expiring before the publication job is run. Set the lifetime of the artifacts created by Cloudsmith build jobs to one month to ensure that the publication jobs can access them. (cherry picked from commit ce09f8d0f8fc9053ac4806f2231ee9625a9ed473) --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c80040bfaa7..f59a1774a61 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2090,6 +2090,7 @@ rpms-cloudsmith-build: artifacts: paths: - commit.txt + expire_in: "1 month" rpms-cloudsmith-build-private: <<: *rpm_build_job_private @@ -2100,6 +2101,7 @@ rpms-cloudsmith-build-private: artifacts: paths: - commit.txt + expire_in: "1 month" # Publish Cloudsmith packages