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

2018-08-22 Thread Andreas Jaeger

Seeing this is about networking-spp, please review and approve:

https://review.openstack.org/#/c/592656/
https://review.openstack.org/#/c/592664/

Please do not have the pipeline configuration for your own CI in 
OpenStack git repos. The job definition is fine but not the pipeline - 
it fails now in OpenStack Zuul,


Andreas
--
 Andreas Jaeger aj@{suse.com,opensuse.org} Twitter: jaegerandi
  SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
   GF: Felix Imendörffer, Jane Smithard, Graham Norton,
   HRB 21284 (AG Nürnberg)
GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126


___
OpenStack-Infra mailing list
OpenStack-Infra@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra

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

2018-08-22 Thread Mikhail Medvedev
On Wed, Aug 22, 2018 at 12:50 AM, Rikimaru Honjo
 wrote:
> Hi Mikhail,
>
> Thank you for replying!
>
> On 2018/08/22 2:20, Mikhail Medvedev wrote:
>>
>> On Sat, Aug 18, 2018 at 2:06 AM, Rikimaru Honjo
>>  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.
>
> I got it.
> I confirm the comment format of my CI.
>
>>
>>>
>>> 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 -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 -ci group. You only need to
>> add your CI to -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
>
> My third-party CI is "Networking-spp Integration CI".
> This is the wiki page about it.
> https://wiki.openstack.org/wiki/ThirdPartySystems/Networking-spp_Integration_CI
>

Thanks Rikimaru, I've added networking-spp-integration-ci
 to the mail filter list.

>
>>>
>>> Best regards,
>>> --
>>> _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
>>> Rikimaru Honjo
>>> E-mail:honjo.rikim...@po.ntt-tx.co.jp
>>>
>>>
>>> ___
>>> OpenStack-Infra mailing list
>>> OpenStack-Infra@lists.openstack.org
>>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra
>>
>>
>> --
>> Mikhail Medvedev
>> IBM
>>
>
> --
> _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
> Rikimaru Honjo
> E-mail:honjo.rikim...@po.ntt-tx.co.jp
>
>
>

___
OpenStack-Infra mailing list
OpenStack-Infra@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra

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

2018-08-21 Thread Rikimaru Honjo

Hi Mikhail,

Thank you for replying!

On 2018/08/22 2:20, Mikhail Medvedev wrote:

On Sat, Aug 18, 2018 at 2:06 AM, Rikimaru Honjo
 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.

I got it.
I confirm the comment format of my CI.





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 -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 -ci group. You only need to
add your CI to -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

My third-party CI is "Networking-spp Integration CI".
This is the wiki page about it.
https://wiki.openstack.org/wiki/ThirdPartySystems/Networking-spp_Integration_CI



Best regards,
--
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
Rikimaru Honjo
E-mail:honjo.rikim...@po.ntt-tx.co.jp


___
OpenStack-Infra mailing list
OpenStack-Infra@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra


--
Mikhail Medvedev
IBM



--
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
Rikimaru Honjo
E-mail:honjo.rikim...@po.ntt-tx.co.jp




___
OpenStack-Infra mailing list
OpenStack-Infra@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra

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

2018-08-21 Thread Mikhail Medvedev
On Sat, Aug 18, 2018 at 2:06 AM, Rikimaru Honjo
 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 -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 -ci group. You only need to
add your CI to -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.rikim...@po.ntt-tx.co.jp
>
>
> ___
> OpenStack-Infra mailing list
> OpenStack-Infra@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra

--
Mikhail Medvedev
IBM

___
OpenStack-Infra mailing list
OpenStack-Infra@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra