[openstack-dev] [CI] [zuul] Can not vote +/-1 verified into gerrit server

Watanabe, Isao watanabe_isao at jp.fujitsu.com
Tue Sep 15 01:21:18 UTC 2015


Hello, Ramy

Thank you for your help very much.

Best regards,
Watanabe.isao


> -----Original Message-----
> From: Asselin, Ramy [mailto:ramy.asselin at hp.com]
> Sent: Friday, September 11, 2015 8:56 PM
> To: OpenStack Development Mailing List (not for usage questions)
> Subject: Re: [openstack-dev] [CI] [zuul] Can not vote +/-1 verified into
> gerrit server
> 
> Follow these instructions to get permission from cinder: [1] Ramy
> 
> [1]
> http://docs.openstack.org/infra/system-config/third_party.html#permissio
> ns-on-your-third-party-system
> 
> -----Original Message-----
> From: Watanabe, Isao [mailto:watanabe_isao at jp.fujitsu.com]
> Sent: Friday, September 11, 2015 2:26 AM
> To: OpenStack Development Mailing List (not for usage questions)
> Subject: Re: [openstack-dev] [CI] [zuul] Can not vote +/-1 verified into
> gerrit server
> 
> Hello, Ramy
> 
> Thank you for your help.
> Could you do me another favor, please.
> I need to move our CI from sandbox to cinder later.
> Do I need to register the CI to anywhere, so that the CI could test new patch
> set in cinder project, please?
> 
> Best regards,
> Watanabe.isao
> 
> 
> 
> > -----Original Message-----
> > From: Asselin, Ramy [mailto:ramy.asselin at hp.com]
> > Sent: Friday, September 11, 2015 12:07 PM
> > To: OpenStack Development Mailing List (not for usage questions)
> > Subject: Re: [openstack-dev] [CI] [zuul] Can not vote +/-1 verified
> > into gerrit server
> >
> > Done. Thank you for adding your CI system to the wiki.
> >
> > Ramy
> >
> > -----Original Message-----
> > From: Watanabe, Isao [mailto:watanabe_isao at jp.fujitsu.com]
> > Sent: Thursday, September 10, 2015 8:00 PM
> > To: OpenStack Development Mailing List (not for usage questions)
> > Subject: Re: [openstack-dev] [CI] [zuul] Can not vote +/-1 verified
> > into gerrit server
> >
> > Hello, Ramy
> >
> > Could you please add the following CI to the third-party ci group, too.
> >
> > Fujitsu ETERNUS CI
> >
> > We are preparing this CI test system, and going to use this CI system
> > to test Cinder.
> > The wiki of this CI:
> > <https://wiki.openstack.org/wiki/ThirdPartySystems/Fujitsu_ETERNUS_CI>
> >
> > Thank you very much.
> >
> > Best regards,
> > Watanabe.isao
> >
> >
> >
> > > -----Original Message-----
> > > From: Asselin, Ramy [mailto:ramy.asselin at hp.com]
> > > Sent: Thursday, September 10, 2015 8:00 PM
> > > To: OpenStack Development Mailing List (not for usage questions)
> > > Subject: Re: [openstack-dev] [CI] [zuul] Can not vote +/-1 verified
> > > into gerrit server
> > >
> > > I added Fnst OpenStackTest CI
> > > <https://review.openstack.org/#/q/owner:openstack_dev%2540163.com+st
> > > at us :open,n,z>  to the third-party ci group.
> > >
> > > Ramy
> > >
> > >
> > >
> > > From: Evgeny Antyshev [mailto:eantyshev at virtuozzo.com]
> > > Sent: Thursday, September 10, 2015 3:51 AM
> > > To: OpenStack Development Mailing List (not for usage questions)
> > > Subject: Re: [openstack-dev] [CI] [zuul] Can not vote +/-1 verified
> > > into gerrit server
> > >
> > >
> > >
> > >
> > >
> > > On 10.09.2015 11:30, Xie, Xianshan wrote:
> > >
> > > 	Hi, all,
> > >
> > > 	   In my CI environment, after submitting a patch into
> > > openstack-dev/sandbox,
> > >
> > > 	the Jenkins Job can be launched automatically, and the result
> > > message of the job also can be posted into the gerrit server successfully.
> > >
> > > 	Everything seems fine.
> > >
> > >
> > >
> > > 	But in the "Verified" column, there is no verified vote, such as +1
> > > or -1.
> > >
> > > You will be able when your CI account is added to "Third-Party CI"
> > > group on review.openstack.org
> > > https://review.openstack.org/#/admin/groups/270,members
> > > I advice you to ask for such a permission in an IRC meeting for
> > > third-party CI maintainers:
> > > https://wiki.openstack.org/wiki/Meetings/ThirdParty
> > > But you still won't be able to vote on other projects, except the sandbox.
> > >
> > >
> > >
> > >
> > > 	(patch url: https://review.openstack.org/#/c/222049/
> > > <https://review.openstack.org/#/c/222049/> ,
> > >
> > > 	CI name:  Fnst OpenStackTest CI)
> > >
> > >
> > >
> > > 	Although I have already added the "verified" label into the
> > > layout.yaml , under the check pipeline, it does not work yet.
> > >
> > >
> > >
> > > 	And my configuration info is setted as follows:
> > >
> > > 	Layout.yaml
> > >
> > > 	-------------------------------------------
> > >
> > > 	pipelines:
> > >
> > > 	  - name: check
> > >
> > > 	   trigger:
> > >
> > > 	     gerrit:
> > >
> > > 	      - event: patchset-created
> > >
> > > 	      - event: change-restored
> > >
> > > 	      - event: comment-added
> > >
> > > 	...
> > >
> > > 	   success:
> > >
> > > 	    gerrit:
> > >
> > > 	      verified: 1
> > >
> > > 	   failure:
> > >
> > > 	    gerrit:
> > >
> > > 	      verified: -1
> > >
> > >
> > >
> > > 	jobs:
> > >
> > > 	   - name: noop-check-communication
> > >
> > > 	      parameter-function: reusable_node
> > >
> > > 	projects:
> > >
> > > 	- name: openstack-dev/sandbox
> > >
> > > 	   - noop-check-communication
> > >
> > > 	-------------------------------------------
> > >
> > >
> > >
> > >
> > >
> > > 	And the projects.yaml of Jenkins job:
> > >
> > > 	-------------------------------------------
> > >
> > > 	- project:
> > >
> > > 	name: sandbox
> > >
> > > 	jobs:
> > >
> > > 	      - noop-check-communication:
> > >
> > > 	         node: 'devstack_slave || devstack-precise-check || d-p-c'
> > >
> > > 	...
> > >
> > > 	-------------------------------------------
> > >
> > >
> > >
> > > 	Could anyone help me? Thanks in advance.
> > >
> > >
> > >
> > > 	Xiexs
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > 	________________________________________________________________
> > > __________
> > > 	OpenStack Development Mailing List (not for usage questions)
> > > 	Unsubscribe:
> > > OpenStack-dev-request at lists.openstack.org?subject:unsubscribe
> > > 	http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-de
> > > v
> > >
> > >
> >
> >
> > ______________________________________________________________________
> > __
> > __
> > OpenStack Development Mailing List (not for usage questions)
> > Unsubscribe:
> > OpenStack-dev-request at lists.openstack.org?subject:unsubscribe
> > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
> >
> > ______________________________________________________________________
> > __
> > __
> > OpenStack Development Mailing List (not for usage questions)
> > Unsubscribe:
> > OpenStack-dev-request at lists.openstack.org?subject:unsubscribe
> > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
> 
> ________________________________________________________________________
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe:
> OpenStack-dev-request at lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
> 
> ________________________________________________________________________
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe:
> OpenStack-dev-request at lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev



More information about the OpenStack-dev mailing list