Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task: Reduce artifacts in GitLab #1471

Open
1 task
DanielSiepmann opened this issue Sep 25, 2024 · 1 comment
Open
1 task

Task: Reduce artifacts in GitLab #1471

DanielSiepmann opened this issue Sep 25, 2024 · 1 comment
Assignees
Labels

Comments

@DanielSiepmann
Copy link
Contributor

DanielSiepmann commented Sep 25, 2024

Goal

Reduce disk usage by artifacts within GitLab.
Stephan Großberndt reported our repo is using more than 2 GiB on disk space due to artifacts.

Acceptance Criteria

  • I am sorry and can't provide concrete numbers. For now I'd say we should remove all artifacts older than 5 days? But I'm open for discussion.

Additional Information

I've already disabled "Keep artifacts from most recent successful jobs" within the repository, see: https://git.typo3.org/help/ci/jobs/job_artifacts#keep-artifacts-from-most-recent-successful-jobs for docs.

But we still have expire_in: 2 weeks within https://git.typo3.org/qa/example-extension/-/blob/main/.gitlab/pipeline/jobs/build-composer-dependencies.yml?ref_type=heads and maybe other values in other files.

And I'm currently removing old artifacts by hand.

@DanielSiepmann
Copy link
Contributor Author

@lukaszuznanski I guess you have most experience in that area. Would you be willing to investigate and adjust the CI? Let me know if you need further info or support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants