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

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.* http://www.cloudbyte.com/ On Fri, Oct 31, 2014 at 5:29 PM, Erlon Cruz sombra...@gmail.com wrote: We have a CI for Cinder drivers.

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 amit@cloudbyte.com wrote: Thanks Erlon Jeremy for the detailed responses. Erlon, the configuration doc will definitely help us. Looking forward to it. Regards, Amit *CloudByte Inc.*

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] 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

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 sumitnaiksa...@gmail.com wrote: Hi, I asked this question in -infra and I was pointed to this:

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.

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:

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,

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