Actions
action #15494
closedopenQA Tests (public) - action #13560: Prevent incomplete builds by waiting for all architectures before testing
api: Add possibility to update group of jobs
Start date:
2016-12-14
Due date:
% Done:
0%
Estimated time:
Description
User story¶
As a reviewer of product related job groups I want to move jobs of incomplete/obsolete out of a group to clean up the overview of uninteresting results
acceptance criteria¶
- AC1: the job group of an existing job can be changed using the API
- AC2: only operators and admins can do this
- AC3: the group updated jobs do not show up in the old group anymore but only in the new job group
tasks¶
- there are already routes for setting status and such, add one for job group
- crosscheck authentication
Updated by mkittler about 8 years ago
- Status changed from New to In Progress
Updated by mkittler about 8 years ago
- Status changed from In Progress to Feedback
Can not check myself whether it works in production.
Updated by mkittler almost 8 years ago
- Status changed from Feedback to In Progress
Since client script doesn't support sending JSON data yet I'll continue adding this feature before considering this done.
Updated by okurz almost 8 years ago
https://github.com/os-autoinst/openQA/pull/1150 was adding the functionality to the client to update the job group, e.g. with openqa-client jobs/639172 put --json-data '{"group_id": 1}'
Actions