Re: Change in ovirt-engine[master]: core: mask fencing alerts when disabled in cluster

2016-05-30 Thread Martin Perina
On Mon, May 30, 2016 at 9:35 AM, Eyal Edri  wrote:

> both check-patch and check-merge are using the following rpmbuild params:
>
> rpmbuild \
> -D "_rpmdir $PWD/output" \
> -D "_topmdir $PWD/rpmbuild" \
> -D "release_suffix ${SUFFIX}" \
> -D "ovirt_build_ut $BUILD_UT" \
> -D "ovirt_build_extra_flags $EXTRA_BUILD_FLAGS" \
> -D "ovirt_build_quick 1" \
> --rebuild output/*.src.rpm
>
>
> I think the -D "ovirt_build_quick 1"  skips GWT compilation or at
> least some of the permutations, so if the errors was related to GWT it
> explains the problem.​
>
I suggest to change check-merge to include the basic GWT compilation with a
> single permutation so we'll catch these at least after merge (if its
> doesn't take too long, worth considering adding to
> check-patch.sh).
>

​Yes, ovirt_build_quick skips GWT compilation completely, we should use
ovirt_build_minimal which compiles GWT for English and Firefox only.
​


>
> This requires a patch to ovirt-engine automation/check-merge.sh file on
> master, ovirt-engine-4.0 and ovirt-engine-3.6.
>

​Here's the patch for master:

https://gerrit.ovirt.org/58246
​


>
>
>
>
>
>
>
>
> On Mon, May 30, 2016 at 10:25 AM, Martin Perina 
> wrote:
>
>>
>>
>> On Mon, May 30, 2016 at 9:05 AM, Barak Korren  wrote:
>>
>>> On 30 May 2016 at 09:51, Martin Perina  wrote:
>>> > Hi,
>>> >
>>> > I just verified that local build is is broken by the same error in
>>> > HostedEngineDeployConfiguration.
>>> > I will post a fix for that, but upgrade-job build is correct (raised
>>> build
>>> > failure) and check-merged jobs
>>> > are broken (producing success although build is broken), could you
>>> please
>>> > fix them asap?.
>>> >
>>>
>>> Since those are std-CI jobs, I've no clue what they do and how to fix
>>> them, and also no permissions to do so (I'm not an engine maintainer).
>>> Everything they do is in the automation dir.
>>>
>>> You can try to run them locally as well, see [1]
>>>
>>> [1]:
>>> http://ovirt-infra-docs.readthedocs.io/en/latest/CI/Build_and_test_standards.html#testing-the-scripts-locally
>>>
>>> It is an interesting problem though, what could make the build succeed
>>> inside mock but fail otherwise?
>>>
>>
>> ​There's no way how those builds could be successful regardless of using
>> mock, GWT build had always to fail without patch [2]​, so the issue is
>> somewhere inside CI/Jenkins/mock magic.
>>
>> I'm sorry, but I need today to focus in finishing patch for 3.6.7 bug, so
>> I don't have time to investigate the issue, but IMO it needs to be resolved
>> ASAP, otherwise
>> more broken patches can be merged.
>>
>> @Eyal, is there somebody in CI team who can investigate this (assuming CI
>> team members have much better knowledge of CI/Jenkins/mock magic
>>  and standard engine build command raised error correctly)?
>>
>> Thanks
>>
>> Martin
>>
>> [2] https://gerrit.ovirt.org/58242
>>
>>
>>> The loges here seem to do the same things:
>>>
>>> http://jenkins.ovirt.org/job/ovirt-engine_master_check-merged-el7-x86_64/419/artifact/exported-artifacts/logs.tgz
>>> (See the check_merged.sh log)
>>>
>>> --
>>> Barak Korren
>>> bkor...@redhat.com
>>> RHEV-CI Team
>>>
>>
>>
>
>
> --
> Eyal Edri
> Associate Manager
> RHEV 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: Change in ovirt-engine[master]: core: mask fencing alerts when disabled in cluster

2016-05-30 Thread Eyal Edri
both check-patch and check-merge are using the following rpmbuild params:

rpmbuild \
-D "_rpmdir $PWD/output" \
-D "_topmdir $PWD/rpmbuild" \
-D "release_suffix ${SUFFIX}" \
-D "ovirt_build_ut $BUILD_UT" \
-D "ovirt_build_extra_flags $EXTRA_BUILD_FLAGS" \
-D "ovirt_build_quick 1" \
--rebuild output/*.src.rpm


I think the -D "ovirt_build_quick 1"  skips GWT compilation or at least
some of the permutations, so if the errors was related to GWT it explains
the problem.
I suggest to change check-merge to include the basic GWT compilation with a
single permutation so we'll catch these at least after merge (if its
doesn't take too long, worth considering adding to
check-patch.sh).

This requires a patch to ovirt-engine automation/check-merge.sh file on
master, ovirt-engine-4.0 and ovirt-engine-3.6.








On Mon, May 30, 2016 at 10:25 AM, Martin Perina  wrote:

>
>
> On Mon, May 30, 2016 at 9:05 AM, Barak Korren  wrote:
>
>> On 30 May 2016 at 09:51, Martin Perina  wrote:
>> > Hi,
>> >
>> > I just verified that local build is is broken by the same error in
>> > HostedEngineDeployConfiguration.
>> > I will post a fix for that, but upgrade-job build is correct (raised
>> build
>> > failure) and check-merged jobs
>> > are broken (producing success although build is broken), could you
>> please
>> > fix them asap?.
>> >
>>
>> Since those are std-CI jobs, I've no clue what they do and how to fix
>> them, and also no permissions to do so (I'm not an engine maintainer).
>> Everything they do is in the automation dir.
>>
>> You can try to run them locally as well, see [1]
>>
>> [1]:
>> http://ovirt-infra-docs.readthedocs.io/en/latest/CI/Build_and_test_standards.html#testing-the-scripts-locally
>>
>> It is an interesting problem though, what could make the build succeed
>> inside mock but fail otherwise?
>>
>
> ​There's no way how those builds could be successful regardless of using
> mock, GWT build had always to fail without patch [2]​, so the issue is
> somewhere inside CI/Jenkins/mock magic.
>
> I'm sorry, but I need today to focus in finishing patch for 3.6.7 bug, so
> I don't have time to investigate the issue, but IMO it needs to be resolved
> ASAP, otherwise
> more broken patches can be merged.
>
> @Eyal, is there somebody in CI team who can investigate this (assuming CI
> team members have much better knowledge of CI/Jenkins/mock magic
>  and standard engine build command raised error correctly)?
>
> Thanks
>
> Martin
>
> [2] https://gerrit.ovirt.org/58242
>
>
>> The loges here seem to do the same things:
>>
>> http://jenkins.ovirt.org/job/ovirt-engine_master_check-merged-el7-x86_64/419/artifact/exported-artifacts/logs.tgz
>> (See the check_merged.sh log)
>>
>> --
>> Barak Korren
>> bkor...@redhat.com
>> RHEV-CI Team
>>
>
>


-- 
Eyal Edri
Associate Manager
RHEV 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: Change in ovirt-engine[master]: core: mask fencing alerts when disabled in cluster

2016-05-30 Thread Barak Korren
Adding Rgolan because he is discussing this in a different thread.

On 30 May 2016 at 10:25, Martin Perina  wrote:
>
>
> On Mon, May 30, 2016 at 9:05 AM, Barak Korren  wrote:
>>
>> On 30 May 2016 at 09:51, Martin Perina  wrote:
>> > Hi,
>> >
>> > I just verified that local build is is broken by the same error in
>> > HostedEngineDeployConfiguration.
>> > I will post a fix for that, but upgrade-job build is correct (raised
>> > build
>> > failure) and check-merged jobs
>> > are broken (producing success although build is broken), could you
>> > please
>> > fix them asap?.
>> >
>>
>> Since those are std-CI jobs, I've no clue what they do and how to fix
>> them, and also no permissions to do so (I'm not an engine maintainer).
>> Everything they do is in the automation dir.
>>
>> You can try to run them locally as well, see [1]
>>
>> [1]:
>> http://ovirt-infra-docs.readthedocs.io/en/latest/CI/Build_and_test_standards.html#testing-the-scripts-locally
>>
>> It is an interesting problem though, what could make the build succeed
>> inside mock but fail otherwise?
>
>
> There's no way how those builds could be successful regardless of using
> mock, GWT build had always to fail without patch [2], so the issue is
> somewhere inside CI/Jenkins/mock magic.
>
> I'm sorry, but I need today to focus in finishing patch for 3.6.7 bug, so I
> don't have time to investigate the issue, but IMO it needs to be resolved
> ASAP, otherwise
> more broken patches can be merged.
>
> @Eyal, is there somebody in CI team who can investigate this (assuming CI
> team members have much better knowledge of CI/Jenkins/mock magic
>  and standard engine build command raised error correctly)?
>
> Thanks
>
> Martin
>
> [2] https://gerrit.ovirt.org/58242
>
>>
>> The loges here seem to do the same things:
>>
>> http://jenkins.ovirt.org/job/ovirt-engine_master_check-merged-el7-x86_64/419/artifact/exported-artifacts/logs.tgz
>> (See the check_merged.sh log)
>>
>> --
>> Barak Korren
>> bkor...@redhat.com
>> RHEV-CI Team
>
>



-- 
Barak Korren
bkor...@redhat.com
RHEV-CI Team
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: Change in ovirt-engine[master]: core: mask fencing alerts when disabled in cluster

2016-05-30 Thread Martin Perina
On Mon, May 30, 2016 at 9:05 AM, Barak Korren  wrote:

> On 30 May 2016 at 09:51, Martin Perina  wrote:
> > Hi,
> >
> > I just verified that local build is is broken by the same error in
> > HostedEngineDeployConfiguration.
> > I will post a fix for that, but upgrade-job build is correct (raised
> build
> > failure) and check-merged jobs
> > are broken (producing success although build is broken), could you please
> > fix them asap?.
> >
>
> Since those are std-CI jobs, I've no clue what they do and how to fix
> them, and also no permissions to do so (I'm not an engine maintainer).
> Everything they do is in the automation dir.
>
> You can try to run them locally as well, see [1]
>
> [1]:
> http://ovirt-infra-docs.readthedocs.io/en/latest/CI/Build_and_test_standards.html#testing-the-scripts-locally
>
> It is an interesting problem though, what could make the build succeed
> inside mock but fail otherwise?
>

​There's no way how those builds could be successful regardless of using
mock, GWT build had always to fail without patch [2]​, so the issue is
somewhere inside CI/Jenkins/mock magic.

I'm sorry, but I need today to focus in finishing patch for 3.6.7 bug, so I
don't have time to investigate the issue, but IMO it needs to be resolved
ASAP, otherwise
more broken patches can be merged.

@Eyal, is there somebody in CI team who can investigate this (assuming CI
team members have much better knowledge of CI/Jenkins/mock magic
 and standard engine build command raised error correctly)?

Thanks

Martin

[2] https://gerrit.ovirt.org/58242


> The loges here seem to do the same things:
>
> http://jenkins.ovirt.org/job/ovirt-engine_master_check-merged-el7-x86_64/419/artifact/exported-artifacts/logs.tgz
> (See the check_merged.sh log)
>
> --
> Barak Korren
> bkor...@redhat.com
> RHEV-CI Team
>
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: Change in ovirt-engine[master]: core: mask fencing alerts when disabled in cluster

2016-05-30 Thread Barak Korren
On 30 May 2016 at 09:51, Martin Perina  wrote:
> Hi,
>
> I just verified that local build is is broken by the same error in
> HostedEngineDeployConfiguration.
> I will post a fix for that, but upgrade-job build is correct (raised build
> failure) and check-merged jobs
> are broken (producing success although build is broken), could you please
> fix them asap?.
>

Since those are std-CI jobs, I've no clue what they do and how to fix
them, and also no permissions to do so (I'm not an engine maintainer).
Everything they do is in the automation dir.

You can try to run them locally as well, see [1]

[1]: 
http://ovirt-infra-docs.readthedocs.io/en/latest/CI/Build_and_test_standards.html#testing-the-scripts-locally

It is an interesting problem though, what could make the build succeed
inside mock but fail otherwise?

The loges here seem to do the same things:
http://jenkins.ovirt.org/job/ovirt-engine_master_check-merged-el7-x86_64/419/artifact/exported-artifacts/logs.tgz
(See the check_merged.sh log)

-- 
Barak Korren
bkor...@redhat.com
RHEV-CI Team
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: Change in ovirt-engine[master]: core: mask fencing alerts when disabled in cluster

2016-05-30 Thread Martin Perina
Hi,

I just verified that local build is is broken by the same error in
HostedEngineDeployConfiguration.
I will post a fix for that, but upgrade-job build is correct (raised build
failure) and check-merged jobs
are broken (producing success although build is broken), could you please
fix them asap?.

Thanks

Martin


On Mon, May 30, 2016 at 8:31 AM, Barak Korren  wrote:

> On 30 May 2016 at 09:24, Martin Perina  wrote:
> > Hi,
> >
> > I'm missing something here, how can it fail on engine build when both
> build
> > jobs for the patch were successful?
> >
> >
> http://jenkins.ovirt.org/job/ovirt-engine_master_check-merged-el7-x86_64/419/
> >
> http://jenkins.ovirt.org/job/ovirt-engine_master_check-merged-fc23-x86_64/419/
> >
>
> The upgrade jobs use a different build process then the other jobs,
> mock and the rest of the stuff in the automation dir is not used.
> This is a result of the jobs being old-style rather then standard-ci.
> Also forwarded the errors to Sandro and others with hopes they can say
> what is missing for the build to succeed. The same jobs runs ok on 4.0
> and 3.6 atm.
>
> (Long term the upgrade checking logic should probably be combined into
> check_patch)
>
> --
> Barak Korren
> bkor...@redhat.com
> RHEV-CI Team
>
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: Change in ovirt-engine[master]: core: mask fencing alerts when disabled in cluster

2016-05-30 Thread Martin Perina
Hi,

I'm missing something here, how can it fail on engine build when both build
jobs for the patch were successful?

http://jenkins.ovirt.org/job/ovirt-engine_master_check-merged-el7-x86_64/419/
http://jenkins.ovirt.org/job/ovirt-engine_master_check-merged-fc23-x86_64/419/

Martin



On Mon, May 30, 2016 at 8:20 AM, Barak Korren  wrote:

> Hi,
>
> It is failing on engine build:
>
>
> [INFO] Compiling module org.ovirt.engine.ui.webadmin.WebAdmin
> [INFO]Validating units:
> [INFO]   [ERROR] Errors in
>
> 'jar:file:/home/jenkins/workspace/ovirt-engine_master_upgrade-from-master_el7_merged/tmp_repo/ovirt-engine-4.1.0/backend/manager/modules/common/target/common-4.1.0-SNAPSHOT-sources.jar!/org/ovirt/engine/core/common/action/VdsOperationActionParameters.java'
> [INFO]  [ERROR] Line 23: No source code is available for type
>
> org.ovirt.engine.core.common.businessentities.HostedEngineDeployConfiguration;
> did you forget to inherit a required module?
> [INFO]   [WARN] Warnings in
>
> 'jar:file:/home/jenkins/workspace/ovirt-engine_master_upgrade-from-master_el7_merged/tmp_repo/ovirt-engine-4.1.0/frontend/webadmin/modules/gwt-common/target/gwt-common-4.1.0-SNAPSHOT.jar!/org/ovirt/engine/ui/common/uicommon/SpicePluginImpl.java'
> [INFO]  [WARN] Line 133: Referencing deprecated class
> 'org.ovirt.engine.ui.common.uicommon.SpicePluginImpl'
> [INFO]  [WARN] Line 139: Referencing deprecated class
> 'org.ovirt.engine.ui.common.uicommon.SpicePluginImpl'
> [INFO]  [WARN] Line 142: Referencing deprecated class
> 'org.ovirt.engine.ui.common.uicommon.SpicePluginImpl'
> [INFO]  [WARN] Line 155: Referencing deprecated class
> 'org.ovirt.engine.ui.common.uicommon.SpicePluginImpl'
> [INFO]  [WARN] Line 160: Referencing deprecated class
> 'org.ovirt.engine.ui.common.uicommon.SpicePluginImpl'
> [INFO]  [WARN] Line 161: Referencing deprecated class
> 'org.ovirt.engine.ui.common.uicommon.SpicePluginImpl'
> [INFO]  [WARN] Line 170: Referencing deprecated class
> 'org.ovirt.engine.ui.common.uicommon.SpicePluginImpl'
> [INFO]  [WARN] Line 290: Referencing deprecated class
> 'org.ovirt.engine.ui.common.uicommon.SpicePluginImpl'
> [INFO]  [WARN] Line 293: Referencing deprecated class
> 'org.ovirt.engine.ui.common.uicommon.SpicePluginImpl'
> [INFO]  [WARN] Line 306: Referencing deprecated class
> 'org.ovirt.engine.ui.common.uicommon.SpicePluginImpl'
> [INFO]  [WARN] Line 308: Referencing deprecated class
> 'org.ovirt.engine.ui.common.uicommon.SpicePluginImpl'
> [INFO]  [WARN] Line 309: Referencing deprecated class
> 'org.ovirt.engine.ui.common.uicommon.SpicePluginImpl'
> [INFO]  [WARN] Line 310: Referencing deprecated class
> 'org.ovirt.engine.ui.common.uicommon.SpicePluginImpl'
> [INFO]  [WARN] Line 314: Referencing deprecated class
> 'org.ovirt.engine.ui.common.uicommon.SpicePluginImpl'
> [INFO]  [WARN] Line 315: Referencing deprecated class
> 'org.ovirt.engine.ui.common.uicommon.SpicePluginImpl'
> [INFO]  [WARN] Line 316: Referencing deprecated class
> 'org.ovirt.engine.ui.common.uicommon.SpicePluginImpl'
> [INFO]  [WARN] Line 327: Referencing deprecated class
> 'org.ovirt.engine.ui.common.uicommon.SpicePluginImpl'
> [INFO] warning javax.* types are not being woven because the weaver
> option '-Xset:weaveJavaxPackages=true' has not been specified
> [INFO][ERROR] Aborting compile due to errors in some input files
>
>
>
> See full build log here:
>
> http://jenkins.ovirt.org/job/ovirt-engine_master_upgrade-from-master_el7_merged/432/artifact/logs/_home_jenkins_workspace_ovirt-engine_master_upgrade-from-master_el7_merged_tmp_repo_rpmbuild.log.tgz
>
> Regards,
> Barak.
>
>
> On 30 May 2016 at 09:15, Martin Perina  wrote:
> > Hi,
> >
> > could you please take a look why upgrade-from-master job failed?
> >
> > Thanks
> >
> > Martin
> >
> >
> > On Mon, May 30, 2016 at 8:12 AM, Jenkins CI 
> > wrote:
> >>
> >> Jenkins CI has posted comments on this change.
> >>
> >> Change subject: core: mask fencing alerts when disabled in cluster
> >> ..
> >>
> >>
> >> Patch Set 5:
> >>
> >> Build Failed
> >>
> >>
> >>
> http://jenkins.ovirt.org/job/ovirt-engine_master_upgrade-from-master_el7_merged/432/
> >> : FAILURE
> >>
> >>
> >>
> http://jenkins.ovirt.org/job/ovirt-engine_master_check-merged-el7-x86_64/419/
> >> : SUCCESS
> >>
> >>
> >>
> http://jenkins.ovirt.org/job/ovirt-engine_master_check-merged-fc23-x86_64/419/
> >> : SUCCESS
> >>
> >> --
> >> To view, visit https://gerrit.ovirt.org/57879
> >> To unsubscribe, visit https://gerrit.ovirt.org/settings
> >>
> >> Gerrit-MessageType: comment
> >> Gerrit-Change-Id: I500ae184ade108ddbe1c10eaf3bc5b51e4a5c9ce
> >> Gerrit-PatchSet: 5
> >> Gerrit-Project: ovirt-engine
> >> Gerrit-Branch: master
> >> Gerrit-Owner: Eli 

Re: Change in ovirt-engine[master]: core: mask fencing alerts when disabled in cluster

2016-05-30 Thread Barak Korren
Hi,

It is failing on engine build:


[INFO] Compiling module org.ovirt.engine.ui.webadmin.WebAdmin
[INFO]Validating units:
[INFO]   [ERROR] Errors in
'jar:file:/home/jenkins/workspace/ovirt-engine_master_upgrade-from-master_el7_merged/tmp_repo/ovirt-engine-4.1.0/backend/manager/modules/common/target/common-4.1.0-SNAPSHOT-sources.jar!/org/ovirt/engine/core/common/action/VdsOperationActionParameters.java'
[INFO]  [ERROR] Line 23: No source code is available for type
org.ovirt.engine.core.common.businessentities.HostedEngineDeployConfiguration;
did you forget to inherit a required module?
[INFO]   [WARN] Warnings in
'jar:file:/home/jenkins/workspace/ovirt-engine_master_upgrade-from-master_el7_merged/tmp_repo/ovirt-engine-4.1.0/frontend/webadmin/modules/gwt-common/target/gwt-common-4.1.0-SNAPSHOT.jar!/org/ovirt/engine/ui/common/uicommon/SpicePluginImpl.java'
[INFO]  [WARN] Line 133: Referencing deprecated class
'org.ovirt.engine.ui.common.uicommon.SpicePluginImpl'
[INFO]  [WARN] Line 139: Referencing deprecated class
'org.ovirt.engine.ui.common.uicommon.SpicePluginImpl'
[INFO]  [WARN] Line 142: Referencing deprecated class
'org.ovirt.engine.ui.common.uicommon.SpicePluginImpl'
[INFO]  [WARN] Line 155: Referencing deprecated class
'org.ovirt.engine.ui.common.uicommon.SpicePluginImpl'
[INFO]  [WARN] Line 160: Referencing deprecated class
'org.ovirt.engine.ui.common.uicommon.SpicePluginImpl'
[INFO]  [WARN] Line 161: Referencing deprecated class
'org.ovirt.engine.ui.common.uicommon.SpicePluginImpl'
[INFO]  [WARN] Line 170: Referencing deprecated class
'org.ovirt.engine.ui.common.uicommon.SpicePluginImpl'
[INFO]  [WARN] Line 290: Referencing deprecated class
'org.ovirt.engine.ui.common.uicommon.SpicePluginImpl'
[INFO]  [WARN] Line 293: Referencing deprecated class
'org.ovirt.engine.ui.common.uicommon.SpicePluginImpl'
[INFO]  [WARN] Line 306: Referencing deprecated class
'org.ovirt.engine.ui.common.uicommon.SpicePluginImpl'
[INFO]  [WARN] Line 308: Referencing deprecated class
'org.ovirt.engine.ui.common.uicommon.SpicePluginImpl'
[INFO]  [WARN] Line 309: Referencing deprecated class
'org.ovirt.engine.ui.common.uicommon.SpicePluginImpl'
[INFO]  [WARN] Line 310: Referencing deprecated class
'org.ovirt.engine.ui.common.uicommon.SpicePluginImpl'
[INFO]  [WARN] Line 314: Referencing deprecated class
'org.ovirt.engine.ui.common.uicommon.SpicePluginImpl'
[INFO]  [WARN] Line 315: Referencing deprecated class
'org.ovirt.engine.ui.common.uicommon.SpicePluginImpl'
[INFO]  [WARN] Line 316: Referencing deprecated class
'org.ovirt.engine.ui.common.uicommon.SpicePluginImpl'
[INFO]  [WARN] Line 327: Referencing deprecated class
'org.ovirt.engine.ui.common.uicommon.SpicePluginImpl'
[INFO] warning javax.* types are not being woven because the weaver
option '-Xset:weaveJavaxPackages=true' has not been specified
[INFO][ERROR] Aborting compile due to errors in some input files



See full build log here:
http://jenkins.ovirt.org/job/ovirt-engine_master_upgrade-from-master_el7_merged/432/artifact/logs/_home_jenkins_workspace_ovirt-engine_master_upgrade-from-master_el7_merged_tmp_repo_rpmbuild.log.tgz

Regards,
Barak.


On 30 May 2016 at 09:15, Martin Perina  wrote:
> Hi,
>
> could you please take a look why upgrade-from-master job failed?
>
> Thanks
>
> Martin
>
>
> On Mon, May 30, 2016 at 8:12 AM, Jenkins CI 
> wrote:
>>
>> Jenkins CI has posted comments on this change.
>>
>> Change subject: core: mask fencing alerts when disabled in cluster
>> ..
>>
>>
>> Patch Set 5:
>>
>> Build Failed
>>
>>
>> http://jenkins.ovirt.org/job/ovirt-engine_master_upgrade-from-master_el7_merged/432/
>> : FAILURE
>>
>>
>> http://jenkins.ovirt.org/job/ovirt-engine_master_check-merged-el7-x86_64/419/
>> : SUCCESS
>>
>>
>> http://jenkins.ovirt.org/job/ovirt-engine_master_check-merged-fc23-x86_64/419/
>> : SUCCESS
>>
>> --
>> To view, visit https://gerrit.ovirt.org/57879
>> To unsubscribe, visit https://gerrit.ovirt.org/settings
>>
>> Gerrit-MessageType: comment
>> Gerrit-Change-Id: I500ae184ade108ddbe1c10eaf3bc5b51e4a5c9ce
>> Gerrit-PatchSet: 5
>> Gerrit-Project: ovirt-engine
>> Gerrit-Branch: master
>> Gerrit-Owner: Eli Mesika 
>> Gerrit-Reviewer: Eli Mesika 
>> Gerrit-Reviewer: Jenkins CI
>> Gerrit-Reviewer: Martin Peřina 
>> Gerrit-Reviewer: Oved Ourfali 
>> Gerrit-Reviewer: gerrit-hooks 
>> Gerrit-HasComments: No
>
>
>
> ___
> Infra mailing list
> Infra@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/infra
>



-- 
Barak Korren
bkor...@redhat.com
RHEV-CI Team
___
Infra mailing list

Re: Change in ovirt-engine[master]: core: mask fencing alerts when disabled in cluster

2016-05-30 Thread Martin Perina
Hi,

could you please take a look why upgrade-from-master job failed?

Thanks

Martin


On Mon, May 30, 2016 at 8:12 AM, Jenkins CI 
wrote:

> Jenkins CI has posted comments on this change.
>
> Change subject: core: mask fencing alerts when disabled in cluster
> ..
>
>
> Patch Set 5:
>
> Build Failed
>
>
> http://jenkins.ovirt.org/job/ovirt-engine_master_upgrade-from-master_el7_merged/432/
> : FAILURE
>
>
> http://jenkins.ovirt.org/job/ovirt-engine_master_check-merged-el7-x86_64/419/
> : SUCCESS
>
>
> http://jenkins.ovirt.org/job/ovirt-engine_master_check-merged-fc23-x86_64/419/
> : SUCCESS
>
> --
> To view, visit https://gerrit.ovirt.org/57879
> To unsubscribe, visit https://gerrit.ovirt.org/settings
>
> Gerrit-MessageType: comment
> Gerrit-Change-Id: I500ae184ade108ddbe1c10eaf3bc5b51e4a5c9ce
> Gerrit-PatchSet: 5
> Gerrit-Project: ovirt-engine
> Gerrit-Branch: master
> Gerrit-Owner: Eli Mesika 
> Gerrit-Reviewer: Eli Mesika 
> Gerrit-Reviewer: Jenkins CI
> Gerrit-Reviewer: Martin Peřina 
> Gerrit-Reviewer: Oved Ourfali 
> Gerrit-Reviewer: gerrit-hooks 
> Gerrit-HasComments: No
>
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra