Re: ovirt-engine-4.0.5 is not treated as a monitored stable branch

2016-10-30 Thread Shlomo Ben David
Yep, you are right the hook is check_target_milestone and i explained it in
the previous email.

So after i've made some checks these are my conclusions:

   - All the new hooks are performing manipulation only on bugs with u/s
   classification (oVirt), the bug [1] is with a d/s classification.
   - The '*Check merged to previous' *hook is an old hook that is not
   configured to check classifications.

[1] https://bugzilla.redhat.com/show_bug.cgi?id=1368101

Best Regards,

Shlomi Ben-David | DevOps Engineer | Red Hat ISRAEL
RHCSA | RHCE
IRC: shlomibendavid (on #rhev-integ, #rhev-dev, #rhev-ci)

OPEN SOURCE - 1 4 011 && 011 4 1

On Sun, Oct 30, 2016 at 3:50 PM, Eyal Edri  wrote:

> I think its this one: https://gerrit.ovirt.org/#/c/64538/
>
> And I think I know what the problem is,
> This bug [1] is 4.1 bug its target milestone is 4.0.6 because its a clone
> candidate bug.
> Shlomi - IIRC we addressed that issue in the hook, can you verify? (also,
> might be the bug is ignoring downstream bugs)
>
>
>
> [1] https://bugzilla.redhat.com/show_bug.cgi?id=1368101
>
> On Sun, Oct 30, 2016 at 3:35 PM, Eyal Edri  wrote:
>
>> Shlomi - do we have a gerrit hook that checks the bug version with the
>> branch name?
>> I remember we had something similar...
>>
>> On Sun, Oct 30, 2016 at 3:30 PM, Tal Nisan  wrote:
>>
>>> That was an example, the patch should have got -verified as a 4.1 bug
>>> url in a 4.0.5 branch
>>>
>>> On Sun, Oct 30, 2016 at 3:27 PM, Shlomo Ben David 
>>> wrote:
>>>
 Hi,

 Tal: The '*Check merged to previous*' hook is checking if the current
 patch was merged to previous stable branches and i think that it is not
 related to the one that you're searching.

 Eyal: Currently there is no hook that checks if branch is enabled, but
 there is hook that checks if the patch major version branch is [equal /
 higher / lower] than the bug target milestone major version.
 i'll explain by giving you few examples and their results:

 Example 1:
 tm: '---'(empty target milestone)
 branch major version: any
 result: *WARN MSG*

 Example 2:
 tm major version: 3.6
 branch major version: 3.6
 result: *OK MSG*

 Example 3:
 tm major version: 3.6
 branch major version: 4.0
 result: checks for clone flags
 (if tm major version in flags - *OK MSG* else *WARN MSG*)

 Example 4:
 tm major version: 4.0
 branch major version: 3.6
 result: *WARN MSG*


 Best Regards,

 Shlomi Ben-David | DevOps Engineer | Red Hat ISRAEL
 RHCSA | RHCE
 IRC: shlomibendavid (on #rhev-integ, #rhev-dev, #rhev-ci)

 OPEN SOURCE - 1 4 011 && 011 4 1

 On Sun, Oct 30, 2016 at 9:45 AM, Eyal Edri  wrote:

> Shlomi,
> Can you check if we have the hook for verifying right branch is
> enabled?
>
>
>
> On Thu, Oct 27, 2016 at 11:00 AM, Tal Nisan  wrote:
>
>> This patch was pushed to 4.0.5 with a bug that at the time of the
>> push was 4.1, Gerrit hooks should have marked it as -verified, instead 
>> you
>> get:
>>
>>- Check merged to previous::IGNORE, Not in stable branch
>>(['ovirt-engine-3.6', 'ovirt-engine-4.0', 'ovirt-engine-3.6.9',
>>'ovirt-engine-4.0.2', 'ovirt-engine-4.0.4'])
>>
>>
>> On Thu, Oct 27, 2016 at 9:55 AM, Gil Shinar 
>> wrote:
>>
>>> Can you please elaborate?
>>>
>>> Thanks
>>> Gil
>>>
>>> On Wed, Oct 26, 2016 at 11:50 AM, Tal Nisan 
>>> wrote:
>>>
 This patch for example:
 https://gerrit.ovirt.org/#/c/65398/


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


>>>
>>
>> ___
>> Infra mailing list
>> Infra@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/infra
>>
>>
>
>
> --
> Eyal Edri
> Associate Manager
> RHV DevOps
> EMEA ENG Virtualization R
> Red Hat Israel
>
> phone: +972-9-7692018
> irc: eedri (on #tlv #rhev-dev #rhev-integ)
>


>>>
>>
>>
>> --
>> Eyal Edri
>> Associate Manager
>> RHV DevOps
>> EMEA ENG Virtualization R
>> Red Hat Israel
>>
>> phone: +972-9-7692018
>> irc: eedri (on #tlv #rhev-dev #rhev-integ)
>>
>
>
>
> --
> Eyal Edri
> Associate Manager
> RHV DevOps
> EMEA ENG Virtualization R
> Red Hat Israel
>
> phone: +972-9-7692018
> irc: eedri (on #tlv #rhev-dev #rhev-integ)
>
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: ovirt-engine-4.0.5 is not treated as a monitored stable branch

2016-10-30 Thread Eyal Edri
I think its this one: https://gerrit.ovirt.org/#/c/64538/

And I think I know what the problem is,
This bug [1] is 4.1 bug its target milestone is 4.0.6 because its a clone
candidate bug.
Shlomi - IIRC we addressed that issue in the hook, can you verify? (also,
might be the bug is ignoring downstream bugs)



[1] https://bugzilla.redhat.com/show_bug.cgi?id=1368101

On Sun, Oct 30, 2016 at 3:35 PM, Eyal Edri  wrote:

> Shlomi - do we have a gerrit hook that checks the bug version with the
> branch name?
> I remember we had something similar...
>
> On Sun, Oct 30, 2016 at 3:30 PM, Tal Nisan  wrote:
>
>> That was an example, the patch should have got -verified as a 4.1 bug url
>> in a 4.0.5 branch
>>
>> On Sun, Oct 30, 2016 at 3:27 PM, Shlomo Ben David 
>> wrote:
>>
>>> Hi,
>>>
>>> Tal: The '*Check merged to previous*' hook is checking if the current
>>> patch was merged to previous stable branches and i think that it is not
>>> related to the one that you're searching.
>>>
>>> Eyal: Currently there is no hook that checks if branch is enabled, but
>>> there is hook that checks if the patch major version branch is [equal /
>>> higher / lower] than the bug target milestone major version.
>>> i'll explain by giving you few examples and their results:
>>>
>>> Example 1:
>>> tm: '---'(empty target milestone)
>>> branch major version: any
>>> result: *WARN MSG*
>>>
>>> Example 2:
>>> tm major version: 3.6
>>> branch major version: 3.6
>>> result: *OK MSG*
>>>
>>> Example 3:
>>> tm major version: 3.6
>>> branch major version: 4.0
>>> result: checks for clone flags
>>> (if tm major version in flags - *OK MSG* else *WARN MSG*)
>>>
>>> Example 4:
>>> tm major version: 4.0
>>> branch major version: 3.6
>>> result: *WARN MSG*
>>>
>>>
>>> Best Regards,
>>>
>>> Shlomi Ben-David | DevOps Engineer | Red Hat ISRAEL
>>> RHCSA | RHCE
>>> IRC: shlomibendavid (on #rhev-integ, #rhev-dev, #rhev-ci)
>>>
>>> OPEN SOURCE - 1 4 011 && 011 4 1
>>>
>>> On Sun, Oct 30, 2016 at 9:45 AM, Eyal Edri  wrote:
>>>
 Shlomi,
 Can you check if we have the hook for verifying right branch is
 enabled?



 On Thu, Oct 27, 2016 at 11:00 AM, Tal Nisan  wrote:

> This patch was pushed to 4.0.5 with a bug that at the time of the push
> was 4.1, Gerrit hooks should have marked it as -verified, instead you get:
>
>- Check merged to previous::IGNORE, Not in stable branch
>(['ovirt-engine-3.6', 'ovirt-engine-4.0', 'ovirt-engine-3.6.9',
>'ovirt-engine-4.0.2', 'ovirt-engine-4.0.4'])
>
>
> On Thu, Oct 27, 2016 at 9:55 AM, Gil Shinar 
> wrote:
>
>> Can you please elaborate?
>>
>> Thanks
>> Gil
>>
>> On Wed, Oct 26, 2016 at 11:50 AM, Tal Nisan 
>> wrote:
>>
>>> This patch for example:
>>> https://gerrit.ovirt.org/#/c/65398/
>>>
>>>
>>> ___
>>> Infra mailing list
>>> Infra@ovirt.org
>>> http://lists.ovirt.org/mailman/listinfo/infra
>>>
>>>
>>
>
> ___
> Infra mailing list
> Infra@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/infra
>
>


 --
 Eyal Edri
 Associate Manager
 RHV DevOps
 EMEA ENG Virtualization R
 Red Hat Israel

 phone: +972-9-7692018
 irc: eedri (on #tlv #rhev-dev #rhev-integ)

>>>
>>>
>>
>
>
> --
> Eyal Edri
> Associate Manager
> RHV DevOps
> EMEA ENG Virtualization R
> Red Hat Israel
>
> phone: +972-9-7692018
> irc: eedri (on #tlv #rhev-dev #rhev-integ)
>



-- 
Eyal Edri
Associate Manager
RHV DevOps
EMEA ENG Virtualization R
Red Hat Israel

phone: +972-9-7692018
irc: eedri (on #tlv #rhev-dev #rhev-integ)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: ovirt-engine-4.0.5 is not treated as a monitored stable branch

2016-10-30 Thread Tal Nisan
That was an example, the patch should have got -verified as a 4.1 bug url
in a 4.0.5 branch

On Sun, Oct 30, 2016 at 3:27 PM, Shlomo Ben David 
wrote:

> Hi,
>
> Tal: The '*Check merged to previous*' hook is checking if the current
> patch was merged to previous stable branches and i think that it is not
> related to the one that you're searching.
>
> Eyal: Currently there is no hook that checks if branch is enabled, but
> there is hook that checks if the patch major version branch is [equal /
> higher / lower] than the bug target milestone major version.
> i'll explain by giving you few examples and their results:
>
> Example 1:
> tm: '---'(empty target milestone)
> branch major version: any
> result: *WARN MSG*
>
> Example 2:
> tm major version: 3.6
> branch major version: 3.6
> result: *OK MSG*
>
> Example 3:
> tm major version: 3.6
> branch major version: 4.0
> result: checks for clone flags
> (if tm major version in flags - *OK MSG* else *WARN MSG*)
>
> Example 4:
> tm major version: 4.0
> branch major version: 3.6
> result: *WARN MSG*
>
>
> Best Regards,
>
> Shlomi Ben-David | DevOps Engineer | Red Hat ISRAEL
> RHCSA | RHCE
> IRC: shlomibendavid (on #rhev-integ, #rhev-dev, #rhev-ci)
>
> OPEN SOURCE - 1 4 011 && 011 4 1
>
> On Sun, Oct 30, 2016 at 9:45 AM, Eyal Edri  wrote:
>
>> Shlomi,
>> Can you check if we have the hook for verifying right branch is enabled?
>>
>>
>>
>> On Thu, Oct 27, 2016 at 11:00 AM, Tal Nisan  wrote:
>>
>>> This patch was pushed to 4.0.5 with a bug that at the time of the push
>>> was 4.1, Gerrit hooks should have marked it as -verified, instead you get:
>>>
>>>- Check merged to previous::IGNORE, Not in stable branch
>>>(['ovirt-engine-3.6', 'ovirt-engine-4.0', 'ovirt-engine-3.6.9',
>>>'ovirt-engine-4.0.2', 'ovirt-engine-4.0.4'])
>>>
>>>
>>> On Thu, Oct 27, 2016 at 9:55 AM, Gil Shinar  wrote:
>>>
 Can you please elaborate?

 Thanks
 Gil

 On Wed, Oct 26, 2016 at 11:50 AM, Tal Nisan  wrote:

> This patch for example:
> https://gerrit.ovirt.org/#/c/65398/
>
>
> ___
> Infra mailing list
> Infra@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/infra
>
>

>>>
>>> ___
>>> Infra mailing list
>>> Infra@ovirt.org
>>> http://lists.ovirt.org/mailman/listinfo/infra
>>>
>>>
>>
>>
>> --
>> Eyal Edri
>> Associate Manager
>> RHV DevOps
>> EMEA ENG Virtualization R
>> Red Hat Israel
>>
>> phone: +972-9-7692018
>> irc: eedri (on #tlv #rhev-dev #rhev-integ)
>>
>
>
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: ovirt-engine-4.0.5 is not treated as a monitored stable branch

2016-10-30 Thread Shlomo Ben David
Hi,

Tal: The '*Check merged to previous*' hook is checking if the current patch
was merged to previous stable branches and i think that it is not related
to the one that you're searching.

Eyal: Currently there is no hook that checks if branch is enabled, but
there is hook that checks if the patch major version branch is [equal /
higher / lower] than the bug target milestone major version.
i'll explain by giving you few examples and their results:

Example 1:
tm: '---'(empty target milestone)
branch major version: any
result: *WARN MSG*

Example 2:
tm major version: 3.6
branch major version: 3.6
result: *OK MSG*

Example 3:
tm major version: 3.6
branch major version: 4.0
result: checks for clone flags
(if tm major version in flags - *OK MSG* else *WARN MSG*)

Example 4:
tm major version: 4.0
branch major version: 3.6
result: *WARN MSG*


Best Regards,

Shlomi Ben-David | DevOps Engineer | Red Hat ISRAEL
RHCSA | RHCE
IRC: shlomibendavid (on #rhev-integ, #rhev-dev, #rhev-ci)

OPEN SOURCE - 1 4 011 && 011 4 1

On Sun, Oct 30, 2016 at 9:45 AM, Eyal Edri  wrote:

> Shlomi,
> Can you check if we have the hook for verifying right branch is enabled?
>
>
>
> On Thu, Oct 27, 2016 at 11:00 AM, Tal Nisan  wrote:
>
>> This patch was pushed to 4.0.5 with a bug that at the time of the push
>> was 4.1, Gerrit hooks should have marked it as -verified, instead you get:
>>
>>- Check merged to previous::IGNORE, Not in stable branch
>>(['ovirt-engine-3.6', 'ovirt-engine-4.0', 'ovirt-engine-3.6.9',
>>'ovirt-engine-4.0.2', 'ovirt-engine-4.0.4'])
>>
>>
>> On Thu, Oct 27, 2016 at 9:55 AM, Gil Shinar  wrote:
>>
>>> Can you please elaborate?
>>>
>>> Thanks
>>> Gil
>>>
>>> On Wed, Oct 26, 2016 at 11:50 AM, Tal Nisan  wrote:
>>>
 This patch for example:
 https://gerrit.ovirt.org/#/c/65398/


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


>>>
>>
>> ___
>> Infra mailing list
>> Infra@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/infra
>>
>>
>
>
> --
> Eyal Edri
> Associate Manager
> RHV DevOps
> EMEA ENG Virtualization R
> Red Hat Israel
>
> phone: +972-9-7692018
> irc: eedri (on #tlv #rhev-dev #rhev-integ)
>
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: ovirt-engine-4.0.5 is not treated as a monitored stable branch

2016-10-30 Thread Eyal Edri
Shlomi,
Can you check if we have the hook for verifying right branch is enabled?



On Thu, Oct 27, 2016 at 11:00 AM, Tal Nisan  wrote:

> This patch was pushed to 4.0.5 with a bug that at the time of the push was
> 4.1, Gerrit hooks should have marked it as -verified, instead you get:
>
>- Check merged to previous::IGNORE, Not in stable branch
>(['ovirt-engine-3.6', 'ovirt-engine-4.0', 'ovirt-engine-3.6.9',
>'ovirt-engine-4.0.2', 'ovirt-engine-4.0.4'])
>
>
> On Thu, Oct 27, 2016 at 9:55 AM, Gil Shinar  wrote:
>
>> Can you please elaborate?
>>
>> Thanks
>> Gil
>>
>> On Wed, Oct 26, 2016 at 11:50 AM, Tal Nisan  wrote:
>>
>>> This patch for example:
>>> https://gerrit.ovirt.org/#/c/65398/
>>>
>>>
>>> ___
>>> Infra mailing list
>>> Infra@ovirt.org
>>> http://lists.ovirt.org/mailman/listinfo/infra
>>>
>>>
>>
>
> ___
> Infra mailing list
> Infra@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/infra
>
>


-- 
Eyal Edri
Associate Manager
RHV DevOps
EMEA ENG Virtualization R
Red Hat Israel

phone: +972-9-7692018
irc: eedri (on #tlv #rhev-dev #rhev-integ)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: ovirt-engine-4.0.5 is not treated as a monitored stable branch

2016-10-27 Thread Tal Nisan
This patch was pushed to 4.0.5 with a bug that at the time of the push was
4.1, Gerrit hooks should have marked it as -verified, instead you get:

   - Check merged to previous::IGNORE, Not in stable branch
   (['ovirt-engine-3.6', 'ovirt-engine-4.0', 'ovirt-engine-3.6.9',
   'ovirt-engine-4.0.2', 'ovirt-engine-4.0.4'])


On Thu, Oct 27, 2016 at 9:55 AM, Gil Shinar  wrote:

> Can you please elaborate?
>
> Thanks
> Gil
>
> On Wed, Oct 26, 2016 at 11:50 AM, Tal Nisan  wrote:
>
>> This patch for example:
>> https://gerrit.ovirt.org/#/c/65398/
>>
>>
>> ___
>> Infra mailing list
>> Infra@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/infra
>>
>>
>
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: ovirt-engine-4.0.5 is not treated as a monitored stable branch

2016-10-27 Thread Gil Shinar
Can you please elaborate?

Thanks
Gil

On Wed, Oct 26, 2016 at 11:50 AM, Tal Nisan  wrote:

> This patch for example:
> https://gerrit.ovirt.org/#/c/65398/
>
>
> ___
> Infra mailing list
> Infra@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/infra
>
>
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


ovirt-engine-4.0.5 is not treated as a monitored stable branch

2016-10-26 Thread Tal Nisan
This patch for example:
https://gerrit.ovirt.org/#/c/65398/
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra