]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Some stress test artifacts should not be saved in CI artifact
authorMichal Nowak <mnowak@isc.org>
Tue, 27 Aug 2024 10:12:50 +0000 (12:12 +0200)
committerMichal Nowak <mnowak@isc.org>
Wed, 28 Aug 2024 08:01:32 +0000 (08:01 +0000)
(cherry picked from commit 6f868853049769cd4c327acf32a8c1a7320daa06)

.gitlab-ci.yml

index 022440b881a7bcc4592b87e1fb86564b4df6ef5d..c41d98269d9e69a78a706571638d1f63362a2933 100644 (file)
@@ -1240,6 +1240,10 @@ respdiff-third-party:
   <<: *stress_test
   artifacts:
     untracked: true
+    exclude:
+      - "output/ns4/*.dtq*"
+      - "output/ns4/large-delta-rpz*.local"
+      - "output/rpz_*"
     when: always
   only:
     - merge_requests