Add ci-fairy wait-for-pipeline
Intention here: have some command that tracks the pipeline after pushing so I don't have to look at the website.
It defaults to the data from CWD, so it can be run without arguments immediately after pushing. Currently running here for this MR with:
$ ci-fairy wait-for-pipeline
Pipeline https://gitlab.freedesktop.org/whot/ci-templates/-/pipelines/219577
status: running | 0/86 | created: 82 | pending: 0 | running: 4 | failed: 0 | success: 0
and should eventually finish with exit code 0 or 1, depending on whether the pipeline failed.
Edited by Peter Hutterer