start pipeline when ready
When we push to an uprev branch (for the first testing or for the verification of a candidate when already in the MR) a pipeline is created. The tool waits for these pipelines to be ready to trigger the build jobs by waiting until the pipeline is in manual
status.
In virglrenderer, there are some sanity jobs that are triggered automatically when the pipeline is created. That means the pipeline will be in running
status for a while until those jobs complete. This means a delay of 5 or 10 minutes to trigger the build jobs.
With this change, we consider a pipeline ready to trigger build jobs when it is in manual, like before, but also when it is in running. And we save uprev execution time.