Actions
action #109560
openAdd openqa-cli sub-command for async scheduling and keeping track of the result
Start date:
2022-04-06
Due date:
% Done:
0%
Estimated time:
Description
Motivation¶
Asynchronous scheduling allows avoiding us to run into a timeout (in practice most likely a proxy timeout; then the scheduling still might have succeed despite the error). The only problem is that one needs to actively poll for the result. It would be useful if openqa-cli had a sub-command to take care of it (similar to this Bash example) because in some contexts like https://github.com/os-autoinst/openqa-trigger-from-obs it can be very inconvenient having to implement that manually (see https://progress.opensuse.org/issues/109292#note-15).
Acceptance criteria¶
AC1: openqa-cli
has a sub-command that allows scheduling an iso asynchronously keeping track of the result.
Actions