Skip to content

Improve gitlab-ci for speed and size

David Runge requested to merge gitlab_improvements into main

.gitlab-ci.yml: Remove artifacts after two weeks to conserve space. Make all jobs interruptable, to not run jobs that would be superseded by newer ones (in follow-up commits or when force-pushing).

Merge request reports