]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Use the default retention time for CI artifacts
authorTom Krizek <tkrizek@isc.org>
Thu, 9 Mar 2023 12:33:31 +0000 (13:33 +0100)
committerTom Krizek <tkrizek@isc.org>
Thu, 16 Mar 2023 14:13:13 +0000 (15:13 +0100)
The instance-wide GitLab CI artifact retention time was changed to 1 day
up from the previous value of 12 hours. Remove our explicit overrides
for 1 day artifact retention time, as it is the default now.

Previously, most of our jobs had overrides for 1 day retention, while
some of our jobs used the default 12 hours. This discrepancy could be
quite impractical at times.

(cherry picked from commit 8fef5676fabd2815081d2560875b5c9f510b6a21)

.gitlab-ci.yml

index 6729048f3b24466b7d8a999c1b42161953b3327b..723c2fd66ec856276eb7490f5d6d0a3096d5c3ab 100644 (file)
@@ -230,7 +230,6 @@ stages:
     - autoreconf -fi
   artifacts:
     untracked: true
-    expire_in: "1 day"
 
 .configure: &configure
     - ${CONFIGURE}
@@ -298,7 +297,6 @@ stages:
       artifacts: true
   artifacts:
     untracked: true
-    expire_in: "1 day"
     when: always
 
 .setup_interfaces: &setup_interfaces
@@ -332,7 +330,6 @@ stages:
   <<: *system_test_common
   artifacts:
     untracked: true
-    expire_in: "1 day"
     when: always
     reports:
       junit: junit.xml
@@ -341,7 +338,6 @@ stages:
   <<: *system_test_common
   artifacts:
     untracked: true
-    expire_in: "1 day"
     when: always
 
 .system_test_tsan: &system_test_tsan_job
@@ -354,7 +350,6 @@ stages:
       "$PYTHON" bin/tests/convert-trs-to-junit.py . > "$CI_PROJECT_DIR"/junit.xml
   artifacts:
     untracked: true
-    expire_in: "1 day"
     when: always
     reports:
       junit: junit.xml
@@ -378,7 +373,6 @@ stages:
   <<: *unit_test_common
   artifacts:
     untracked: true
-    expire_in: "1 day"
     when: always
     reports:
       junit: junit.xml
@@ -387,7 +381,6 @@ stages:
   <<: *unit_test_common
   artifacts:
     untracked: true
-    expire_in: "1 day"
     when: always
 
 .unit_test_tsan: &unit_test_tsan_job
@@ -399,7 +392,6 @@ stages:
       "$PYTHON" bin/tests/convert-trs-to-junit.py . > "$CI_PROJECT_DIR"/junit.xml
   artifacts:
     untracked: true
-    expire_in: "1 day"
     when: always
     reports:
       junit: junit.xml
@@ -429,7 +421,6 @@ stages:
     exclude:
       - bind-qa/bind9/respdiff/rspworkdir/data.mdb # Exclude a 10 GB file.
     untracked: true
-    expire_in: "1 day"
     when: always
 
 ### Job Definitions
@@ -461,7 +452,6 @@ misc:
   artifacts:
     paths:
       - checklibs.out
-    expire_in: "1 day"
     when: on_failure
 
 black:
@@ -811,7 +801,6 @@ scan-build:
   artifacts:
     paths:
       - scan-build.reports/
-    expire_in: "1 day"
     when: on_failure
 
 # Jobs for regular GCC builds on Debian "sid" (amd64)