From: Cleber Rosa <crosa@redhat.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: "Fam Zheng" <fam@euphon.net>, "Thomas Huth" <thuth@redhat.com>,
"Beraldo Leal" <bleal@redhat.com>,
"Erik Skultety" <eskultet@redhat.com>,
"Alex Bennée" <alex.bennee@linaro.org>,
"Wainer Moschetta" <wmoschet@redhat.com>,
"QEMU Developers" <qemu-devel@nongnu.org>,
"Wainer dos Santos Moschetta" <wainersm@redhat.com>,
"Willian Rampazzo" <wrampazz@redhat.com>,
"Philippe Mathieu-Daudé" <philmd@redhat.com>,
"Eduardo Habkost" <ehabkost@redhat.com>
Subject: Re: [PATCH 0/5] QEMU Gating CI
Date: Mon, 16 Mar 2020 08:30:57 -0400 (EDT) [thread overview]
Message-ID: <851954454.1335604.1584361857229.JavaMail.zimbra@redhat.com> (raw)
In-Reply-To: <849930679.1334346.1584361606961.JavaMail.zimbra@redhat.com>
----- Original Message -----
> From: "Cleber Rosa" <crosa@redhat.com>
> To: "Peter Maydell" <peter.maydell@linaro.org>
> Cc: "Alex Bennée" <alex.bennee@linaro.org>, "QEMU Developers" <qemu-devel@nongnu.org>, "Fam Zheng" <fam@euphon.net>,
> "Eduardo Habkost" <ehabkost@redhat.com>, "Beraldo Leal" <bleal@redhat.com>, "Philippe Mathieu-Daudé"
> <philmd@redhat.com>, "Thomas Huth" <thuth@redhat.com>, "Wainer dos Santos Moschetta" <wainersm@redhat.com>, "Erik
> Skultety" <eskultet@redhat.com>, "Willian Rampazzo" <wrampazz@redhat.com>, "Wainer Moschetta" <wmoschet@redhat.com>
> Sent: Monday, March 16, 2020 8:26:46 AM
> Subject: Re: [PATCH 0/5] QEMU Gating CI
>
>
>
> ----- Original Message -----
> > From: "Peter Maydell" <peter.maydell@linaro.org>
> > To: "Cleber Rosa" <crosa@redhat.com>
> > Cc: "Alex Bennée" <alex.bennee@linaro.org>, "QEMU Developers"
> > <qemu-devel@nongnu.org>, "Fam Zheng" <fam@euphon.net>,
> > "Eduardo Habkost" <ehabkost@redhat.com>, "Beraldo Leal" <bleal@redhat.com>,
> > "Philippe Mathieu-Daudé"
> > <philmd@redhat.com>, "Thomas Huth" <thuth@redhat.com>, "Wainer dos Santos
> > Moschetta" <wainersm@redhat.com>, "Erik
> > Skultety" <eskultet@redhat.com>, "Willian Rampazzo" <wrampazz@redhat.com>,
> > "Wainer Moschetta" <wmoschet@redhat.com>
> > 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 <crosa@redhat.com> 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...
>
Looks like the GitLab API requires a 40 char commit ID, so this
should work:
$ ./contrib/ci/scripts/gitlab-pipeline-status --verbose --commit 81beaaab0851fe8c4db971df555600152bb83a6c --wait
It'll stay silent at first, but then will print a message every 60 seconds.
Thanks,
- Cleber.
next prev parent reply other threads:[~2020-03-16 13:41 UTC|newest]
Thread overview: 57+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-12 19:36 [PATCH 0/5] QEMU Gating CI Cleber Rosa
2020-03-12 19:36 ` [PATCH 1/5] tests/docker: add CentOS 8 Dockerfile Cleber Rosa
2020-03-13 8:46 ` Erik Skultety
2020-03-13 14:06 ` Alex Bennée
2020-03-13 14:59 ` Cleber Rosa
2020-03-13 14:07 ` Alex Bennée
2020-03-12 19:36 ` [PATCH 2/5] tests/docker: make "buildah bud" output similar to "docker build" Cleber Rosa
2020-03-14 15:26 ` Alex Bennée
2020-03-12 19:36 ` [PATCH 3/5] GitLab CI: avoid calling before_scripts on unintended jobs Cleber Rosa
2020-03-12 19:36 ` [PATCH 4/5] GitLab Gating CI: introduce pipeline-status contrib script Cleber Rosa
2020-03-13 13:56 ` Peter Maydell
2020-03-13 15:01 ` Cleber Rosa
2020-06-18 11:45 ` Daniel P. Berrangé
2020-06-22 14:20 ` Cleber Rosa
2020-06-23 17:59 ` Cleber Rosa
2020-07-02 8:55 ` Philippe Mathieu-Daudé
2020-03-12 19:36 ` [PATCH 5/5] GitLab Gating CI: initial set of jobs, documentation and scripts Cleber Rosa
2020-03-12 22:00 ` [PATCH 0/5] QEMU Gating CI Peter Maydell
2020-03-12 22:16 ` Cleber Rosa
2020-03-13 13:55 ` Peter Maydell
2020-03-13 14:58 ` Cleber Rosa
2020-03-16 11:57 ` Peter Maydell
2020-03-16 12:04 ` Cleber Rosa
2020-03-16 12:12 ` Peter Maydell
2020-03-16 12:26 ` Cleber Rosa
2020-03-16 12:30 ` Cleber Rosa [this message]
2020-03-16 14:57 ` Peter Maydell
2020-03-17 4:59 ` Cleber Rosa
2020-03-17 9:29 ` Peter Maydell
2020-03-17 14:12 ` Cleber Rosa
2020-03-17 14:24 ` Peter Maydell
2020-03-19 16:33 ` Markus Armbruster
2020-03-19 23:53 ` Cleber Rosa
2020-04-21 12:53 ` Peter Maydell
2020-04-23 17:04 ` Cleber Rosa
2020-04-23 17:13 ` Daniel P. Berrangé
2020-04-23 17:36 ` Cleber Rosa
2020-04-23 17:50 ` Peter Maydell
2020-04-27 4:43 ` Cleber Rosa
2020-04-24 9:30 ` Daniel P. Berrangé
2020-04-24 9:39 ` Philippe Mathieu-Daudé
2020-04-27 5:36 ` Cleber Rosa
2020-04-23 21:28 ` Philippe Mathieu-Daudé
2020-04-24 6:57 ` Erik Skultety
2020-04-27 5:24 ` Cleber Rosa
2020-04-27 8:51 ` Andrea Bolognani
2020-04-27 5:12 ` Cleber Rosa
2020-04-27 10:51 ` Philippe Mathieu-Daudé
2020-04-27 14:28 ` Cleber Rosa
2020-04-27 14:41 ` Philippe Mathieu-Daudé
2020-04-27 15:19 ` Cleber Rosa
2020-04-27 15:20 ` Daniel P. Berrangé
2020-06-16 1:27 ` Cleber Rosa
2020-03-16 12:38 ` Daniel P. Berrangé
2020-03-16 12:46 ` Cleber Rosa
2020-03-16 13:11 ` Alex Bennée
2020-03-16 15:38 ` Aleksandar Markovic
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=851954454.1335604.1584361857229.JavaMail.zimbra@redhat.com \
--to=crosa@redhat.com \
--cc=alex.bennee@linaro.org \
--cc=bleal@redhat.com \
--cc=ehabkost@redhat.com \
--cc=eskultet@redhat.com \
--cc=fam@euphon.net \
--cc=peter.maydell@linaro.org \
--cc=philmd@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=thuth@redhat.com \
--cc=wainersm@redhat.com \
--cc=wmoschet@redhat.com \
--cc=wrampazz@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.