[JIRA] (OVIRT-2782) Configure Jenkins to wait less and allocate
more
by Eyal Edri (oVirt JIRA)
[ https://ovirt-jira.atlassian.net/browse/OVIRT-2782?page=com.atlassian.jir... ]
Eyal Edri reassigned OVIRT-2782:
--------------------------------
Assignee: Evgheni Dereveanchin (was: infra)
> Configure Jenkins to wait less and allocate more
> ------------------------------------------------
>
> Key: OVIRT-2782
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2782
> Project: oVirt - virtualization made easy
> Issue Type: Improvement
> Reporter: Daniel Belenky
> Assignee: Evgheni Dereveanchin
>
> By default, Jenkins is configured to wait a few seconds before allocating a new node in a hope that a node in use to be freed. We can control this setting by setting
> {code:java}
> hudson.slaves.NodeProvisioner.initialDelay=0
> {code}
> We can also control the excessive workload threshold and force Jenkins to allocate slaves for jobs in the queue... but, because Jenkins computes the excess workload value (which decides if we need to allocate a new node) using an EMA, we set it's margins to higher values and it effectively lowers its threshold so that Jenkins will allocate nodes faster and in advance.
> The recommended settings by the k8s plugin to spawn a node for every build in the queue:
> {code:java}
> -Dhudson.slaves.NodeProvisioner.initialDelay=0
> -Dhudson.slaves.NodeProvisioner.MARGIN=50
> -Dhudson.slaves.NodeProvisioner.MARGIN0=0.85
> {code}
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100108)
5 years, 2 months
[JIRA] (OVIRT-2786) Re: fc30 packages in master snapshot
by Dafna Ron (oVirt JIRA)
[ https://ovirt-jira.atlassian.net/browse/OVIRT-2786?page=com.atlassian.jir... ]
Dafna Ron commented on OVIRT-2786:
----------------------------------
I am surprised it did not comment on the bug as it usually does and it also
sends a mail to the list.
However, I think as we are going to work with zuul, it may not be effective
to work on CQ :)
> Re: fc30 packages in master snapshot
> ------------------------------------
>
> Key: OVIRT-2786
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2786
> Project: oVirt - virtualization made easy
> Issue Type: By-EMAIL
> Reporter: Anton Marchukov
> Assignee: infra
>
> Adding infra-support to open a ticket.
> > On 2 Sep 2019, at 09:09, Yedidyah Bar David <didi(a)redhat.com> wrote:
> >
> > Hi,
> >
> > How are these published?
> >
> > A few days ago we merged patches to add fc30 builds of otopi and
> > ovirt-host-deploy. Jenkins ran build-artifacts on them and all seems
> > good. But we do not see them in [1]. Should we? Are they stuck
> > somewhere, or there is simply nothing that publishes them these days?
> > Asking the latter, because the timestamps on the few files there are
> > from more than 3 months ago.
> >
> > Thanks and best regards,
> >
> > [1] https://resources.ovirt.org/pub/ovirt-master-snapshot-static/rpm/fc30/
> > --
> > Didi
> --
> Anton Marchukov
> Associate Manager - RHV DevOps - Red Hat
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100108)
5 years, 2 months
[JIRA] (OVIRT-2786) Re: fc30 packages in master snapshot
by Anton Marchukov (oVirt JIRA)
Anton Marchukov created OVIRT-2786:
--------------------------------------
Summary: Re: fc30 packages in master snapshot
Key: OVIRT-2786
URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2786
Project: oVirt - virtualization made easy
Issue Type: By-EMAIL
Reporter: Anton Marchukov
Assignee: infra
Adding infra-support to open a ticket.
> On 2 Sep 2019, at 09:09, Yedidyah Bar David <didi(a)redhat.com> wrote:
>
> Hi,
>
> How are these published?
>
> A few days ago we merged patches to add fc30 builds of otopi and
> ovirt-host-deploy. Jenkins ran build-artifacts on them and all seems
> good. But we do not see them in [1]. Should we? Are they stuck
> somewhere, or there is simply nothing that publishes them these days?
> Asking the latter, because the timestamps on the few files there are
> from more than 3 months ago.
>
> Thanks and best regards,
>
> [1] https://resources.ovirt.org/pub/ovirt-master-snapshot-static/rpm/fc30/
> --
> Didi
--
Anton Marchukov
Associate Manager - RHV DevOps - Red Hat
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100108)
5 years, 2 months
fc30 packages in master snapshot
by Yedidyah Bar David
Hi,
How are these published?
A few days ago we merged patches to add fc30 builds of otopi and
ovirt-host-deploy. Jenkins ran build-artifacts on them and all seems
good. But we do not see them in [1]. Should we? Are they stuck
somewhere, or there is simply nothing that publishes them these days?
Asking the latter, because the timestamps on the few files there are
from more than 3 months ago.
Thanks and best regards,
[1] https://resources.ovirt.org/pub/ovirt-master-snapshot-static/rpm/fc30/
--
Didi
5 years, 2 months