[oVirt Jenkins] ovirt-release_master_build-artifacts-fcraw-x86_64 - Build # 67 - Failure!

2019-04-11 Thread jenkins
Project: 
http://jenkins.ovirt.org/job/ovirt-release_master_build-artifacts-fcraw-x86_64/ 
Build: 
http://jenkins.ovirt.org/job/ovirt-release_master_build-artifacts-fcraw-x86_64/67/
Build Number: 67
Build Status:  Failure
Triggered By: Started by timer

-
Changes Since Last Success:
-
Changes for Build #67
[Fred Rolland] Add Amit Bawer

[Sandro Bonazzola] fedora: fix dep repo file

[Simone Tiraboschi] Skip he-basic-role-remote-suite-4.2

[Daniel Belenky] mock_configs: update rawhide releasever

[Daniel Belenky] stdci_slaves: add timeouts to loader node




-
Failed Tests:
-
No tests ran.___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/OY4B5TBVNZZDWWV42ATCUWWUWANBGS5D/


[oVirt Jenkins] ovirt-system-tests_compat-4.2-suite-master - Build # 541 - Still Failing!

2019-04-11 Thread jenkins
Project: 
http://jenkins.ovirt.org/job/ovirt-system-tests_compat-4.2-suite-master/ 
Build: 
http://jenkins.ovirt.org/job/ovirt-system-tests_compat-4.2-suite-master/541/
Build Number: 541
Build Status:  Still Failing
Triggered By: Started by timer

-
Changes Since Last Success:
-
Changes for Build #533
[Eitan Raviv] hostlib: report host mgmt net and its attachment data


Changes for Build #534
[Eitan Raviv] hostlib: report host mgmt net and its attachment data


Changes for Build #535
[Eitan Raviv] hostlib: report host mgmt net and its attachment data


Changes for Build #536
[Eitan Raviv] hostlib: report host mgmt net and its attachment data


Changes for Build #537
[Dominik Holler] basic-suite-master: Use 384MB memory for VM0

[Evgheni Dereveanchin] Make standard-manual-runner run concurrently


Changes for Build #538
[Ales Musil] network-suite-master: Add test to for vnic profile live update


Changes for Build #539
[Dominik Holler] network-suite-4.2: Skip test to for vnic profile live update

[Simone Tiraboschi] Add he-basic-role-remote


Changes for Build #540
[Dominik Holler] network-suite-4.2: Skip test to for vnic profile live update


Changes for Build #541
[Martin Perina] common: Really enable debug logging for engine

[Simone Tiraboschi] Skip he-basic-role-remote-suite-4.2

[Daniel Belenky] mock_configs: update rawhide releasever

[Daniel Belenky] stdci_slaves: add timeouts to loader node




-
Failed Tests:
-
1 tests failed.
FAILED:  002_bootstrap.add_secondary_storage_domains_42

Error Message:
Fault reason is "Operation Failed". Fault detail is "[Cannot attach Storage. 
Storage Domain format V5 is illegal.]". HTTP response code is 409.
 >> begin captured logging << 
lago.utils: DEBUG: Error while running thread Thread-624
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/lago/utils.py", line 57, in 
_ret_via_queue
queue.put({'return': func()})
  File 
"/home/jenkins/workspace/ovirt-system-tests_compat-4.2-suite-master/ovirt-system-tests/compat-4.2-suite-master/test-scenarios/002_bootstrap.py",
 line 423, in add_nfs_storage_domain
add_generic_nfs_storage_domain(prefix, SD_NFS_NAME, SD_NFS_HOST_NAME, 
SD_NFS_PATH, nfs_version='v4_2')
  File 
"/home/jenkins/workspace/ovirt-system-tests_compat-4.2-suite-master/ovirt-system-tests/compat-4.2-suite-master/test-scenarios/002_bootstrap.py",
 line 471, in add_generic_nfs_storage_domain
_add_storage_domain(api, p)
  File 
"/home/jenkins/workspace/ovirt-system-tests_compat-4.2-suite-master/ovirt-system-tests/compat-4.2-suite-master/test-scenarios/002_bootstrap.py",
 line 405, in _add_storage_domain
id=sd.id,
  File "/usr/lib64/python2.7/site-packages/ovirtsdk4/services.py", line 3053, 
in add
return self._internal_add(storage_domain, headers, query, wait)
  File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 232, in 
_internal_add
return future.wait() if wait else future
  File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 55, in 
wait
return self._code(response)
  File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 229, in 
callback
self._check_fault(response)
  File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 132, in 
_check_fault
self._raise_error(response, body)
  File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 118, in 
_raise_error
raise error
Error: Fault reason is "Operation Failed". Fault detail is "[Cannot attach 
Storage. Storage Domain format V5 is illegal.]". HTTP response code is 409.
lago.utils: DEBUG: Error while running thread Thread-626
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/lago/utils.py", line 57, in 
_ret_via_queue
queue.put({'return': func()})
  File 
"/home/jenkins/workspace/ovirt-system-tests_compat-4.2-suite-master/ovirt-system-tests/compat-4.2-suite-master/test-scenarios/002_bootstrap.py",
 line 429, in add_second_nfs_storage_domain
SD_NFS_HOST_NAME, SD_SECOND_NFS_PATH)
  File 
"/home/jenkins/workspace/ovirt-system-tests_compat-4.2-suite-master/ovirt-system-tests/compat-4.2-suite-master/test-scenarios/002_bootstrap.py",
 line 471, in add_generic_nfs_storage_domain
_add_storage_domain(api, p)
  File 
"/home/jenkins/workspace/ovirt-system-tests_compat-4.2-suite-master/ovirt-system-tests/compat-4.2-suite-master/test-scenarios/002_bootstrap.py",
 line 405, in _add_storage_domain
id=sd.id,
  File "/usr/lib64/python2.7/site-packages/ovirtsdk4/services.py", line 3053, 
in add
return self._internal_add(storage_domain, headers, query, wait)
  File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 232, in 
_internal_add
return future.wait() if wait else future
  File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 55, in 
wait
return 

[oVirt Jenkins] ovirt-system-tests_compat-4.3-suite-master - Build # 38 - Fixed!

2019-04-11 Thread jenkins
Project: 
http://jenkins.ovirt.org/job/ovirt-system-tests_compat-4.3-suite-master/ 
Build: 
http://jenkins.ovirt.org/job/ovirt-system-tests_compat-4.3-suite-master/38/
Build Number: 38
Build Status:  Fixed
Triggered By: Started by timer

-
Changes Since Last Success:
-
Changes for Build #37
[Dominik Holler] network-suite-4.2: Skip test to for vnic profile live update


Changes for Build #38
[Martin Perina] common: Really enable debug logging for engine

[Simone Tiraboschi] Skip he-basic-role-remote-suite-4.2

[Daniel Belenky] mock_configs: update rawhide releasever

[Daniel Belenky] stdci_slaves: add timeouts to loader node




-
Failed Tests:
-
All tests passed___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/IP2NY2DORGJKG7Y3Z3TUOWFDZIS2UQAP/


[oVirt Jenkins] ovirt-system-tests_compat-4.1-suite-master - Build # 541 - Still Failing!

2019-04-11 Thread jenkins
Project: 
http://jenkins.ovirt.org/job/ovirt-system-tests_compat-4.1-suite-master/ 
Build: 
http://jenkins.ovirt.org/job/ovirt-system-tests_compat-4.1-suite-master/541/
Build Number: 541
Build Status:  Still Failing
Triggered By: Started by timer

-
Changes Since Last Success:
-
Changes for Build #533
[Eitan Raviv] hostlib: report host mgmt net and its attachment data


Changes for Build #534
[Eitan Raviv] hostlib: report host mgmt net and its attachment data


Changes for Build #535
[Eitan Raviv] hostlib: report host mgmt net and its attachment data


Changes for Build #536
[Eitan Raviv] hostlib: report host mgmt net and its attachment data


Changes for Build #537
[Dominik Holler] basic-suite-master: Use 384MB memory for VM0

[Evgheni Dereveanchin] Make standard-manual-runner run concurrently


Changes for Build #538
[Ales Musil] network-suite-master: Add test to for vnic profile live update


Changes for Build #539
[Dominik Holler] network-suite-4.2: Skip test to for vnic profile live update

[Simone Tiraboschi] Add he-basic-role-remote


Changes for Build #540
[Dominik Holler] network-suite-4.2: Skip test to for vnic profile live update


Changes for Build #541
[Martin Perina] common: Really enable debug logging for engine

[Simone Tiraboschi] Skip he-basic-role-remote-suite-4.2

[Daniel Belenky] mock_configs: update rawhide releasever

[Daniel Belenky] stdci_slaves: add timeouts to loader node




-
Failed Tests:
-
1 tests failed.
FAILED:  002_bootstrap.add_secondary_storage_domains_41

Error Message:
Fault reason is "Operation Failed". Fault detail is "[Cannot attach Storage. 
Storage Domain format V5 is illegal.]". HTTP response code is 409.
 >> begin captured logging << 
lago.utils: DEBUG: Error while running thread Thread-626
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/lago/utils.py", line 57, in 
_ret_via_queue
queue.put({'return': func()})
  File 
"/home/jenkins/workspace/ovirt-system-tests_compat-4.1-suite-master/ovirt-system-tests/compat-4.1-suite-master/test-scenarios/002_bootstrap.py",
 line 429, in add_second_nfs_storage_domain
SD_NFS_HOST_NAME, SD_SECOND_NFS_PATH)
  File 
"/home/jenkins/workspace/ovirt-system-tests_compat-4.1-suite-master/ovirt-system-tests/compat-4.1-suite-master/test-scenarios/002_bootstrap.py",
 line 471, in add_generic_nfs_storage_domain
_add_storage_domain(api, p)
  File 
"/home/jenkins/workspace/ovirt-system-tests_compat-4.1-suite-master/ovirt-system-tests/compat-4.1-suite-master/test-scenarios/002_bootstrap.py",
 line 405, in _add_storage_domain
id=sd.id,
  File "/usr/lib64/python2.7/site-packages/ovirtsdk4/services.py", line 3053, 
in add
return self._internal_add(storage_domain, headers, query, wait)
  File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 232, in 
_internal_add
return future.wait() if wait else future
  File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 55, in 
wait
return self._code(response)
  File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 229, in 
callback
self._check_fault(response)
  File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 132, in 
_check_fault
self._raise_error(response, body)
  File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 118, in 
_raise_error
raise error
Error: Fault reason is "Operation Failed". Fault detail is "[Cannot attach 
Storage. Storage Domain format V5 is illegal.]". HTTP response code is 409.
lago.utils: DEBUG: Error while running thread Thread-624
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/lago/utils.py", line 57, in 
_ret_via_queue
queue.put({'return': func()})
  File 
"/home/jenkins/workspace/ovirt-system-tests_compat-4.1-suite-master/ovirt-system-tests/compat-4.1-suite-master/test-scenarios/002_bootstrap.py",
 line 423, in add_nfs_storage_domain
add_generic_nfs_storage_domain(prefix, SD_NFS_NAME, SD_NFS_HOST_NAME, 
SD_NFS_PATH, nfs_version='v4_2')
  File 
"/home/jenkins/workspace/ovirt-system-tests_compat-4.1-suite-master/ovirt-system-tests/compat-4.1-suite-master/test-scenarios/002_bootstrap.py",
 line 471, in add_generic_nfs_storage_domain
_add_storage_domain(api, p)
  File 
"/home/jenkins/workspace/ovirt-system-tests_compat-4.1-suite-master/ovirt-system-tests/compat-4.1-suite-master/test-scenarios/002_bootstrap.py",
 line 405, in _add_storage_domain
id=sd.id,
  File "/usr/lib64/python2.7/site-packages/ovirtsdk4/services.py", line 3053, 
in add
return self._internal_add(storage_domain, headers, query, wait)
  File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 232, in 
_internal_add
return future.wait() if wait else future
  File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 55, in 
wait
return 

oVirt infra daily report - unstable production jobs - 792

2019-04-11 Thread jenkins
Good morning!

Attached is the HTML page with the jenkins status report. You can see it also 
here:
 - 
http://jenkins.ovirt.org/job/system_jenkins-report/792//artifact/exported-artifacts/upstream_report.html

Cheers,
Jenkins
 
 
 
 RHEVM CI Jenkins Daily Report - 11/04/2019
 
00 Unstable Critical
 
   
   ovirt-appliance_master_build-artifacts-fc28-x86_64
   
   This job is automatically updated by jenkins job builder, any manual
change will be lost in the next update. If you want to make permanent
changes, check out the 
jenkins repo.

   
   
   
   ovirt-system-tests_ansible-suite-master
   
   This job is automatically updated by jenkins job builder, any manual
change will be lost in the next update. If you want to make permanent
changes, check out the 
jenkins repo.

   
   
   
   ovirt-system-tests_compat-4.1-suite-master
   
   This job is automatically updated by jenkins job builder, any manual
change will be lost in the next update. If you want to make permanent
changes, check out the 
jenkins repo.

   
   
   
   ovirt-system-tests_compat-4.2-suite-master
   
   This job is automatically updated by jenkins job builder, any manual
change will be lost in the next update. If you want to make permanent
changes, check out the 
jenkins repo.

   
   
   
   ovirt-system-tests_compat-4.3-suite-master
   
   This job is automatically updated by jenkins job builder, any manual
change will be lost in the next update. If you want to make permanent
changes, check out the 
jenkins repo.

   
   
   
   ovirt-system-tests_hc-basic-suite-4.2
   
   This job is automatically updated by jenkins job builder, any manual
change will be lost in the next update. If you want to make permanent
changes, check out the 
jenkins repo.

   
   
   
   ovirt-system-tests_he-basic-ansible-suite-4.3
   
   This job is automatically updated by jenkins job builder, any manual
change will be lost in the next update. If you want to make permanent
changes, check out the 
jenkins repo.

   
   
   
   ovirt-system-tests_he-basic-role-remote-suite-4.3
   
   This job is automatically updated by jenkins job builder, any manual
change will be lost in the next update. If you want to make permanent
changes, check out the 
jenkins repo.

   
   
   
   ovirt-system-tests_he-basic-suite-4.3
   
   This job is automatically updated by jenkins job builder, any manual
change will be lost in the next update. If you want to make permanent
changes, check out the 
jenkins repo.

   
   
   
   ovirt-system-tests_he-node-ng-suite-4.2
   
   This job is automatically updated by jenkins job builder, any manual
change will be lost in the next update. If you want to make permanent
changes, check out the 
jenkins repo.

   
   
   
   ovirt-system-tests_openshift-on-ovirt-suite-4.2
   
   This job is automatically updated by jenkins job builder, any manual
change will be lost in the next update. If you want to make permanent
changes, check out the 
jenkins repo.

   
   
   
   ovirt-system-tests_performance-suite-master
   
   This job is automatically updated by jenkins job builder, any manual
change will be lost in the next update. If you want to make permanent
changes, check out the 
jenkins repo.

   
   ___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/KTMBXJSX37EYZGG6X3GWDWFBSXVS4OMC/


[CQ]: 98986,6 (ovirt-provider-ovn) failed "ovirt-4.2" system tests

2019-04-11 Thread oVirt Jenkins
Change 98986,6 (ovirt-provider-ovn) is probably the reason behind recent system
test failures in the "ovirt-4.2" change queue and needs to be fixed.

This change had been removed from the testing queue. Artifacts build from this
change will not be released until it is fixed.

For further details about the change see:
https://gerrit.ovirt.org/#/c/98986/6

For failed test results see:
http://jenkins.ovirt.org/job/ovirt-4.2_change-queue-tester/4213/
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/LZD3WILISDU6RREB6Y4BPJSA2B6KPVKK/


Re: GetVdsHooksByIdQuery comes back with NullPointerException

2019-04-11 Thread Dafna Ron
we merged Marcin's patch to move the tests to a different location so
hopefully it will help.
if not, I will report back on any new findings.

Thanks Martin and Marcin!

On Thu, Apr 11, 2019 at 4:39 PM Martin Perina  wrote:

> Hi Dafna,
>
> I've just merged https://gerrit.ovirt.org/99339 which adds missing debug
> logs for BLL part of engine, which contains core functionality. So
> hopefully now we should have finally all debug info to be able to
> investigate a fix all race/random issues we have in the last weeks.
>
> Regarding the GetVdsHooksByIdQuery I think Marcin started to investigate
> and the issue was that for some unknown reason hooks are not stored within
> engine database, which seems like a race between hooks are queried from
> client and properly fetched from host withing HostMonitoring. So next time
> it happens we should hopefully have enough information to be able to find
> out reason.
>
> Thanks
> M.
>
> On Thu, Apr 11, 2019 at 2:13 PM Dafna Ron  wrote:
>
>> Hi,
>>
>> This is a code issue 100%, I am not sure which team sends the query but
>> this needs to be addressed. I think it would also help debug/fix the issue
>> with the random failure of get_host_hooks which was already reported and
>> communicated on in the list.
>>
>> Can someone from infra/network please look at the query and see what is
>> the cause of the NPE?
>>
>> Thanks,
>> Dafna
>>
>>
>>
>>
>
> --
> Martin Perina
> Manager, Software Engineering
> Red Hat Czech s.r.o.
>
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/RDCNI4SU7S4UYJCTL4BK7PLXWT7HKW3R/


Re: [CQ]: 99340,1 (ovirt-engine) failed "ovirt-4.3" system tests

2019-04-11 Thread Dafna Ron
this failed on downloading ovirt-node-ng-image-update-4.2.8-1.el7.noarch
from tested
its probably because this is a big package and jenkins is slow at the
moment.
Adding Evgheni

On Thu, Apr 11, 2019 at 3:59 PM oVirt Jenkins  wrote:

> Change 99340,1 (ovirt-engine) is probably the reason behind recent system
> test
> failures in the "ovirt-4.3" change queue and needs to be fixed.
>
> This change had been removed from the testing queue. Artifacts build from
> this
> change will not be released until it is fixed.
>
> For further details about the change see:
> https://gerrit.ovirt.org/#/c/99340/1
>
> For failed test results see:
> http://jenkins.ovirt.org/job/ovirt-4.3_change-queue-tester/648/
> ___
> Infra mailing list -- infra@ovirt.org
> To unsubscribe send an email to infra-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/infra@ovirt.org/message/2FYSJXHSLRK554SZCTE24ZLQEX37CFEN/
>
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/GMDK4IAPMIR33VITTSEEAVS5H5EFTMOZ/


Re: GetVdsHooksByIdQuery comes back with NullPointerException

2019-04-11 Thread Martin Perina
Hi Dafna,

I've just merged https://gerrit.ovirt.org/99339 which adds missing debug
logs for BLL part of engine, which contains core functionality. So
hopefully now we should have finally all debug info to be able to
investigate a fix all race/random issues we have in the last weeks.

Regarding the GetVdsHooksByIdQuery I think Marcin started to investigate
and the issue was that for some unknown reason hooks are not stored within
engine database, which seems like a race between hooks are queried from
client and properly fetched from host withing HostMonitoring. So next time
it happens we should hopefully have enough information to be able to find
out reason.

Thanks
M.

On Thu, Apr 11, 2019 at 2:13 PM Dafna Ron  wrote:

> Hi,
>
> This is a code issue 100%, I am not sure which team sends the query but
> this needs to be addressed. I think it would also help debug/fix the issue
> with the random failure of get_host_hooks which was already reported and
> communicated on in the list.
>
> Can someone from infra/network please look at the query and see what is
> the cause of the NPE?
>
> Thanks,
> Dafna
>
>
>
>

-- 
Martin Perina
Manager, Software Engineering
Red Hat Czech s.r.o.
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/KYWYMADG2KDYAUJG2BEWCKVII7KMK7GR/


[CQ]: 99340,1 (ovirt-engine) failed "ovirt-4.3" system tests

2019-04-11 Thread oVirt Jenkins
Change 99340,1 (ovirt-engine) is probably the reason behind recent system test
failures in the "ovirt-4.3" change queue and needs to be fixed.

This change had been removed from the testing queue. Artifacts build from this
change will not be released until it is fixed.

For further details about the change see:
https://gerrit.ovirt.org/#/c/99340/1

For failed test results see:
http://jenkins.ovirt.org/job/ovirt-4.3_change-queue-tester/648/
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/2FYSJXHSLRK554SZCTE24ZLQEX37CFEN/


GetVdsHooksByIdQuery comes back with NullPointerException

2019-04-11 Thread Dafna Ron
Hi,

This is a code issue 100%, I am not sure which team sends the query but
this needs to be addressed. I think it would also help debug/fix the issue
with the random failure of get_host_hooks which was already reported and
communicated on in the list.

Can someone from infra/network please look at the query and see what is the
cause of the NPE?

Thanks,
Dafna
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/BQPISLLBQLVMBQRTOIQ7HJHS4TIPJLD4/


[CQ]: 98922, 8 (ovirt-provider-ovn) failed "ovirt-master" system tests

2019-04-11 Thread oVirt Jenkins
Change 98922,8 (ovirt-provider-ovn) is probably the reason behind recent system
test failures in the "ovirt-master" change queue and needs to be fixed.

This change had been removed from the testing queue. Artifacts build from this
change will not be released until it is fixed.

For further details about the change see:
https://gerrit.ovirt.org/#/c/98922/8

For failed test results see:
http://jenkins.ovirt.org/job/ovirt-master_change-queue-tester/13790/
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/O7UY6MO6CU3RE34DVEB3PEA24TWUUZYX/


[CQ]: 99295,1 (cockpit-ovirt) failed "ovirt-master" system tests

2019-04-11 Thread oVirt Jenkins
Change 99295,1 (cockpit-ovirt) is probably the reason behind recent system test
failures in the "ovirt-master" change queue and needs to be fixed.

This change had been removed from the testing queue. Artifacts build from this
change will not be released until it is fixed.

For further details about the change see:
https://gerrit.ovirt.org/#/c/99295/1

For failed test results see:
http://jenkins.ovirt.org/job/ovirt-master_change-queue-tester/13788/
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/U6P74ZPLTSEU7VORF6Y5HIITSO7IYXPM/


[JIRA] (OVIRT-2715) Add Amit Bawer to jenkins white list

2019-04-11 Thread Eyal Edri (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-2715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eyal Edri updated OVIRT-2715:
-
Resolution: Fixed
Status: Done  (was: To Do)

> Add Amit Bawer to jenkins white list
> 
>
> Key: OVIRT-2715
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2715
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: Fred Rolland
>Assignee: infra
>
> https://gerrit.ovirt.org/#/c/99350/



--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100099)
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/LRD24MAZGCPLSLC3IDX2SOPRJKKH6WXT/


[JIRA] (OVIRT-2715) Add Amit Bawer to jenkins white list

2019-04-11 Thread Fred Rolland (oVirt JIRA)
Fred Rolland created OVIRT-2715:
---

 Summary: Add Amit Bawer to jenkins white list
 Key: OVIRT-2715
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2715
 Project: oVirt - virtualization made easy
  Issue Type: By-EMAIL
Reporter: Fred Rolland
Assignee: infra


https://gerrit.ovirt.org/#/c/99350/



--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100099)
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/7ARP2ONFC5ACCXCSUJQJ3FAZVDH23JZ4/