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-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa83d1150d75a3b3c4794ef2931cce98ae0a6af9;p=thirdparty%2Fbind9.git Some stress test artifacts should not be saved in CI artifact (cherry picked from commit 6f868853049769cd4c327acf32a8c1a7320daa06) --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 022440b881a..c41d98269d9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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