Actions
action #108052
openConsistently handle results between retry runs
Start date:
2022-02-17
Due date:
% Done:
0%
Estimated time:
Description
Observation¶
https://progress.opensuse.org/issues/107002#note-16
We don't generally clear, or "version" results between retry runs. So we can run out of space depending on where tests are run i.e. GHA, CircleCI or locally.
coverdb is handled as a hook.
Acceptance criteria¶
- AC1:
Suggestions¶
- Delete all results before re-trying
- Add version suffixes to folders, and limit the amount of folders depending on the environment
Updated by livdywan over 2 years ago
- Copied from action #107002: Expose fullstack test video from pool directory in CI size:M added
Updated by livdywan over 2 years ago
- Subject changed from Expose fullstack test video from pool directory in CI size:M to Consistently handle results between retry runs
Updated by tinita over 2 years ago
Result dirs are saved in temp directories which get deleted automatically, or they use the same directory over and over again and get deleted between the runs. So I wonder where the used space comes from. Maybe it should be investigated first where the space is used.
Actions