From a53e6d4e2507557797a78d3ac0acffdc493149d0 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Wed, 17 Jun 2026 06:16:37 +0200 Subject: [PATCH] .gitlab-ci.yml: do not store .tmp files as artifacts Signed-off-by: Nikos Mavrogiannopoulos --- .gitlab-ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 292b7bd5..e530eac2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -232,6 +232,8 @@ musl/Alpine: expire_in: 1 week untracked: true when: on_failure + exclude: + - "**/*.tmp" Fedora: stage: testing @@ -254,6 +256,8 @@ Fedora: expire_in: 1 day untracked: true when: always + exclude: + - "**/*.tmp" noprocfs/Fedora: stage: testing @@ -273,6 +277,8 @@ noprocfs/Fedora: expire_in: 1 week untracked: true when: on_failure + exclude: + - "**/*.tmp" noprocfs/distcheck/Fedora: stage: testing @@ -318,6 +324,8 @@ clang/Fedora: expire_in: 1 week untracked: true when: on_failure + exclude: + - "**/*.tmp" # Tests seccomp filters by asking seccomp to fail with a trap seccomp/Fedora: @@ -338,6 +346,8 @@ seccomp/Fedora: expire_in: 1 week untracked: true when: on_failure + exclude: + - "**/*.tmp" # Tests per-worker RLIMIT_DATA by making setrlimit failures fatal worker-memory-limit/Fedora: @@ -358,6 +368,8 @@ worker-memory-limit/Fedora: expire_in: 1 week untracked: true when: on_failure + exclude: + - "**/*.tmp" minimal: stage: testing