-
Notifications
You must be signed in to change notification settings - Fork 96
Description
Is there an existing issue for this?
- I have searched the existing issues
Problem statement
The watchdog app currently does not remove test pipelines and test groups after execution, leaving behind unnecessary artifacts.
Other test resources are cleaned up using removeAfter tags. Please investigate whether the absence of these tags is the reason pipelines and groups are not cleaned up.
Expected Behavior:
If RemoveAfter
tags are missing, add them to the test pipeline and group resources.
If the tags exist but cleanup still does not happen, update the watchdog logic to ensure these resources are removed accordingly.
Proposed Solution
Action Items:
Check if RemoveAfter
tags are missing for test pipeline and group resources
Add the appropriate tags if needed
Extend the watchdog logic to handle their removal
Ensure consistent cleanup behavior with other test resources
Additional Context
No response
Metadata
Metadata
Assignees
Labels
Type
Projects
Status