action #151570
open[qe-core] Cleanup openQA jobgroups
0%
Description
On both openqa.suse.de and openqa.opensuse.org we have many old job groups that are unused but were never deleted, likely due to the missing option in the web-ui (see https://progress.opensuse.org/issues/57170).
I understand there might be little performance impact on leaving them be, but if there is no business reason to keep them I think is time to do some cleanup.
AC1: Find out if old job groups can be deleted or there is some reason to keep them
AC2: Check how difficult would be to implement the delete button in the ui
AC3: Clean up what is possible
Updated by osukup about 1 year ago
api/v1/job_groups/<group_id:num> DELETE
call deletes a job group. Verifies that it is not empty before attempting to remove it.
so first must be content of job group cleaned then api call to delete job group.