----- Original Message -----
> From: "Peter Maydell" <[email protected]>
> To: "Cleber Rosa" <[email protected]>
> Cc: "Alex Bennée" <[email protected]>, "QEMU Developers"
> <[email protected]>, "Fam Zheng" <[email protected]>,
> "Eduardo Habkost" <[email protected]>, "Beraldo Leal" <[email protected]>,
> "Philippe Mathieu-Daudé"
> <[email protected]>, "Thomas Huth" <[email protected]>, "Wainer dos Santos
> Moschetta" <[email protected]>, "Erik
> Skultety" <[email protected]>, "Willian Rampazzo" <[email protected]>,
> "Wainer Moschetta" <[email protected]>
> Sent: Monday, March 16, 2020 7:57:33 AM
> Subject: Re: [PATCH 0/5] QEMU Gating CI
>
> On Thu, 12 Mar 2020 at 22:16, Cleber Rosa <[email protected]> wrote:
> > The quick answer is:
> >
> > $ git push [email protected]:qemu-project/qemu.git my-branch:staging
>
> So I did this bit...
>
> > Once that push happens, you could use:
> >
> > $ contrib/ci/scripts/gitlab-pipeline-status --verbose --wait
>
> ...but this script just says:
>
> $ ./contrib/ci/scripts/gitlab-pipeline-status --verbose --wait
> ERROR: No pipeline found
> failure
>
Hi Peter,
A few possible reasons come to my mind:
1) It usually takes a few seconds after the push for the pipeline to
2) If you've pushed to a repo different than gitlab.com/qemu-project/qemu,
you'd have to tweak the project ID (-p|--project-id).
3) The local branch is not called "staging", so the script can not find the
commit ID, in that case you can use -c|--commit.
> thanks
> -- PMM
>
>
Please let me know if any of these points helps.
Cheers,
- Cleber.