[OpenStack-Infra] How to display the result of tests on the upper right of a gerrit page

Mikhail Medvedev mihailmed at gmail.com
Tue Aug 21 17:20:33 UTC 2018


On Sat, Aug 18, 2018 at 2:06 AM, Rikimaru Honjo
<honjo.rikimaru at po.ntt-tx.co.jp> wrote:
>
> Hello,
>
> I have a question about third-party CI.
>
> I'm preparing my third-party CI. So I read the following document.
>
> https://docs.openstack.org/infra/system-config/third_party.html
>
> But, I couldn't understand how to display the result of tests in the
> upper right of a gerrit page.

Hi,

The table on the gerrit page is created by the script:
https://github.com/openstack-infra/system-config/blob/d148f5f8efe9b66329600b445e9a6f4f46223896/modules/openstack_project/files/gerrit/hideci.js
. It parses all the comments posted on a patch to generate the list.
For your third-party CI to be listed on that table it should post a
comment adhering to a certain format. Press the "Toggle CI" to see
other CI comments for examples of formatting.


>
> e.g.
> I'd like to display the result of tests like IBM PowerKVM CI,INFINIDAT CI...
> of this page:
> https://review.openstack.org/#/c/593202/1
>
> Should I add my CI account to <project>-ci group?

For your CI to be able to post a comment and to be added to the table
it does not have to be added to <project>-ci group. You only need to
add your CI to <project>-ci group to vote +/-1 Verified on the
project's changes. The Verified vote would show up at the top, e.g.
"Verified +1 Zuul".

What is the name of the third-party CI you are setting up? I can add
it to the email filter list
https://review.openstack.org/#/admin/groups/270

>
> Best regards,
> --
> _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
> Rikimaru Honjo
> E-mail:honjo.rikimaru at po.ntt-tx.co.jp
>
>
> _______________________________________________
> OpenStack-Infra mailing list
> OpenStack-Infra at lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra

--
Mikhail Medvedev
IBM



More information about the OpenStack-Infra mailing list