----- 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 8:12:16 AM
> Subject: Re: [PATCH 0/5] QEMU Gating CI
> 
> On Mon, 16 Mar 2020 at 12:04, Cleber Rosa <[email protected]> wrote:
> > 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.
> 
> Yes, the local branch is something else for the purposes of
> testing this series. But using --commit doesn't work either:
> 
> $ ./contrib/ci/scripts/gitlab-pipeline-status --verbose --commit
> 81beaaab0851fe8c4db971 --wait
> ERROR: No pipeline found
> failure
> 

This may be a bug in the script because I was not expecting two
pipelines for the same commit. Checking...

> On the web UI:
> https://gitlab.com/qemu-project/qemu/pipelines
> the pipelines are marked "stuck" (I don't know why there
> are two of them for the same commit); drilling down,
> the build part has completed but all the test parts are
> pending with "This job is stuck because you don't have
> any active runners online with any of these tags assigned
> to them" type messages.
> 

I had also not come across the duplicate pipelines, so I'm trying
to understand what's that about.

About the runners and the fact that the job is stuck without them,
the message seems straightforward enough, but I can't get to the
project configuration to look at the registered runners with my
current permissions (set as "developer").

> thanks
> -- PMM
> 
> 

Thanks,
- Cleber.


Reply via email to