From 09021e4b92ee87c56629efae8d25376dc478acf2 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 1b980e6bd7..181cba3f45 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1642,6 +1642,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