On Wed, Dec 2, 2015 at 11:18 AM, David Caro <dcaro@redhat.com> wrote:
On 12/02 11:11, Roman Mohr wrote:
> Hi,
>
> I want to use this job
>
> http://jenkins.ovirt.org/job/ovirt-engine_master_build-artifacts-el6-x86_64_no_spm_testing/
>
> to build RPMs. Can I have access to run it?

You should have access now, remember that the job is meant for temporary
testing and should be removed as soon as the testing has finished


Have access now. It seems that the job is not configured right.

I see that I can specify a GERRIT_RESPEC and a GERRIT_BRANCH.

But the GERRIT_REFSPEC is completely ignored and the configuration in the job always tries to cherry-pick refs/changes/72/43272/4 onto the specified GERRIT_BRANCH.

This is the line:
git fetch git://gerrit.ovirt.org/ovirt-engine refs/changes/72/43272/4 && git cherry-pick FETCH_HEAD # add the mock files


Maybe also this lines needs to be removed:

git fetch git://gerrit.ovirt.org/ovirt-engine refs/changes/90/45590/2 && git cherry-pick FETCH_HEAD # use a speceific vdsm-jsonrpc-java.version


Could someone of you have a look or give me configuration right for the job?

 
>
> Thanks,
> Roman

> _______________________________________________
> Infra mailing list
> Infra@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/infra


--
David Caro

Red Hat S.L.
Continuous Integration Engineer - EMEA ENG Virtualization R&D

Tel.: +420 532 294 605
Email: dcaro@redhat.com
IRC: dcaro|dcaroest@{freenode|oftc|redhat}
Web: www.redhat.com
RHT Global #: 82-62605


Thanks again,
Roman