diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-07-30 09:27:48 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-07-30 09:27:48 +0200 |
| commit | 09dd0e7d8bc21181c01198c3346dccba386eac92 (patch) | |
| tree | ee476d319496e709c6e9d16aebeea307cc9736e8 | |
| parent | 0958e712a762374b4706015fe225215678906dd8 (diff) | |
| download | kernel-09dd0e7d8bc21181c01198c3346dccba386eac92.tar.xz kernel-09dd0e7d8bc21181c01198c3346dccba386eac92.zip | |
ci: extend build stage artifacts lifetime
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ca414a99..6bf8b8bc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ build:bht: - build/$PRESET/ reports: codequality: code-quality-$PRESET.json - expire_in: 5 min + expire_in: 15 min parallel: matrix: - PRESET: ["bht", "bht-tsan"] |
