[JIRA] (OVIRT-726) increase max number of concurrent builds

2016-09-18 Thread eyal edri [Administrator] (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

eyal edri [Administrator] reassigned OVIRT-726:
---

Assignee: Evgheni Dereveanchin  (was: infra)

> increase max number of concurrent builds
> 
>
> Key: OVIRT-726
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-726
> Project: oVirt - virtualization made easy
>  Issue Type: Task
>  Components: Jenkins
>Reporter: Evgheni Dereveanchin
>Assignee: Evgheni Dereveanchin
>
> I saw the build queue rise to ~200 tasks today due to these two jobs 
> configured for running only 6 builds in parallel:
> ovirt-engine_master_upgrade-from-4.0_el7_created
> ovirt-engine_master_upgrade-from-master_el7_created
> I bumped the default limit to 10 in https://gerrit.ovirt.org/61319/ but 
> engine-upgrade job override this setting 6:
> https://gerrit.ovirt.org/gitweb?p=jenkins.git;a=blob;f=jobs/confs/yaml/templates/engine-upgrade.yaml;hb=refs/heads/master#l23
> there's more places where various limits are set - I think we should review 
> them and even remove if possible as the number of slaves is going to increase.
> git grep max-total
> jobs/confs/projects/defaults.yaml:  max-total: 3
> jobs/confs/projects/defaults.yaml:  max-total: 3
> jobs/confs/projects/ovirt/publish-rpms-nightly-3.6.yaml:  max-total: 3
> jobs/confs/projects/ovirt/publish-rpms-nightly-4.0.yaml:  max-total: 3
> jobs/confs/projects/ovirt/publish-rpms-nightly-master.yaml:  
> max-total: 3
> jobs/confs/yaml/templates/engine-upgrade.yaml:  max-total: 6
> jobs/confs/yaml/templates/find-bugs.yaml:  max-total: 3
> jobs/confs/yaml/templates/install-rpm-sanity.yaml:  max-total: 3
> jobs/confs/yaml/templates/ovirt-node-job-templates.yaml:  max-total: 3
> jobs/confs/yaml/templates/standard-stage.yaml:  max-total: 10
> jobs/confs/yaml/templates/standard-stage.yaml:  max-total: 1



--
This message was sent by Atlassian JIRA
(v1000.319.1#100012)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-726) increase max number of concurrent builds

2016-09-13 Thread eyal edri [Administrator] (oVirt JIRA)

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=20607#comment-20607
 ] 

eyal edri [Administrator] commented on OVIRT-726:
-

feel free to update gradually and lets see how it goes. 

> increase max number of concurrent builds
> 
>
> Key: OVIRT-726
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-726
> Project: oVirt - virtualization made easy
>  Issue Type: Task
>  Components: Jenkins
>Reporter: Evgheni Dereveanchin
>Assignee: infra
>
> I saw the build queue rise to ~200 tasks today due to these two jobs 
> configured for running only 6 builds in parallel:
> ovirt-engine_master_upgrade-from-4.0_el7_created
> ovirt-engine_master_upgrade-from-master_el7_created
> I bumped the default limit to 10 in https://gerrit.ovirt.org/61319/ but 
> engine-upgrade job override this setting 6:
> https://gerrit.ovirt.org/gitweb?p=jenkins.git;a=blob;f=jobs/confs/yaml/templates/engine-upgrade.yaml;hb=refs/heads/master#l23
> there's more places where various limits are set - I think we should review 
> them and even remove if possible as the number of slaves is going to increase.
> git grep max-total
> jobs/confs/projects/defaults.yaml:  max-total: 3
> jobs/confs/projects/defaults.yaml:  max-total: 3
> jobs/confs/projects/ovirt/publish-rpms-nightly-3.6.yaml:  max-total: 3
> jobs/confs/projects/ovirt/publish-rpms-nightly-4.0.yaml:  max-total: 3
> jobs/confs/projects/ovirt/publish-rpms-nightly-master.yaml:  
> max-total: 3
> jobs/confs/yaml/templates/engine-upgrade.yaml:  max-total: 6
> jobs/confs/yaml/templates/find-bugs.yaml:  max-total: 3
> jobs/confs/yaml/templates/install-rpm-sanity.yaml:  max-total: 3
> jobs/confs/yaml/templates/ovirt-node-job-templates.yaml:  max-total: 3
> jobs/confs/yaml/templates/standard-stage.yaml:  max-total: 10
> jobs/confs/yaml/templates/standard-stage.yaml:  max-total: 1



--
This message was sent by Atlassian JIRA
(v1000.319.1#100012)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-726) increase max number of concurrent builds

2016-09-09 Thread Evgheni Dereveanchin (oVirt JIRA)
Evgheni Dereveanchin created OVIRT-726:
--

 Summary: increase max number of concurrent builds
 Key: OVIRT-726
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-726
 Project: oVirt - virtualization made easy
  Issue Type: Task
  Components: Jenkins
Reporter: Evgheni Dereveanchin
Assignee: infra


I saw the build queue rise to ~200 tasks today due to these two jobs configured 
for running only 6 builds in parallel:

ovirt-engine_master_upgrade-from-4.0_el7_created
ovirt-engine_master_upgrade-from-master_el7_created

I bumped the default limit to 10 in https://gerrit.ovirt.org/61319/ but 
engine-upgrade job override this setting 6:

https://gerrit.ovirt.org/gitweb?p=jenkins.git;a=blob;f=jobs/confs/yaml/templates/engine-upgrade.yaml;hb=refs/heads/master#l23

there's more places where various limits are set - I think we should review 
them and even remove if possible as the number of slaves is going to increase.

git grep max-total
jobs/confs/projects/defaults.yaml:  max-total: 3
jobs/confs/projects/defaults.yaml:  max-total: 3
jobs/confs/projects/ovirt/publish-rpms-nightly-3.6.yaml:  max-total: 3
jobs/confs/projects/ovirt/publish-rpms-nightly-4.0.yaml:  max-total: 3
jobs/confs/projects/ovirt/publish-rpms-nightly-master.yaml:  max-total: 
3
jobs/confs/yaml/templates/engine-upgrade.yaml:  max-total: 6
jobs/confs/yaml/templates/find-bugs.yaml:  max-total: 3
jobs/confs/yaml/templates/install-rpm-sanity.yaml:  max-total: 3
jobs/confs/yaml/templates/ovirt-node-job-templates.yaml:  max-total: 3
jobs/confs/yaml/templates/standard-stage.yaml:  max-total: 10
jobs/confs/yaml/templates/standard-stage.yaml:  max-total: 1



--
This message was sent by Atlassian JIRA
(v1000.319.1#100012)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra