mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-08-08 09:21:48 +08:00
.gitlab-ci.yml: do not store .tmp files as artifacts
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
This commit is contained in:
@@ -232,6 +232,8 @@ musl/Alpine:
|
|||||||
expire_in: 1 week
|
expire_in: 1 week
|
||||||
untracked: true
|
untracked: true
|
||||||
when: on_failure
|
when: on_failure
|
||||||
|
exclude:
|
||||||
|
- "**/*.tmp"
|
||||||
|
|
||||||
Fedora:
|
Fedora:
|
||||||
stage: testing
|
stage: testing
|
||||||
@@ -254,6 +256,8 @@ Fedora:
|
|||||||
expire_in: 1 day
|
expire_in: 1 day
|
||||||
untracked: true
|
untracked: true
|
||||||
when: always
|
when: always
|
||||||
|
exclude:
|
||||||
|
- "**/*.tmp"
|
||||||
|
|
||||||
noprocfs/Fedora:
|
noprocfs/Fedora:
|
||||||
stage: testing
|
stage: testing
|
||||||
@@ -273,6 +277,8 @@ noprocfs/Fedora:
|
|||||||
expire_in: 1 week
|
expire_in: 1 week
|
||||||
untracked: true
|
untracked: true
|
||||||
when: on_failure
|
when: on_failure
|
||||||
|
exclude:
|
||||||
|
- "**/*.tmp"
|
||||||
|
|
||||||
noprocfs/distcheck/Fedora:
|
noprocfs/distcheck/Fedora:
|
||||||
stage: testing
|
stage: testing
|
||||||
@@ -318,6 +324,8 @@ clang/Fedora:
|
|||||||
expire_in: 1 week
|
expire_in: 1 week
|
||||||
untracked: true
|
untracked: true
|
||||||
when: on_failure
|
when: on_failure
|
||||||
|
exclude:
|
||||||
|
- "**/*.tmp"
|
||||||
|
|
||||||
# Tests seccomp filters by asking seccomp to fail with a trap
|
# Tests seccomp filters by asking seccomp to fail with a trap
|
||||||
seccomp/Fedora:
|
seccomp/Fedora:
|
||||||
@@ -338,6 +346,8 @@ seccomp/Fedora:
|
|||||||
expire_in: 1 week
|
expire_in: 1 week
|
||||||
untracked: true
|
untracked: true
|
||||||
when: on_failure
|
when: on_failure
|
||||||
|
exclude:
|
||||||
|
- "**/*.tmp"
|
||||||
|
|
||||||
# Tests per-worker RLIMIT_DATA by making setrlimit failures fatal
|
# Tests per-worker RLIMIT_DATA by making setrlimit failures fatal
|
||||||
worker-memory-limit/Fedora:
|
worker-memory-limit/Fedora:
|
||||||
@@ -358,6 +368,8 @@ worker-memory-limit/Fedora:
|
|||||||
expire_in: 1 week
|
expire_in: 1 week
|
||||||
untracked: true
|
untracked: true
|
||||||
when: on_failure
|
when: on_failure
|
||||||
|
exclude:
|
||||||
|
- "**/*.tmp"
|
||||||
|
|
||||||
minimal:
|
minimal:
|
||||||
stage: testing
|
stage: testing
|
||||||
|
|||||||
Reference in New Issue
Block a user