-
Task
-
Resolution: Unresolved
-
Major
-
None
-
None
-
2
-
False
-
None
-
False
-
-
Background:
We are currently using AWS S3 for Tekton Results performance testing, storing logs in the bucket persistently.
Once we run the tests in CI and collect all those metrics and data, these logs stored in the S3 will be irrelevant.
Since it's persistent data, the usage of resources in S3 keeps increasing and also it gets reflected in Costs and Billing as well. So this task's purpose is to to enable pruner and delete the logs which are there in s3 bucket for more than 8 hours.
Acceptance criteria:
- Setup a pruner that deletes the data objects inside the bucket that are present for more than 8 hours
- Run a CI test or create an object in the S3 bucket and validate that it gets deleted after 8 hours