-
Notifications
You must be signed in to change notification settings - Fork 11
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
Idea: use argus to notify about resources running #419
Comments
I think it would be better to avoid listing QA/timer as much as we can. if Argus would have api to get the assignee, SCT would be able to switch the resources on creation A nice addition would be also ability to relabel resources, and then Argus can trigger a pipeline to assign the new assignee, when switching the investigation to someone else. I would rather not add any background processes like that to Argus itself. |
idea: make cleanup scripts to update machines labels based on Argus information |
update also machines that are no eligible for cleanup - so, when someone reassigns running test to someone else, machines ownership will be transferred too. |
The recent client update allows getting state of the run by id, so it can be used to retrieve assignee - what we're missing is then some endpoint to resolve the assignee id to user information (aside from using |
@k0machi to clarify: we can get for each test-id an assignee id and get a map assignee->name from |
Yes, that's what currently possible with the current |
@soyacz let's check if we have the users API now that can get users of a job |
Currently we have problem that left instances created by 'QA' are not cleaned promptly (and not only for QA tag). This is due no real ownership or just user omission.
In Argus we have information about resources and tests and assignee (and who started the test). Idea is to notify appropriately in Argus responsible persons (in order: Assignee->who started->specific unfortunate user who will be the last resort for cleanup).
Especially now with 'clean resources' button in resources tab.
The text was updated successfully, but these errors were encountered: