Some stress test artifacts should not be saved in CI artifact

(cherry picked from commit 6f86885304)
This commit is contained in:
Michal Nowak 2024-08-27 12:12:50 +02:00
parent 1b7fa52d8f
commit 09021e4b92

View file

@ -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