Skip to content

[TECH DEBT] Watchdog does not clean up test pipeline and groups #4226

@pritishpai

Description

@pritishpai

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

No one assigned

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions