RedHatQE / newa

New Errata Workflow Automation.
Apache License 2.0
0 stars 4 forks source link

report subcommand should wait for TF requests to finish #62

Closed kkaarreell closed 1 week ago

kkaarreell commented 2 months ago

While the execute step currently waits for TF to finish, it would be handy to implement similar mechanism for the report step. In cases when newa process would be terminated during the execute subcommand it would allow users to simply run the report subcommand which would check if jobs are finished, wait eventually, and then process the results.

As an alternative we could support something like execute --wait-only report, however these are two commans instead of a single one.

kkaarreell commented 2 weeks ago

This is being worked on in https://github.com/RedHatQE/newa/pull/76

kkaarreell commented 1 week ago

resolved through https://github.com/RedHatQE/newa/pull/81