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

Delete CI reports after 14 days #253

Merged
merged 1 commit into from
Nov 16, 2023
Merged

Conversation

DrizzlyOwl
Copy link
Collaborator

@DrizzlyOwl DrizzlyOwl commented Nov 16, 2023

In order to not hoard CI report files forever, we should delete them after a set number of days.

Changes

Adds a lifecycle to the files within the storage account. They will move from 'hot' (frequently accessed) tier to 'cool' (infrequently accessed) after 7 days from the point of creation. After 14 days from the point of creation, the blobs will be deleted.

@DrizzlyOwl DrizzlyOwl force-pushed the ci-storage-blob-lifecycle branch from ef20187 to f22ba84 Compare November 16, 2023 15:05
@DrizzlyOwl DrizzlyOwl changed the title Delete CI reports after 30 days Delete CI reports after 14 days Nov 16, 2023
@DrizzlyOwl DrizzlyOwl merged commit 1a4fc10 into main Nov 16, 2023
9 checks passed
@DrizzlyOwl DrizzlyOwl deleted the ci-storage-blob-lifecycle branch November 16, 2023 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants