<div dir="ltr">Already had one for master:<div><a href="http://jenkins.ovirt.org/job/ovirt-engine_master_build-artifacts-el7-x86_64_build_from_patch/">http://jenkins.ovirt.org/job/ovirt-engine_master_build-artifacts-el7-x86_64_build_from_patch/</a><br></div><div><br></div><div>Also,</div><div>there is the &#39;build any manual jobs&#39; which were added to support official builds, see [1] for info, so you can also use them by providing a tarball, but I don&#39;t see an engine job for it.</div><div>Sandro, I guess you&#39;re not using the manual job to build official ovirt-engine builds?</div><div><br></div><div><br></div><div>[1] <a href="http://infra-docs.readthedocs.io/en/latest/CI/Build_and_test_standards.html#build-artifacts-manual-sh">http://infra-docs.readthedocs.io/en/latest/CI/Build_and_test_standards.html#build-artifacts-manual-sh</a></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Oct 27, 2016 at 8:19 PM, Martin Mucha <span dir="ltr">&lt;<a href="mailto:mmucha@redhat.com" target="_blank">mmucha@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thank you very much!<br>
<div class="HOEnZb"><div class="h5">M.<br>
<br>
----- Original Message -----<br>
&gt; The options are combination of the distro and branch, I added the<br>
&gt; job[1](el7, 4.0), to use it press &#39;build&#39; from Jenkins&#39;s GUI and fill<br>
&gt; in the GERRIT_REFSPEC to the needed patch.<br>
&gt; As the build-artifacts job run on the limited resources of bare metal<br>
&gt; hypervisors I restricted it for now to one concurrent job.<br>
&gt;<br>
&gt; On infra side, I guess this can be yamlized later if it becomes<br>
&gt; useful(just copy-paste of the current build-artifacts removing some<br>
&gt; stages).<br>
&gt;<br>
&gt;<br>
&gt; [1]<br>
&gt; <a href="http://jenkins.ovirt.org/job/ovirt-engine_4.0_build-artifacts-el7-x86_64-manual/" rel="noreferrer" target="_blank">http://jenkins.ovirt.org/job/<wbr>ovirt-engine_4.0_build-<wbr>artifacts-el7-x86_64-manual/</a><br>
&gt;<br>
&gt;<br>
&gt; On Thu, Oct 27, 2016 at 3:18 PM, Dan Kenigsberg &lt;<a href="mailto:danken@redhat.com">danken@redhat.com</a>&gt; wrote:<br>
&gt; &gt; On Thu, Oct 27, 2016 at 06:32:47AM -0400, Martin Mucha wrote:<br>
&gt; &gt;&gt; Hi,<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; let me step back a little and explain what we want to achieve. We have<br>
&gt; &gt;&gt; patch pushed to gerrit, not merged to master. We want to build rpms from<br>
&gt; &gt;&gt; it and pass it (via no official way) to some tester so that he can test<br>
&gt; &gt;&gt; it.<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; I read provided documentation, but I do not have sufficient background to<br>
&gt; &gt;&gt; understand it fully.<br>
&gt; &gt;&gt; Questions:<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; 1. if I opted to run these tests locally, what are expected hw<br>
&gt; &gt;&gt; specification? I mean devel build is already more than laptop can handle.<br>
&gt; &gt;&gt; If this has enabled all translations, I&#39;d have to take a pto to run it.<br>
&gt; &gt;&gt; So is this even possible to be ran on laptop with only 12G ram?<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; 2. Since I probably should be coding instead of waiting for build on<br>
&gt; &gt;&gt; irresponsible laptop (which it is even for devel build), would it be<br>
&gt; &gt;&gt; possible to have jenkins build, which prepares rpms as described above<br>
&gt; &gt;&gt; without need to deploy them to some repo, but allowing to download them<br>
&gt; &gt;&gt; instead?<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; thanks,<br>
&gt; &gt;&gt; M.<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; ----- Original Message -----<br>
&gt; &gt;&gt; &gt; Hi,<br>
&gt; &gt;&gt; &gt; first you can run it locally quite easily using mock[1], the command<br>
&gt; &gt;&gt; &gt; should be(after jenkins repo is cloned and mock installed) something<br>
&gt; &gt;&gt; &gt; like:<br>
&gt; &gt;&gt; &gt; ../jenkins/mock_configs/mock_<wbr>runner.sh --mock-confs-dir<br>
&gt; &gt;&gt; &gt; ../jenkins/mock_configs/ --build-only -s fc24<br>
&gt; &gt;&gt; &gt; After running successfully the artifacts will be under<br>
&gt; &gt;&gt; &gt; exported-artifacts directory.<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; It is possible to do it from Jenkins too, the problem is that the<br>
&gt; &gt;&gt; &gt; current _build_artifacts job also deploy the created RPMs to<br>
&gt; &gt;&gt; &gt; <a href="http://resources.ovirt.org" rel="noreferrer" target="_blank">resources.ovirt.org</a>&#39;s experimental repo, which is later consumed by<br>
&gt; &gt;&gt; &gt; OST.<br>
&gt; &gt;&gt; &gt; If needed, we can clone the needed job and remove the deploy part(and<br>
&gt; &gt;&gt; &gt; add -manual suffix), then you can pass the gerrit refspec in the build<br>
&gt; &gt;&gt; &gt; parameters. If so, tell me which job.<br>
&gt; &gt;<br>
&gt; &gt; Adding to Matin&#39;s explaination: He posted <a href="https://gerrit.ovirt.org/65793" rel="noreferrer" target="_blank">https://gerrit.ovirt.org/65793</a><br>
&gt; &gt; and would like it be tested. It would be wonderful if you can add a job<br>
&gt; &gt; that makes it possible to build el7 rpms from that patch, to bet<br>
&gt; &gt; executed by QE.<br>
&gt; &gt;<br>
&gt; &gt; So yes, I&#39;d appreciate if you can add such a -manual job for building<br>
&gt; &gt; ovirt-engine. I&#39;m not sure I know &quot;which job&quot; precisely is that, though.<br>
&gt; &gt; Can you tell me which are the options?<br>
&gt; &gt;<br>
&gt; &gt; Regrards,<br>
&gt; &gt; Dan.<br>
&gt;<br>
______________________________<wbr>_________________<br>
Infra mailing list<br>
<a href="mailto:Infra@ovirt.org">Infra@ovirt.org</a><br>
<a href="http://lists.ovirt.org/mailman/listinfo/infra" rel="noreferrer" target="_blank">http://lists.ovirt.org/<wbr>mailman/listinfo/infra</a><br>
<br>
<br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div>Eyal Edri<br>Associate Manager</div><div>RHV DevOps<br>EMEA ENG Virtualization R&amp;D<br>Red Hat Israel<br><br>phone: +972-9-7692018<br>irc: eedri (on #tlv #rhev-dev #rhev-integ)</div></div></div></div></div></div></div>
</div>