Re: [OpenStack-Infra] How to create a branch and/or tag for a stackforge project?

2014-10-31 Thread Jeremy Stanley
On 2014-11-01 00:49:34 +0800 (+0800), Jerry Xinyu Zhao wrote: > 1. Does your release team group have those permissions: > [access "refs/tags/*"] >         create = group GROUP_NAME The create permission is not needed (current examples hopefully do not list it and as far as I know we've deleted all

Re: [OpenStack-Infra] [openstack-infra] [third-party CI] Hardware requirements for setting up CI environment

2014-10-31 Thread Jay Pipes
Also note that you typically need at least 40G in disk space if you're running the tempest+devstack_gate tests... -jay On 10/31/2014 12:38 PM, Doug Wiegley wrote: Some extra numbers, to explore the lower limits. The A10/Neutron CI uses the following VMs: Jenkins/zuul/gearman, Ubuntu 14.04, 1

Re: [OpenStack-Infra] How to create a branch and/or tag for a stackforge project?

2014-10-31 Thread Jerry Xinyu Zhao
1. Does your release team group have those permissions: [access "refs/tags/*"] create = group GROUP_NAME pushTag = group GROUP_NAME 2. You can create other branches by submitting a patch to change the acl file, here is a patch i did: https://review.openstack.org/#/c/93201/1/modules

Re: [OpenStack-Infra] [openstack-infra] [third-party CI] Hardware requirements for setting up CI environment

2014-10-31 Thread Doug Wiegley
Some extra numbers, to explore the lower limits. The A10/Neutron CI uses the following VMs: Jenkins/zuul/gearman, Ubuntu 14.04, 1 vcpu, 1GB ram (t2.micro) Devstack-gate, Ubuntu 14.04, 1 vcpu, 4GB ram (t2.medium) Note that 4GB doesn’t work if you enable swift; that needs 8gb and more cores. Sin

Re: [OpenStack-Infra] How to create a branch and/or tag for a stackforge project?

2014-10-31 Thread Aaron Rosen
Hrm, I was able to successfully push a tag following those instructions. Can you provide the output gerrit is returning you? Aaron On Thu, Oct 30, 2014 at 4:40 PM, Sumit Naiksatam wrote: > Hi, > > I asked this question in -infra and I was pointed to this: > https://wiki.openstack.org/wiki/Gerr

Re: [OpenStack-Infra] Unable to check-in code due to missing contact info in ICLA agreement

2014-10-31 Thread Kishore, Juigil
Hi Jimmy, Thank you for the information. As you mentioned I tried to register at https://www.openstack.org/join/register, but it says that my email address is already in use by another user. This might be because I have registered as Presentation User. It would be really helpful if you can compl

Re: [OpenStack-Infra] Junior Jobs, possibly around zuul

2014-10-31 Thread Antoine Musso
Le 30/10/2014 15:14, Andrew Mason a écrit : > Greetings all, > I'm looking to gain some understanding of the CI infrastructure and > thought it might help if I worked on a few junior bugs as a goal. I was > wondering if there were any particular issues that people could suggest > as a good starting

Re: [OpenStack-Infra] [openstack-infra] [third-party CI] Hardware requirements for setting up CI environment

2014-10-31 Thread Erlon Cruz
You are welcome. Marcus did a very good job. :). Let us know if you have any trouble or find and problem with the document. On Fri, Oct 31, 2014 at 11:15 AM, Amit Das wrote: > Thanks a lot Erlon. > > The document looks really good. Will update how our installation goes > through. > > Regards, >

Re: [OpenStack-Infra] [openstack-infra] [third-party CI] Hardware requirements for setting up CI environment

2014-10-31 Thread Amit Das
Thanks a lot Erlon. The document looks really good. Will update how our installation goes through. Regards, Amit *CloudByte Inc.* On Fri, Oct 31, 2014 at 6:25 PM, Erlon Cruz wrote: > Hi Amit, Bharat > Attached the tutorial. > > On Fri, Oct 31, 2014 at 10:15 AM, Amit

Re: [OpenStack-Infra] [openstack-infra] [third-party CI] Hardware requirements for setting up CI environment

2014-10-31 Thread Erlon Cruz
Hi Amit, Bharat Attached the tutorial. On Fri, Oct 31, 2014 at 10:15 AM, Amit Das wrote: > Thanks Erlon & Jeremy for the detailed responses. > > Erlon, the configuration doc will definitely help us. Looking forward to > it. > > Regards, > Amit > *CloudByte Inc.* > > O

Re: [OpenStack-Infra] [openstack-infra] [third-party CI] Hardware requirements for setting up CI environment

2014-10-31 Thread Amit Das
Thanks Erlon & Jeremy for the detailed responses. Erlon, the configuration doc will definitely help us. Looking forward to it. Regards, Amit *CloudByte Inc.* On Fri, Oct 31, 2014 at 5:29 PM, Erlon Cruz wrote: > We have a CI for Cinder drivers. Currently we use 1 ins

Re: [OpenStack-Infra] [openstack-infra] [third-party CI] Hardware requirements for setting up CI environment

2014-10-31 Thread Erlon Cruz
We have a CI for Cinder drivers. Currently we use 1 instance for the master and 1 instance for each slave(we test one driver on each slave). The configuration is the following: Master: 2VCPUs + 8GB RAM Slaves: 2VCPUs + 12GB RAM Network: 4Mb Download + 4Mb Upload Our jobs usually take 1:20h to run