Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cleanup): cleanup sct-runner when logs collected
When test fail, often sct-runners are kept for long - especially in perf tests. This is because of broken/unclear logic behind setting sct-runner keep flags. Fixed that logic to: - when test timeouted and logs collected, keep sct-runner for another 6 h - if logs were collected, regardless of test status, terminate sct-runner immediately - otherwise keep for additional 48h
- Loading branch information