Bug 828762

Summary: [openshift_origin_livecd]Jboss app will fail to git push via jenkins server if not change medium to small gear manually
Product: OKD Reporter: yquan <yquan>
Component: ContainersAssignee: Rob Millner <rmillner>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: medium Docs Contact:
Priority: medium    
Version: 2.xCC: bmeng, kraman, mfisher, mpatel, rmillner, xtian
Target Milestone: ---Keywords: Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-06-25 18:27:22 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description yquan 2012-06-05 10:27:43 UTC
Description of problem:
Jboss app will fail when git push with jenkins server.
It can git push successfully after change the build size of jenkins' configure to small.
The default build size of jboss is medium,but the livecd is not have gear size concept.
So I think the default Jboss build size should small on livecd.
And the livecd user can git push the jboss app via jenkins server without any configure .


Version-Release number of selected component (if applicable):
Livecd on Jun 04th.

How reproducible:
always.

Steps to Reproduce:
1.create a jboss app and enable the jenkins
2.make some change and git push.
3.
  
Actual results:
It will fail to git push jboss app because of the medium build size.

Expected results:
It should git push without any configure.

Additional info:

Comment 1 Rob Millner 2012-06-14 18:58:34 UTC
Should/can the jenkins builder for jboss just change gear size to small?

Comment 2 Krishna Raman 2012-06-14 19:55:01 UTC
Mrunal added a config field to ignore gear sizes which we I was planning to use on origin.

Comment 3 Rob Millner 2012-06-14 20:38:49 UTC
Changing default builder size to small.  Crankcase commit 8d605d0, pull request #128.

Comment 4 Rob Millner 2012-06-14 20:39:41 UTC
Tested against kitchensink-example, kitchensink-html5-mobile-example and jbossas-mongoDB-quickstart.

Comment 5 Meng Bo 2012-06-15 09:13:26 UTC
Checked on devenv_1846, the default builder size of jbossas app is small now.