Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move suite runner deletion to its own function #274

Open
t-persson opened this issue Sep 18, 2024 · 0 comments
Open

Move suite runner deletion to its own function #274

t-persson opened this issue Sep 18, 2024 · 0 comments

Comments

@t-persson
Copy link
Collaborator

Description

We delete suite runners right after setting the Suite runner finished condition. If that, for some reason, fails we will never try to delete the suite runner again.
Move the deletion to its own function with its own checks so that we delete stale suite runners on each reconciliation.

Additional Context

No response

Further links

https://github.com/eiffel-community/etos/blob/main/internal/controller/testrun_controller.go#L331

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant