<div dir="ltr">I&#39;ve created a new spreadhsheet [1] with existing hooks.<div>Please review and comment on the current logic, and also on new logic or new hooks needed.</div><div><br></div><div>Once we&#39;ll have everything sorted out we can plan how to update any hook if needed.</div><div><br></div><div>[1] <a href="https://docs.google.com/spreadsheets/d/1M-wiXpxX8lWtLRyOv2KZOCMlXJJLHVnWsTuh9_FBpN0/edit?usp=sharing">https://docs.google.com/spreadsheets/d/1M-wiXpxX8lWtLRyOv2KZOCMlXJJLHVnWsTuh9_FBpN0/edit?usp=sharing</a></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 3, 2016 at 9:15 AM, David Caro <span dir="ltr">&lt;<a href="mailto:dcaro@redhat.com" target="_blank">dcaro@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"><span class="">On 02/03 08:55, Eyal Edri wrote:<br>
&gt; Do we have a place where all the current logic of the hooks is described?<br>
&gt; I can use it as a base and adjust each one to the new logic we need.<br>
<br>
</span>Not really, we have the code, but the task to properly document was never<br>
finished (in part because it&#39;s been changing quite often) and the task to<br>
puppetize has been in the backburner (also because gerrit itself is not in<br>
puppet, so it&#39;s not straight-forward).<br>
<br>
The best you can do is go to gerrit through ssh (port 22) and ls<br>
/home/gerrit2/review_site/git/ovirt-engine.git/hooks.<br>
<br>
<br>
[root@gerrit ~]# ls /home/gerrit2/review_site/git/ovirt-engine.git/hooks/change-abandoned.update_tracker<br>
change-merged.set_MODIFIED<br>
change-merged.update_tracker<br>
comment-added.propagate_review_values<br>
config<br>
patchset-created.bz.0.has_bug_url<br>
patchset-created.bz.1.is_public<br>
patchset-created.bz.2.correct_product<br>
patchset-created.bz.3.correct_target_milestone<br>
patchset-created.bz.98.set_POST<br>
patchset-created.bz.99.review_ok<br>
patchset-created.update_tracker<br>
patchset-created.warn_if_not_merged_to_previous_branch<br>
update_tracker<br>
<br>
<br>
For the config you have:<br>
<br>
## Branches to take into account<br>
BRANCHES=(&#39;ovirt-engine-3.6&#39; &#39;ovirt-engine-3.6.0&#39; &#39;ovirt-engine-3.6.1&#39; &#39;ovirt-engine-3.6.2&#39; &#39;ovirt-engine-3.5&#39; &#39;ovirt-engine-3.4&#39; &#39;ovirt-engine-3.3&#39; &#39;engine_3.2&#39; &#39;engine_3.1&#39; &#39;ovirt-engine-3.5.2&#39; &#39;ovirt-engine-3.4.0&#39; &#39;ovirt-engine-3.3.4&#39; &#39;ovirt-engine-3.3.3&#39; &#39;ovirt-engine-3.3.2&#39; &#39;ovirt-engine-3.3.1&#39;)<br>
<br>
STABLE_BRANCHES=&quot;ovirt-engine-3.6 ovirt-engine-3.6.0 ovirt-engine-3.6.1 ovirt-engine-3.6.2 ovirt-engine-3.6.3 ovirt-engine-3.5 ovirt-engine-3.4 ovirt-engine-3.3 ovirt-engine-3.5.2 ovirt-engine-3.4.0 ovirt-engine-3.3.4 ovirt-engine-3.3.3 ovirt-engine-3.3.2 ovirt-engine-3.3.1&quot;<br>
<br>
CHECK_TARGET_RELEASE=(&quot;ovirt-engine-3.6|^3\.[6543210].*&quot; &quot;ovirt-engine-3.5|^3\.[543210].*&quot; &quot;ovirt-engine-3.4|^3\.[43210].*&quot; &quot;ovirt-engine-3.3|^3\.[3210].*&quot; &quot;ovirt-engine-3.4.1|^3.4.1$&quot;)<br>
<br>
CHECK_TARGET_MILESTONE=(&#39;ovirt-engine-3.6.0|^.*3\.6\.0.*$&#39; &#39;ovirt-engine-3.6|^.*3\.6.*&#39; &#39;ovirt-engine-3.5|^.*3\.5.*&#39; &#39;ovirt-engine-3.4|^.*3\.4.*&#39; &#39;ovirt-engine-3.3|^.*3\.3.*&#39; &#39;ovirt-engine-3.4.1|^.*3.4.1.*$&#39;)<br>
<br>
PRODUCT=&quot;oVirt<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
&gt;<br>
&gt; On Tue, Feb 2, 2016 at 5:19 PM, David Caro &lt;<a href="mailto:dcaro@redhat.com">dcaro@redhat.com</a>&gt; wrote:<br>
&gt;<br>
&gt; &gt; On 01/28 16:17, Eyal Edri wrote:<br>
&gt; &gt; &gt; David,<br>
&gt; &gt; &gt; Is it something manual we need to change per version or we can add<br>
&gt; &gt; &gt; something automatic to work on any 3.6.X branch only (exluding the 3.6<br>
&gt; &gt; &gt; branch)?<br>
&gt; &gt;<br>
&gt; &gt; Can you summarize the complete checks that should be done on the hooks<br>
&gt; &gt; side? Because it&#39;s starting to be a bit of a mess as we are changing<br>
&gt; &gt; small things each time without the complete knowledge (for example,<br>
&gt; &gt; the target release was being checked before when moving to MODIFIED,<br>
&gt; &gt; and that was commented out, and there&#39;s a hook to warn if the patch is<br>
&gt; &gt; not merged yet on a previous branch, like not being merged on 3.6 if<br>
&gt; &gt; it&#39;s on 3.6.x)<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; e.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; On Thu, Jan 28, 2016 at 4:00 PM, Tal Nisan &lt;<a href="mailto:tnisan@redhat.com">tnisan@redhat.com</a>&gt; wrote:<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; This was the behavior in 3.6.2, don&#39;t know why it changed<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; On Thu, Jan 28, 2016 at 3:57 PM, Eyal Edri &lt;<a href="mailto:eedri@redhat.com">eedri@redhat.com</a>&gt; wrote:<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt;&gt; so maybe we&#39;ll stop moving bugs to MODIFIED if they are merged on<br>
&gt; &gt; stable<br>
&gt; &gt; &gt; &gt;&gt; branch (i.e ovirt-engine-3.6) and only if its merged into a version<br>
&gt; &gt; branch<br>
&gt; &gt; &gt; &gt;&gt; (i.e ovirt-engine-3.6.3) ?<br>
&gt; &gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt; On Thu, Jan 28, 2016 at 3:52 PM, Tal Nisan &lt;<a href="mailto:tnisan@redhat.com">tnisan@redhat.com</a>&gt; wrote:<br>
&gt; &gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt;&gt; It makes life easier for everyone when automation moves the bug to<br>
&gt; &gt; &gt; &gt;&gt;&gt; MODIFIED, if the work is not done then the developer can always move<br>
&gt; &gt; it<br>
&gt; &gt; &gt; &gt;&gt;&gt; back to POST like we sometimes do.<br>
&gt; &gt; &gt; &gt;&gt;&gt; In any way, when a 3.6.3 bug is merged in 3.6.3 it should be moved to<br>
&gt; &gt; &gt; &gt;&gt;&gt; MODIFIED, not a second before<br>
&gt; &gt; &gt; &gt;&gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt;&gt; On Thu, Jan 28, 2016 at 12:23 PM, Yedidyah Bar David &lt;<br>
&gt; &gt; <a href="mailto:didi@redhat.com">didi@redhat.com</a>&gt;<br>
&gt; &gt; &gt; &gt;&gt;&gt; wrote:<br>
&gt; &gt; &gt; &gt;&gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; On Thu, Jan 28, 2016 at 10:59 AM, Eyal Edri &lt;<a href="mailto:eedri@redhat.com">eedri@redhat.com</a>&gt;<br>
&gt; &gt; wrote:<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt; On Thu, Jan 28, 2016 at 10:23 AM, Yedidyah Bar David &lt;<br>
&gt; &gt; <a href="mailto:didi@redhat.com">didi@redhat.com</a><br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt; wrote:<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;&gt; On Thu, Jan 28, 2016 at 10:08 AM, Eyal Edri &lt;<a href="mailto:eedri@redhat.com">eedri@redhat.com</a>&gt;<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; wrote:<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt; Maybe we should change the logic on moving bugs to MODIFIED,<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt; Now that we moved to the version branch.<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt; Tal - any thoughts on a logic that SHOULD move bugs to MODIFIED<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; that<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt; we&#39;ll<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt; be sure its OK?<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;&gt; Repeating myself from a previous discussion: I think we should<br>
&gt; &gt; never<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; move<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;&gt; bugs from POST to MODIFIED. Only a developer can know if it&#39;s<br>
&gt; &gt; indeed<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;&gt; ready,<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;&gt; or another patch is still needed but was not yet pushed. I think<br>
&gt; &gt; it&#39;s<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;&gt; safer<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;&gt; to miss bugs left on POST although they could have been moved to<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; MODIFIED,<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;&gt; than the opposite - move to MODIFIED bugs that actually require<br>
&gt; &gt; more<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; work.<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt; You&#39;re optimistic that bugs will not stay on POST, we&#39;ve done it<br>
&gt; &gt; in<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; the<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt; past.<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt; This has a bigger risk of bugs getting left behind on POST and<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; increasing<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt; the amount of<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt; bugs that are not verified on time.<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt; Its the easiest solution to drop this bot, but i belive it will do<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; more<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt; damage than good.<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; Perhaps, then, run it once a day and move to MODIFIED only if last<br>
&gt; &gt; patch<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; was merged at least X hours ago? Hopefully developers will not wait<br>
&gt; &gt; more<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; than X before pushing an additional patch for the same bug if<br>
&gt; &gt; needed.<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; Of course, we then also have to fix the issue starting current<br>
&gt; &gt; thread.<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt; e.<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt; On Thu, Jan 28, 2016 at 10:03 AM, Tal Nisan &lt;<a href="mailto:tnisan@redhat.com">tnisan@redhat.com</a><br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; wrote:<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; After merging a patch for a 3.6.3 bug on the ovirt-engine-3.6<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; branch<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; the<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; bug is moved to MODIFIED, since the 3.6.3 branch was opened<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; yesterday<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; the<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; bug should stay in POST until merged in ovirt-engine-3.6.3<br>
&gt; &gt; branch<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; as<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; well<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; _______________________________________________<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; Infra mailing list<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; <a href="mailto:Infra@ovirt.org">Infra@ovirt.org</a><br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; <a href="http://lists.ovirt.org/mailman/listinfo/infra" rel="noreferrer" target="_blank">http://lists.ovirt.org/mailman/listinfo/infra</a><br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt; --<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt; Eyal Edri<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt; Associate Manager<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt; EMEA ENG Virtualization R&amp;D<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt; Red Hat Israel<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt; phone: <a href="tel:%2B972-9-7692018" value="+97297692018">+972-9-7692018</a><br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt; irc: eedri (on #tlv #rhev-dev #rhev-integ)<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt; _______________________________________________<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt; Infra mailing list<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt; <a href="mailto:Infra@ovirt.org">Infra@ovirt.org</a><br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt; <a href="http://lists.ovirt.org/mailman/listinfo/infra" rel="noreferrer" target="_blank">http://lists.ovirt.org/mailman/listinfo/infra</a><br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;&gt; --<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;&gt; Didi<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt; --<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt; Eyal Edri<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt; Associate Manager<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt; EMEA ENG Virtualization R&amp;D<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt; Red Hat Israel<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt;<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt; phone: <a href="tel:%2B972-9-7692018" value="+97297692018">+972-9-7692018</a><br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; &gt; irc: eedri (on #tlv #rhev-dev #rhev-integ)<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; --<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt; Didi<br>
&gt; &gt; &gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt; --<br>
&gt; &gt; &gt; &gt;&gt; Eyal Edri<br>
&gt; &gt; &gt; &gt;&gt; Associate Manager<br>
&gt; &gt; &gt; &gt;&gt; EMEA ENG Virtualization R&amp;D<br>
&gt; &gt; &gt; &gt;&gt; Red Hat Israel<br>
&gt; &gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt;&gt; phone: <a href="tel:%2B972-9-7692018" value="+97297692018">+972-9-7692018</a><br>
&gt; &gt; &gt; &gt;&gt; irc: eedri (on #tlv #rhev-dev #rhev-integ)<br>
&gt; &gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; --<br>
&gt; &gt; &gt; Eyal Edri<br>
&gt; &gt; &gt; Associate Manager<br>
&gt; &gt; &gt; EMEA ENG Virtualization R&amp;D<br>
&gt; &gt; &gt; Red Hat Israel<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; phone: <a href="tel:%2B972-9-7692018" value="+97297692018">+972-9-7692018</a><br>
&gt; &gt; &gt; irc: eedri (on #tlv #rhev-dev #rhev-integ)<br>
&gt; &gt;<br>
&gt; &gt; --<br>
&gt; &gt; David Caro<br>
&gt; &gt;<br>
&gt; &gt; Red Hat S.L.<br>
&gt; &gt; Continuous Integration Engineer - EMEA ENG Virtualization R&amp;D<br>
&gt; &gt;<br>
&gt; &gt; Tel.: <a href="tel:%2B420%20532%20294%20605" value="+420532294605">+420 532 294 605</a><br>
&gt; &gt; Email: <a href="mailto:dcaro@redhat.com">dcaro@redhat.com</a><br>
&gt; &gt; IRC: dcaro|dcaroest@{freenode|oftc|redhat}<br>
&gt; &gt; Web: <a href="http://www.redhat.com" rel="noreferrer" target="_blank">www.redhat.com</a><br>
&gt; &gt; RHT Global #: 82-62605<br>
&gt; &gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Eyal Edri<br>
&gt; Associate Manager<br>
&gt; EMEA ENG Virtualization R&amp;D<br>
&gt; Red Hat Israel<br>
&gt;<br>
&gt; phone: <a href="tel:%2B972-9-7692018" value="+97297692018">+972-9-7692018</a><br>
&gt; irc: eedri (on #tlv #rhev-dev #rhev-integ)<br>
<br>
--<br>
David Caro<br>
<br>
Red Hat S.L.<br>
Continuous Integration Engineer - EMEA ENG Virtualization R&amp;D<br>
<br>
Tel.: <a href="tel:%2B420%20532%20294%20605" value="+420532294605">+420 532 294 605</a><br>
Email: <a href="mailto:dcaro@redhat.com">dcaro@redhat.com</a><br>
IRC: dcaro|dcaroest@{freenode|oftc|redhat}<br>
Web: <a href="http://www.redhat.com" rel="noreferrer" target="_blank">www.redhat.com</a><br>
RHT Global #: 82-62605<br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div>Eyal Edri<br>Associate Manager<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>