From: Michal Nowak Date: Tue, 27 Aug 2024 10:12:50 +0000 (+0200) Subject: Some stress test artifacts should not be saved in CI artifact X-Git-Tag: v9.21.1~11^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f868853049769cd4c327acf32a8c1a7320daa06;p=thirdparty%2Fbind9.git Some stress test artifacts should not be saved in CI artifact --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bdd69f411fa..a4b4fdb236a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1638,6 +1638,10 @@ shotgun:dot: <<: *stress_test artifacts: untracked: true + exclude: + - "output/ns4/*.dtq*" + - "output/ns4/large-delta-rpz*.local" + - "output/rpz_*" when: always only: - merge_requests