Bug 804536

Summary: incorrect default jenkins builder size for medium gear size app
Product: OKD Reporter: Meng Bo <bmeng>
Component: ContainersAssignee: Dan McPherson <dmcphers>
Status: CLOSED NOTABUG QA Contact: libra bugs <libra-bugs>
Severity: medium Docs Contact:
Priority: high    
Version: 1.x   
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-03-19 08:28:50 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Meng Bo 2012-03-19 07:55:17 UTC
Description of problem:
when creating medium size app with jenkins client enabled, jenkins will use small builder size by default, and will cause jenkins push build hang there.

Version-Release number of selected component (if applicable):
rhc-cartridge-jenkins-client-1.4-0.22.2-1.el6_2.noarch

How reproducible:
always

Steps to Reproduce:
1.set instance profile to medium
2.create an app with medium size and jenkins enabled
#rhc app create -a testapp -t perl-5.10 -g medium --enable-jenkins
3.go to jenkins console check the default builder size for this app
  
Actual results:
the builder size for the medium size app is 'small', and will cause jenkins push build hang there since the app gear size is medium.

Expected results:
the builder size should be the same as the app gear size.

Additional info:
for the jbossas app, the jenkins builder size will be 'medium' by default.

Comment 1 Meng Bo 2012-03-19 08:28:50 UTC
close this bug since it should be by design.