action #68029
opencoordination #10316: [epic] Better command line options extending "client"
Implement convenience wrappers around API routes
0%
Description
| entry point | actions | descriptions
|-------------+-------------+---------------------------------------------------------|
| test | restart | restarts a test. Restarts the parent if the parent status is not success, or explicity requested |
| | stop/cancel | stop/cancel tests that match certain conditions|
| | clone | clone a test from a host to another host. |
| | status | returns the status of a test (run, failed, softfailed, canceled) |
| | search | search for tests according to the inputs |
| | info | display several information regarding a test (details, settings, comments, previous results...)|
| worker | search | search for workers according to the inputs |
| | info | display several information regarding a worker (host, instance, properties, status...) |
| group | search | search for groups according to the inputs |
| | info | display several information regarding a group (name, tests, prio, arch, latest build results)|
| build | search | search for builds according to the inputs |
| | info | display build information (flavor, tests, archs, status) |
| | restart | restart tests that belongs to a build that match certain conditions |
| | new | create a new build according to the parameters passed (equivalent to the current "isos post") |
Full proposal: proposals.txt
User story based on a suggestion from #10316 made by @szarate
Updated by okurz almost 5 years ago
- Target version changed from Ready to future
For now left for community :)