From 014c0e3048641f06f98068739b7acb0e8ff345e5 Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Tue, 27 Aug 2024 12:12:50 +0200 Subject: [PATCH] Some stress test artifacts should not be saved in CI artifact (cherry picked from commit 6f868853049769cd4c327acf32a8c1a7320daa06) --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9cd8bd4156..3fe9769b64 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1567,6 +1567,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