Reduce expiry time for CI artifacts.
Issue/feature addressed
Gitlab runs out of disk space regularly due to the volume of CI job artifacts being retained.
Proposed solution
Reduce the expiry time of job artifacts to 14 days (from 1 month), so they are deleted sooner.
Implementation
Modify expire_in
option in .gitlab-ci.yml
.
Tests
Suggested reviewers
Notes
Most job artifact expiry times inherit from the base build-and-test-template, some were set explicitly, so the latter have been removed.
Checklist
[ ] Functions and classes, or changes to them, are documented.[ ] User guide/documentation is updated.[ ] Changelog is updated.[ ] Suitable tests added for new functionality.[ ] Contributed code is correctly formatted. (See the contributing guidelines).[ ] License added to any new files.[ ] No extraneous files have been added (e.g. compiler output or test data files).