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

services/kill.py: Allow admins to kill any run #55

Merged
merged 11 commits into from
Nov 26, 2024
Merged

services/kill.py: Allow admins to kill any run #55

merged 11 commits into from
Nov 26, 2024

Conversation

VallariAg
Copy link
Member

@VallariAg VallariAg commented Apr 24, 2024

Admins are users who are on "Ceph" team on github.
This PR also improves error handling for kill route.

Contribution Guidelines

To sign and test your commits, please refer to Contibution guidelines.

Checklist

Copy link
Member

@kamoltat kamoltat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor coding style comments and env variable stuff, other than that, everything else looks fine

src/teuthology_api/services/helpers.py Outdated Show resolved Hide resolved
src/teuthology_api/services/helpers.py Outdated Show resolved Hide resolved
src/teuthology_api/services/kill.py Show resolved Hide resolved
kamoltat
kamoltat previously approved these changes Sep 30, 2024
Copy link
Member

@kamoltat kamoltat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a little nit, otherwise I think everything else looks great

src/teuthology_api/services/kill.py Outdated Show resolved Hide resolved
"scheduled_<username>@teuthology" is the default owner name if
run is scheduled from teuthology CLI tool. This commit allows
users of same github username to recognize it as their jobs.

Also fix how run_owner is determined. In teuthology, runs ownership
is deteremined by job's "owner" and not run's "user" value.

Signed-off-by: Vallari Agrawal <[email protected]>
And decode kill-cmd output logs.

Signed-off-by: Vallari Agrawal <[email protected]>
For example, value of "--preserve-queues" is boolean in /kill request
schema. If it's true, add it to the kill cmd, otherwise don't add the
flag.

Signed-off-by: Vallari Agrawal <[email protected]>
Signed-off-by: Vallari Agrawal <[email protected]>
kamoltat
kamoltat previously approved these changes Nov 25, 2024
Copy link
Member

@kamoltat kamoltat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor comment, other than that it is good to go!

src/teuthology_api/routes/kill.py Outdated Show resolved Hide resolved
Errors are logged for HTTPError and Exception,
also log them for HTTPException before raising
the exception.

Signed-off-by: Vallari Agrawal <[email protected]>
Copy link
Member

@kamoltat kamoltat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kamoltat kamoltat merged commit 6ae963e into main Nov 26, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improving existing feature or logic
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants