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

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

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

Signed-off-by: Vallari Agrawal <val.agl002@gmail.com>
"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 <val.agl002@gmail.com>
Signed-off-by: Vallari Agrawal <val.agl002@gmail.com>
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
Signed-off-by: Vallari Agrawal <val.agl002@gmail.com>
And decode kill-cmd output logs.

Signed-off-by: Vallari Agrawal <val.agl002@gmail.com>
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 <val.agl002@gmail.com>
Signed-off-by: Vallari Agrawal <val.agl002@gmail.com>
@zmc zmc requested a review from kamoltat August 28, 2024 22:29
Signed-off-by: Vallari Agrawal <val.agl002@gmail.com>
Signed-off-by: Vallari Agrawal <val.agl002@gmail.com>
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