Re: [vdsm] CI tests jobs for branch ovirt-3.5

2015-11-18 Thread Dan Kenigsberg
On Wed, Nov 18, 2015 at 02:53:47PM +0100, David Caro wrote:
> On 11/18 14:49, Petr Horacek wrote:
> > Could you just give me a link to that failing jobs please?
> 
> 
> Sure : http://jenkins.ovirt.org/search/?q=vdsm_3.5_check-patch


14:48:25 ERROR: testGetBondingOptions (netinfoTests.TestNetinfo)
14:48:25 --
14:48:25 Traceback (most recent call last):
14:48:25   File 
"/home/jenkins/workspace/vdsm_3.5_check-patch-el6-x86_64/vdsm/tests/monkeypatch.py",
 line 133, in wrapper
14:48:25 return f(*args, **kw)
14:48:25   File "/usr/lib64/python2.6/contextlib.py", line 34, in __exit__
14:48:25 self.gen.throw(type, value, traceback)
14:48:25   File 
"/home/jenkins/workspace/vdsm_3.5_check-patch-el6-x86_64/vdsm/tests/monkeypatch.py",
 line 110, in MonkeyPatchScope
14:48:25 yield {}
14:48:25   File 
"/home/jenkins/workspace/vdsm_3.5_check-patch-el6-x86_64/vdsm/tests/monkeypatch.py",
 line 133, in wrapper
14:48:25 return f(*args, **kw)
14:48:25   File 
"/home/jenkins/workspace/vdsm_3.5_check-patch-el6-x86_64/vdsm/tests/testValidation.py",
 line 100, in wrapper
14:48:25 return f(*args, **kwargs)
14:48:25   File 
"/home/jenkins/workspace/vdsm_3.5_check-patch-el6-x86_64/vdsm/tests/netinfoTests.py",
 line 370, in testGetBondingOptions
14:48:25 with open(BONDING_MASTERS, 'w') as bonds:
14:48:25 IOError: [Errno 13] Permission denied: '/sys/class/net/bonding_masters'

seems to be failing due to a missing monkeypatch, or a missing kernel module.
Ondra, could you take a look?

14:48:25 FAIL: testFakeNics (netinfoTests.TestNetinfo)
14:48:25 --
14:48:25 Traceback (most recent call last):
14:48:25   File 
"/home/jenkins/workspace/vdsm_3.5_check-patch-el6-x86_64/vdsm/tests/testValidation.py",
 line 100, in wrapper
14:48:25 return f(*args, **kwargs)
14:48:25   File 
"/home/jenkins/workspace/vdsm_3.5_check-patch-el6-x86_64/vdsm/tests/netinfoTests.py",
 line 236, in testFakeNics
14:48:25 nics))
14:48:25 AssertionError: Some of hidden devices set(['mehd_28', 'mehv_68', 
'mehv_66']) is shown in nics ['eth0', 'dummy0', 'dummy_85', 'mehd_28', 
'veth_34', 'veth_22'] 

is more bizarre. In any case, can you mark then as @brokentest("on jenkins")
until we solve the riddle?
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: [vdsm] CI tests jobs for branch ovirt-3.5

2015-11-18 Thread David Caro


Ping

The jobs were created a few days ago, but still failing, should I
remove/disable them?

On 11/12 08:38, Francesco Romani wrote:
> 
> 
> - Original Message -
> > From: "David Caro" <dc...@redhat.com>
> > To: "Francesco Romani" <from...@redhat.com>
> > Cc: infra@ovirt.org
> > Sent: Thursday, November 12, 2015 1:10:28 PM
> > Subject: Re: [vdsm] CI tests jobs for branch ovirt-3.5
> > 
> > 
> > Sure, which distros do you want to run it for?
> 
> I'd say F22, EL6 and EL7
> 
> > Also, I only see the check-patch script there, you only want to run that
> > stage?
> 
> Yes, this is intentional. We start from there.
> 
> Thanks a lot!
> 
> > 
> > On 11/12, Francesco Romani wrote:
> > > Hi Infra,
> > > 
> > > in branch ovirt-3.5 we ported a few patches[1] to conform with the new
> > > style CI
> > > test standards[2]. It should work now, and if it doesn't, I'll work to fix
> > > the missing parts.
> > > 
> > > Can we enable the automated tests on that branch? I've few patches I'd 
> > > like
> > > to check, like
> > > https://gerrit.ovirt.org/#/c/48195/ and following.
> > > 
> > > Thanks!
> > > 
> > > +++
> > > 
> > > [1] https://bugzilla.redhat.com/show_bug.cgi?id=1267851
> > > [2] http://www.ovirt.org/index.php?title=CI/Build_and_test_standards
> > > 
> > > --
> > > Francesco Romani
> > > RedHat Engineering Virtualization R & D
> > > Phone: 8261328
> > > IRC: fromani
> > > ___
> > > 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
> > 
> > Tel.: +420 532 294 605
> > Email: dc...@redhat.com
> > Web: www.redhat.com
> > RHT Global #: 82-62605
> > 
> 
> -- 
> Francesco Romani
> RedHat Engineering Virtualization R & D
> Phone: 8261328
> IRC: fromani

-- 
David Caro

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

Tel.: +420 532 294 605
Email: dc...@redhat.com
Web: www.redhat.com
RHT Global #: 82-62605


signature.asc
Description: PGP signature
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: [vdsm] CI tests jobs for branch ovirt-3.5

2015-11-18 Thread Francesco Romani
- Original Message -
> From: "David Caro" <dc...@redhat.com>
> To: "Francesco Romani" <from...@redhat.com>
> Cc: infra@ovirt.org
> Sent: Wednesday, November 18, 2015 12:11:01 PM
> Subject: Re: [vdsm] CI tests jobs for branch ovirt-3.5
> 
> 
> 
> Ping
> 
> The jobs were created a few days ago, but still failing, should I
> remove/disable them?

My reasoning is still the same, we should fix the errors, last time I checked
they were network errors. We need some network devs to look on them.
I'd rather not blindly disable tests, we did once and I didn't like that.

If there are more, or different, errors, please point me to them.

-- 
Francesco Romani
RedHat Engineering Virtualization R & D
Phone: 8261328
IRC: fromani
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: [vdsm] CI tests jobs for branch ovirt-3.5

2015-11-18 Thread David Caro
On 11/18 06:18, Francesco Romani wrote:
> - Original Message -
> > From: "David Caro" <dc...@redhat.com>
> > To: "Francesco Romani" <from...@redhat.com>
> > Cc: infra@ovirt.org
> > Sent: Wednesday, November 18, 2015 12:11:01 PM
> > Subject: Re: [vdsm] CI tests jobs for branch ovirt-3.5
> > 
> > 
> > 
> > Ping
> > 
> > The jobs were created a few days ago, but still failing, should I
> > remove/disable them?
> 
> My reasoning is still the same, we should fix the errors, last time I checked
> they were network errors. We need some network devs to look on them.
> I'd rather not blindly disable tests, we did once and I didn't like that.
> 
> If there are more, or different, errors, please point me to them.

Same error so far, just pinging the thread to make sure it does not get
forgotten.

btw. who is the dev in charge of checking that issue?

> 
> -- 
> Francesco Romani
> RedHat Engineering Virtualization R & D
> Phone: 8261328
> IRC: fromani
> ___
> 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

Tel.: +420 532 294 605
Email: dc...@redhat.com
Web: www.redhat.com
RHT Global #: 82-62605


signature.asc
Description: PGP signature
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: [vdsm] CI tests jobs for branch ovirt-3.5

2015-11-18 Thread David Caro
On 11/18 14:49, Petr Horacek wrote:
> Could you just give me a link to that failing jobs please?


Sure : http://jenkins.ovirt.org/search/?q=vdsm_3.5_check-patch

> 
> 2015-11-18 14:48 GMT+01:00 David Caro <dc...@redhat.com>:
> >
> > Thanks!
> >
> > On 11/18 14:47, Petr Horacek wrote:
> >> I don't know if i was assigned to this issue, but I usually do this
> >> kind of work, so I'm gonna take a look.
> >>
> >> 2015-11-18 12:22 GMT+01:00 David Caro <dc...@redhat.com>:
> >> > On 11/18 06:18, Francesco Romani wrote:
> >> >> - Original Message -
> >> >> > From: "David Caro" <dc...@redhat.com>
> >> >> > To: "Francesco Romani" <from...@redhat.com>
> >> >> > Cc: infra@ovirt.org
> >> >> > Sent: Wednesday, November 18, 2015 12:11:01 PM
> >> >> > Subject: Re: [vdsm] CI tests jobs for branch ovirt-3.5
> >> >> >
> >> >> >
> >> >> >
> >> >> > Ping
> >> >> >
> >> >> > The jobs were created a few days ago, but still failing, should I
> >> >> > remove/disable them?
> >> >>
> >> >> My reasoning is still the same, we should fix the errors, last time I 
> >> >> checked
> >> >> they were network errors. We need some network devs to look on them.
> >> >> I'd rather not blindly disable tests, we did once and I didn't like 
> >> >> that.
> >> >>
> >> >> If there are more, or different, errors, please point me to them.
> >> >
> >> > Same error so far, just pinging the thread to make sure it does not get
> >> > forgotten.
> >> >
> >> > btw. who is the dev in charge of checking that issue?
> >> >
> >> >>
> >> >> --
> >> >> Francesco Romani
> >> >> RedHat Engineering Virtualization R & D
> >> >> Phone: 8261328
> >> >> IRC: fromani
> >> >> ___
> >> >> 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
> >> >
> >> > Tel.: +420 532 294 605
> >> > Email: dc...@redhat.com
> >> > Web: www.redhat.com
> >> > RHT Global #: 82-62605
> >> ___
> >> 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
> >
> > Tel.: +420 532 294 605
> > Email: dc...@redhat.com
> > IRC: dcaro|dcaroest@{freenode|oftc|redhat}
> > Web: www.redhat.com
> > RHT Global #: 82-62605

-- 
David Caro

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

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


signature.asc
Description: PGP signature
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: [vdsm] CI tests jobs for branch ovirt-3.5

2015-11-18 Thread Petr Horacek
Could you just give me a link to that failing jobs please?

2015-11-18 14:48 GMT+01:00 David Caro <dc...@redhat.com>:
>
> Thanks!
>
> On 11/18 14:47, Petr Horacek wrote:
>> I don't know if i was assigned to this issue, but I usually do this
>> kind of work, so I'm gonna take a look.
>>
>> 2015-11-18 12:22 GMT+01:00 David Caro <dc...@redhat.com>:
>> > On 11/18 06:18, Francesco Romani wrote:
>> >> - Original Message -
>> >> > From: "David Caro" <dc...@redhat.com>
>> >> > To: "Francesco Romani" <from...@redhat.com>
>> >> > Cc: infra@ovirt.org
>> >> > Sent: Wednesday, November 18, 2015 12:11:01 PM
>> >> > Subject: Re: [vdsm] CI tests jobs for branch ovirt-3.5
>> >> >
>> >> >
>> >> >
>> >> > Ping
>> >> >
>> >> > The jobs were created a few days ago, but still failing, should I
>> >> > remove/disable them?
>> >>
>> >> My reasoning is still the same, we should fix the errors, last time I 
>> >> checked
>> >> they were network errors. We need some network devs to look on them.
>> >> I'd rather not blindly disable tests, we did once and I didn't like that.
>> >>
>> >> If there are more, or different, errors, please point me to them.
>> >
>> > Same error so far, just pinging the thread to make sure it does not get
>> > forgotten.
>> >
>> > btw. who is the dev in charge of checking that issue?
>> >
>> >>
>> >> --
>> >> Francesco Romani
>> >> RedHat Engineering Virtualization R & D
>> >> Phone: 8261328
>> >> IRC: fromani
>> >> ___
>> >> 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
>> >
>> > Tel.: +420 532 294 605
>> > Email: dc...@redhat.com
>> > Web: www.redhat.com
>> > RHT Global #: 82-62605
>> ___
>> 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
>
> Tel.: +420 532 294 605
> Email: dc...@redhat.com
> IRC: dcaro|dcaroest@{freenode|oftc|redhat}
> Web: www.redhat.com
> RHT Global #: 82-62605
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: [vdsm] CI tests jobs for branch ovirt-3.5

2015-11-18 Thread David Caro

Thanks!

On 11/18 14:47, Petr Horacek wrote:
> I don't know if i was assigned to this issue, but I usually do this
> kind of work, so I'm gonna take a look.
> 
> 2015-11-18 12:22 GMT+01:00 David Caro <dc...@redhat.com>:
> > On 11/18 06:18, Francesco Romani wrote:
> >> - Original Message -
> >> > From: "David Caro" <dc...@redhat.com>
> >> > To: "Francesco Romani" <from...@redhat.com>
> >> > Cc: infra@ovirt.org
> >> > Sent: Wednesday, November 18, 2015 12:11:01 PM
> >> > Subject: Re: [vdsm] CI tests jobs for branch ovirt-3.5
> >> >
> >> >
> >> >
> >> > Ping
> >> >
> >> > The jobs were created a few days ago, but still failing, should I
> >> > remove/disable them?
> >>
> >> My reasoning is still the same, we should fix the errors, last time I 
> >> checked
> >> they were network errors. We need some network devs to look on them.
> >> I'd rather not blindly disable tests, we did once and I didn't like that.
> >>
> >> If there are more, or different, errors, please point me to them.
> >
> > Same error so far, just pinging the thread to make sure it does not get
> > forgotten.
> >
> > btw. who is the dev in charge of checking that issue?
> >
> >>
> >> --
> >> Francesco Romani
> >> RedHat Engineering Virtualization R & D
> >> Phone: 8261328
> >> IRC: fromani
> >> ___
> >> 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
> >
> > Tel.: +420 532 294 605
> > Email: dc...@redhat.com
> > Web: www.redhat.com
> > RHT Global #: 82-62605
> ___
> 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

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


signature.asc
Description: PGP signature
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: [vdsm] CI tests jobs for branch ovirt-3.5

2015-11-18 Thread Petr Horacek
I don't know if i was assigned to this issue, but I usually do this
kind of work, so I'm gonna take a look.

2015-11-18 12:22 GMT+01:00 David Caro <dc...@redhat.com>:
> On 11/18 06:18, Francesco Romani wrote:
>> - Original Message -
>> > From: "David Caro" <dc...@redhat.com>
>> > To: "Francesco Romani" <from...@redhat.com>
>> > Cc: infra@ovirt.org
>> > Sent: Wednesday, November 18, 2015 12:11:01 PM
>> > Subject: Re: [vdsm] CI tests jobs for branch ovirt-3.5
>> >
>> >
>> >
>> > Ping
>> >
>> > The jobs were created a few days ago, but still failing, should I
>> > remove/disable them?
>>
>> My reasoning is still the same, we should fix the errors, last time I checked
>> they were network errors. We need some network devs to look on them.
>> I'd rather not blindly disable tests, we did once and I didn't like that.
>>
>> If there are more, or different, errors, please point me to them.
>
> Same error so far, just pinging the thread to make sure it does not get
> forgotten.
>
> btw. who is the dev in charge of checking that issue?
>
>>
>> --
>> Francesco Romani
>> RedHat Engineering Virtualization R & D
>> Phone: 8261328
>> IRC: fromani
>> ___
>> 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
>
> Tel.: +420 532 294 605
> Email: dc...@redhat.com
> Web: www.redhat.com
> RHT Global #: 82-62605
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: [vdsm] CI tests jobs for branch ovirt-3.5

2015-11-12 Thread David Caro

Sure, which distros do you want to run it for?

Also, I only see the check-patch script there, you only want to run that stage?

On 11/12, Francesco Romani wrote:
> Hi Infra,
> 
> in branch ovirt-3.5 we ported a few patches[1] to conform with the new style 
> CI
> test standards[2]. It should work now, and if it doesn't, I'll work to fix 
> the missing parts.
> 
> Can we enable the automated tests on that branch? I've few patches I'd like 
> to check, like
> https://gerrit.ovirt.org/#/c/48195/ and following.
> 
> Thanks!
> 
> +++
> 
> [1] https://bugzilla.redhat.com/show_bug.cgi?id=1267851
> [2] http://www.ovirt.org/index.php?title=CI/Build_and_test_standards
> 
> -- 
> Francesco Romani
> RedHat Engineering Virtualization R & D
> Phone: 8261328
> IRC: fromani
> ___
> 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

Tel.: +420 532 294 605
Email: dc...@redhat.com
Web: www.redhat.com
RHT Global #: 82-62605


signature.asc
Description: PGP signature
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: [vdsm] CI tests jobs for branch ovirt-3.5

2015-11-12 Thread Francesco Romani


- Original Message -
> From: "David Caro" <dc...@redhat.com>
> To: "Francesco Romani" <from...@redhat.com>
> Cc: infra@ovirt.org
> Sent: Thursday, November 12, 2015 1:10:28 PM
> Subject: Re: [vdsm] CI tests jobs for branch ovirt-3.5
> 
> 
> Sure, which distros do you want to run it for?

I'd say F22, EL6 and EL7

> Also, I only see the check-patch script there, you only want to run that
> stage?

Yes, this is intentional. We start from there.

Thanks a lot!

> 
> On 11/12, Francesco Romani wrote:
> > Hi Infra,
> > 
> > in branch ovirt-3.5 we ported a few patches[1] to conform with the new
> > style CI
> > test standards[2]. It should work now, and if it doesn't, I'll work to fix
> > the missing parts.
> > 
> > Can we enable the automated tests on that branch? I've few patches I'd like
> > to check, like
> > https://gerrit.ovirt.org/#/c/48195/ and following.
> > 
> > Thanks!
> > 
> > +++
> > 
> > [1] https://bugzilla.redhat.com/show_bug.cgi?id=1267851
> > [2] http://www.ovirt.org/index.php?title=CI/Build_and_test_standards
> > 
> > --
> > Francesco Romani
> > RedHat Engineering Virtualization R & D
> > Phone: 8261328
> > IRC: fromani
> > ___
> > 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
> 
> Tel.: +420 532 294 605
> Email: dc...@redhat.com
> Web: www.redhat.com
> RHT Global #: 82-62605
> 

-- 
Francesco Romani
RedHat Engineering Virtualization R & D
Phone: 8261328
IRC: fromani
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra