User story
As an admin, I would like to know which Runs we could potentially delete so as to save space/cost.
Code Ocean Capsules and Pipelines have many Runs that store output files. In many cases these runs are part of the normal testing cycle and can be removed.
Acceptance criteria
Sprint Ready Checklist
Notes
This script should not actually delete data - that will be a separate task.
*Original issue:
Code Ocean Capsules and Pipelines have many Runs that store output files. In many cases these runs are part of the normal testing cycle and can be removed.
Write a script uses the Code Ocean API to identify Runs that we could potentially delete. The script should output a CSV with the following columns:
1. Capsule name
2. Run date / time
3. Whether the Run was captured as a Data Asset
4. Total size of files
We should be able to generate this report whenever we like. Actually deleting data will be a separate task.
User story
As an admin, I would like to know which Runs we could potentially delete so as to save space/cost.
Code Ocean Capsules and Pipelines have many Runs that store output files. In many cases these runs are part of the normal testing cycle and can be removed.
Acceptance criteria
Sprint Ready Checklist
Notes
This script should not actually delete data - that will be a separate task.
*Original issue: