Change in stage-stdci1[master]: Make check patch take some time
by review@gerrit-staging.phx.ovirt.org
>From Barak Korren <bkorren(a)redhat.com>:
Hello Jenkins CI,
I'd like you to reexamine a change. Please visit
https://gerrit-staging.phx.ovirt.org/131
to look at the new patch set (#2).
Change subject: Make check patch take some time
......................................................................
Make check patch take some time
Change-Id: Ibffdc6e4f280759392258be17635219d12db75d3
---
M automation/check-patch.sh
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit-staging.phx.ovirt.org:29418/stage-stdci1 refs/changes/31/131/2
--
To view, visit https://gerrit-staging.phx.ovirt.org/131
To unsubscribe, visit https://gerrit-staging.phx.ovirt.org/settings
Gerrit-Project: stage-stdci1
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ibffdc6e4f280759392258be17635219d12db75d3
Gerrit-Change-Number: 131
Gerrit-PatchSet: 2
Gerrit-Owner: Barak Korren <bkorren(a)redhat.com>
Gerrit-Reviewer: Jenkins CI <infra(a)ovirt.org>
6 years, 9 months
Build failed in Jenkins: system-sync_mirrors-centos-updates-el7-x86_64 #1239
by jenkins@jenkins.phx.ovirt.org
See <http://jenkins.ovirt.org/job/system-sync_mirrors-centos-updates-el7-x86_6...>
------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on mirrors.phx.ovirt.org (mirrors) in workspace <http://jenkins.ovirt.org/job/system-sync_mirrors-centos-updates-el7-x86_6...>
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url http://gerrit.ovirt.org/jenkins.git # timeout=10
Cleaning workspace
> git rev-parse --verify HEAD # timeout=10
Resetting working tree
> git reset --hard # timeout=10
> git clean -fdx # timeout=10
Pruning obsolete local branches
Fetching upstream changes from http://gerrit.ovirt.org/jenkins.git
> git --version # timeout=10
> git fetch --tags --progress http://gerrit.ovirt.org/jenkins.git +refs/heads/*:refs/remotes/origin/* --prune
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 44e76bb01877a77374e9291b2f3adeb878a26a26 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 44e76bb01877a77374e9291b2f3adeb878a26a26
Commit message: "ovirt-engine-dashboard: re-align"
> git rev-list 44e76bb01877a77374e9291b2f3adeb878a26a26 # timeout=10
[system-sync_mirrors-centos-updates-el7-x86_64] $ /bin/bash -xe /tmp/jenkins4557735166871392098.sh
+ jenkins/scripts/mirror_mgr.sh resync_yum_mirror centos-updates-el7 x86_64 jenkins/data/mirrors-reposync.conf
Checking if mirror needs a resync
Traceback (most recent call last):
File "/usr/bin/reposync", line 343, in <module>
main()
File "/usr/bin/reposync", line 175, in main
my.doRepoSetup()
File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 681, in doRepoSetup
return self._getRepos(thisrepo, True)
File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 721, in _getRepos
self._repos.doSetup(thisrepo)
File "/usr/lib/python2.7/site-packages/yum/repos.py", line 157, in doSetup
self.retrieveAllMD()
File "/usr/lib/python2.7/site-packages/yum/repos.py", line 88, in retrieveAllMD
dl = repo._async and repo._commonLoadRepoXML(repo)
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1465, in _commonLoadRepoXML
local = self.cachedir + '/repomd.xml'
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 774, in <lambda>
cachedir = property(lambda self: self._dirGetAttr('cachedir'))
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 757, in _dirGetAttr
self.dirSetup()
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 735, in dirSetup
self._dirSetupMkdir_p(dir)
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 712, in _dirSetupMkdir_p
raise Errors.RepoError, msg
yum.Errors.RepoError: Error making cache directory: /home/jenkins/mirrors_cache/centos-updates-el7 error was: [Errno 17] File exists: '/home/jenkins/mirrors_cache/centos-updates-el7'
Build step 'Execute shell' marked build as failure
6 years, 9 months
[JIRA] (OVIRT-1873) Vdsm fcraw builds fail because ovirt-imageio-common is not installed
by Barak Korren (oVirt JIRA)
[ https://ovirt-jira.atlassian.net/browse/OVIRT-1873?page=com.atlassian.jir... ]
Barak Korren commented on OVIRT-1873:
-------------------------------------
{quote}
I think we have several issues:
mismatch for fcraw and fc28 - why not rename fcraw to fc28 - same name used in fedora build system?
{quote}
We stick to the names of the package repos - rawhide is a moving target, always pointing to the latest. If you look at the repos you'lll see they are a mix of fc27 and fc28 packages atm.
{quote}
So we need to:
remove fcraw from vdsm project
prepare vdsm automation for fcraw
enable fcraw when the build is stable
{quote}
Yep, this is like porting vdsm to a new platform - dependencies should be taken care of first...
> Vdsm fcraw builds fail because ovirt-imageio-common is not installed
> --------------------------------------------------------------------
>
> Key: OVIRT-1873
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1873
> Project: oVirt - virtualization made easy
> Issue Type: By-EMAIL
> Reporter: Nir Soffer
> Assignee: infra
>
> We require the package:
> $ grep ovirt-imageio-common automation/check-patch.packages.fcraw
> ovirt-imageio-common
> Here are few failing builds, we have more:
> http://jenkins.ovirt.org/job/vdsm_master_check-patch-fcraw-x86_64/95/cons...
> http://jenkins.ovirt.org/job/vdsm_master_check-patch-fcraw-x86_64/97/cons...
> http://jenkins.ovirt.org/job/vdsm_master_check-patch-fcraw-x86_64/96/cons...
> *00:03:25.311* =================================== FAILURES
> ===================================*00:03:25.311*
> _________________________ test_import[vdsm.kvm2ovirt]
> __________________________*00:03:25.312* *00:03:25.312* name =
> 'vdsm.kvm2ovirt'*00:03:25.312* *00:03:25.312*
> @pytest.mark.parametrize("name", find_modules())*00:03:25.312* def
> test_import(name):*00:03:25.313* try:*00:03:25.313* >
> importlib.import_module(name)*00:03:25.313* *00:03:25.313*
> check_imports.py:61: *00:03:25.313* _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ *00:03:25.314*
> /usr/lib64/python2.7/importlib/__init__.py:37: in
> import_module*00:03:25.314* __import__(name)*00:03:25.314* _ _ _ _
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
> _ *00:03:25.315* *00:03:25.315* from __future__ import
> absolute_import*00:03:25.315* *00:03:25.315* import
> argparse*00:03:25.315* from contextlib import
> contextmanager*00:03:25.315* import itertools*00:03:25.315*
> import sys*00:03:25.316* import threading*00:03:25.316*
> *00:03:25.316* > from ovirt_imageio_common import
> directio*00:03:25.316* E ImportError: No module named
> ovirt_imageio_common*00:03:25.316* *00:03:25.316*
> ../lib/vdsm/kvm2ovirt.py:28: ImportError*00:03:25.317* ========== 1
> failed, 376 passed, 1 skipped, 1 xfailed in 3.25 seconds ==========
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100078)
6 years, 9 months
Vdsm fcraw builds fail because ovirt-imageio-common is not installed
by Nir Soffer
We require the package:
$ grep ovirt-imageio-common automation/check-patch.packages.fcraw
ovirt-imageio-common
Here are few failing builds, we have more:
http://jenkins.ovirt.org/job/vdsm_master_check-patch-fcraw-x86_64/95/cons...
http://jenkins.ovirt.org/job/vdsm_master_check-patch-fcraw-x86_64/97/cons...
http://jenkins.ovirt.org/job/vdsm_master_check-patch-fcraw-x86_64/96/cons...
*00:03:25.311* =================================== FAILURES
===================================*00:03:25.311*
_________________________ test_import[vdsm.kvm2ovirt]
__________________________*00:03:25.312* *00:03:25.312* name =
'vdsm.kvm2ovirt'*00:03:25.312* *00:03:25.312*
@pytest.mark.parametrize("name", find_modules())*00:03:25.312* def
test_import(name):*00:03:25.313* try:*00:03:25.313* >
importlib.import_module(name)*00:03:25.313* *00:03:25.313*
check_imports.py:61: *00:03:25.313* _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ *00:03:25.314*
/usr/lib64/python2.7/importlib/__init__.py:37: in
import_module*00:03:25.314* __import__(name)*00:03:25.314* _ _ _ _
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
_ *00:03:25.315* *00:03:25.315* from __future__ import
absolute_import*00:03:25.315* *00:03:25.315* import
argparse*00:03:25.315* from contextlib import
contextmanager*00:03:25.315* import itertools*00:03:25.315*
import sys*00:03:25.316* import threading*00:03:25.316*
*00:03:25.316* > from ovirt_imageio_common import
directio*00:03:25.316* E ImportError: No module named
ovirt_imageio_common*00:03:25.316* *00:03:25.316*
../lib/vdsm/kvm2ovirt.py:28: ImportError*00:03:25.317* ========== 1
failed, 376 passed, 1 skipped, 1 xfailed in 3.25 seconds ==========
6 years, 9 months
Build failed in Jenkins: deploy-to_ovirt-master_tested #2689
by jenkins@jenkins.phx.ovirt.org
See <http://jenkins.ovirt.org/job/deploy-to_ovirt-master_tested/2689/display/r...>
------------------------------------------
Started by upstream project "ovirt-master_change-queue-tester" build number 5260
originally caused by:
Started by upstream project "ovirt-master_change-queue" build number 16934
originally caused by:
Started by upstream project "standard-enqueue" build number 9598
originally caused by:
Triggered by Gerrit: https://gerrit.ovirt.org/83846
[EnvInject] - Loading node environment variables.
Building remotely on vm0061.workers-phx.ovirt.org (libvirt phx nested fc26) in workspace <http://jenkins.ovirt.org/job/deploy-to_ovirt-master_tested/ws/>
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-bSLORFWWuWV2/agent.19432
SSH_AGENT_PID=19434
[ssh-agent] Started.
$ ssh-add <http://jenkins.ovirt.org/job/deploy-to_ovirt-master_tested/ws/@tmp/privat...>
Identity added: <http://jenkins.ovirt.org/job/deploy-to_ovirt-master_tested/ws/@tmp/privat...> (<http://jenkins.ovirt.org/job/deploy-to_ovirt-master_tested/ws/@tmp/privat...)>
[ssh-agent] Using credentials deploy-ovirt-experimental (SSH key for deploying to the tested repo)
[deploy-to_ovirt-master_tested] $ /bin/bash -xe /tmp/jenkins314329590000703476.sh
+ [[ http://jenkins.ovirt.org/job/ovirt-scheduler-proxy_master_build-artifacts...
http://jenkins.ovirt.org/job/ovirt-scheduler-proxy_master_build-artifacts... == '' ]]
+ queue_name=ovirt-master
+ echo repo-extra-dir:master
+ echo 'http://jenkins.ovirt.org/job/ovirt-scheduler-proxy_master_build-artifacts...
http://jenkins.ovirt.org/job/ovirt-scheduler-proxy_master_build-artifacts...'
+ ssh -o StrictHostKeyChecking=no deploy-ovirt-experimental(a)resources.ovirt.org
Pseudo-terminal will not be allocated because stdin is not a terminal.
+ BASE_DIR=/srv/resources/repos/ovirt/tested
+ PUBLISH_MD_COPIES=50
+ main
+ local tmp_dir
+ mkdir -p /srv/resources/repos/ovirt/tested
++ mktemp -d /srv/resources/repos/ovirt/tested/.deploy.XXXXXXXXXX
Collecting packages
+ tmp_dir=/srv/resources/repos/ovirt/tested/.deploy.AqCygKq2DJ
+ trap 'rm -rf '\''/srv/resources/repos/ovirt/tested/.deploy.AqCygKq2DJ'\''' EXIT HUP
+ echo 'Collecting packages'
+ collect_packages /srv/resources/repos/ovirt/tested/.deploy.AqCygKq2DJ
+ local repoman_dst=/srv/resources/repos/ovirt/tested/.deploy.AqCygKq2DJ
+ repoman --temp-dir generate-in-repo --option main.allowed_repo_paths=/srv/resources/repos/ovirt/tested/.deploy.AqCygKq2DJ --option main.on_empty_source=warn /srv/resources/repos/ovirt/tested/.deploy.AqCygKq2DJ add conf:stdin
2018-02-02 20:20:00,841::INFO::repoman.cmd::
2018-02-02 20:20:00,842::INFO::repoman.cmd::Adding artifacts to the repo /srv/resources/repos/ovirt/tested/.deploy.AqCygKq2DJ
2018-02-02 20:20:00,842::INFO::repoman.common.repo::Adding repo extra dir master
2018-02-02 20:20:00,844::INFO::repoman.common.stores.RPM::Loading repo /srv/resources/repos/ovirt/tested/.deploy.AqCygKq2DJ/master
2018-02-02 20:20:00,844::INFO::repoman.common.stores.RPM::Repo /srv/resources/repos/ovirt/tested/.deploy.AqCygKq2DJ/master loaded
2018-02-02 20:20:00,845::INFO::repoman.common.stores.iso::Loading repo /srv/resources/repos/ovirt/tested/.deploy.AqCygKq2DJ/master
2018-02-02 20:20:00,846::INFO::repoman.common.stores.iso::Repo /srv/resources/repos/ovirt/tested/.deploy.AqCygKq2DJ/master loaded
2018-02-02 20:20:00,854::INFO::repoman.common.repo::Resolving artifact source http://jenkins.ovirt.org/job/ovirt-scheduler-proxy_master_build-artifacts...
2018-02-02 20:20:01,078::INFO::repoman.common.sources.jenkins::Parsing jenkins URL: http://jenkins.ovirt.org/job/ovirt-scheduler-proxy_master_build-artifacts...
2018-02-02 20:20:01,079::INFO::repoman.common.sources.jenkins:: Got URL: http://jenkins.ovirt.org/job/ovirt-scheduler-proxy_master_build-artifacts...
2018-02-02 20:20:01,079::INFO::repoman.common.sources.jenkins:: Got URL: http://jenkins.ovirt.org/job/ovirt-scheduler-proxy_master_build-artifacts...
2018-02-02 20:20:01,080::INFO::root:: Done
2018-02-02 20:20:01,102::INFO::root::Downloading http://jenkins.ovirt.org/job/ovirt-scheduler-proxy_master_build-artifacts..., length 35K ...
%[-----------------------25------------------------50-----------------------75------------------------] %[====================================================================================================]
2018-02-02 20:20:01,201::INFO::repoman.common.stores.RPM::Adding package /srv/resources/repos/ovirt/tested/.deploy.AqCygKq2DJ/.lago_tmp/tmpHHeuBu/tmpzS3k4M/ovirt-scheduler-proxy-0.1.8-1.el7.centos.noarch.rpm to repo /srv/resources/repos/ovirt/tested/.deploy.AqCygKq2DJ/master
2018-02-02 20:20:01,229::INFO::root::Downloading http://jenkins.ovirt.org/job/ovirt-scheduler-proxy_master_build-artifacts..., length 32K ...
%[-----------------------25------------------------50-----------------------75------------------------] %[====================================================================================================]
2018-02-02 20:20:01,305::INFO::repoman.common.stores.RPM::Adding package /srv/resources/repos/ovirt/tested/.deploy.AqCygKq2DJ/.lago_tmp/tmpHHeuBu/tmpzS3k4M/ovirt-scheduler-proxy-0.1.8-1.el7.centos.src.rpm to repo /srv/resources/repos/ovirt/tested/.deploy.AqCygKq2DJ/master
2018-02-02 20:20:01,306::INFO::repoman.common.repo::Resolving artifact source http://jenkins.ovirt.org/job/ovirt-scheduler-proxy_master_build-artifacts...
2018-02-02 20:20:01,352::ERROR::repoman.common.sources.jenkins::URL: http://jenkins.ovirt.org/job/ovirt-scheduler-proxy_master_build-artifacts...
Status: 404
Reason: Not Found
Headers: {'cache-control': 'must-revalidate,no-cache,no-store',
'connection': 'close',
'content-length': '388',
'content-type': 'text/html;charset=iso-8859-1',
'date': 'Fri, 02 Feb 2018 20:20:01 GMT',
'server': 'Jetty(9.4.z-SNAPSHOT)',
'set-cookie': 'JSESSIONID.3ec0c244=node0wesq6733jzov1xrg3tdduqfqh399924.node0;Path=/;HttpOnly',
'via': '1.1 jenkins.phx.ovirt.org',
'x-content-type-options': 'nosniff'}
Body: <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>Error 404 Not Found</title>
</head>
<body><h2>HTTP ERROR 404</h2>
<p>Problem accessing /job/ovirt-scheduler-proxy_master_build-artifacts-fc25-x86_64/12//api/json. Reason:
<pre> Not Found</pre></p><hr><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.4.z-SNAPSHOT</a><hr/>
</body>
</html>
2018-02-02 20:20:03,379::ERROR::repoman.common.sources.jenkins::URL: http://jenkins.ovirt.org/job/ovirt-scheduler-proxy_master_build-artifacts...
Status: 404
Reason: Not Found
Headers: {'cache-control': 'must-revalidate,no-cache,no-store',
'connection': 'close',
'content-length': '388',
'content-type': 'text/html;charset=iso-8859-1',
'date': 'Fri, 02 Feb 2018 20:20:03 GMT',
'server': 'Jetty(9.4.z-SNAPSHOT)',
'set-cookie': 'JSESSIONID.3ec0c244=node01tbtrv1pgjoh21fja8t23yd890399933.node0;Path=/;HttpOnly',
'via': '1.1 jenkins.phx.ovirt.org',
'x-content-type-options': 'nosniff'}
Body: <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>Error 404 Not Found</title>
</head>
<body><h2>HTTP ERROR 404</h2>
<p>Problem accessing /job/ovirt-scheduler-proxy_master_build-artifacts-fc25-x86_64/12//api/json. Reason:
<pre> Not Found</pre></p><hr><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.4.z-SNAPSHOT</a><hr/>
</body>
</html>
2018-02-02 20:20:05,401::ERROR::repoman.common.sources.jenkins::URL: http://jenkins.ovirt.org/job/ovirt-scheduler-proxy_master_build-artifacts...
Status: 404
Reason: Not Found
Headers: {'cache-control': 'must-revalidate,no-cache,no-store',
'connection': 'close',
'content-length': '388',
'content-type': 'text/html;charset=iso-8859-1',
'date': 'Fri, 02 Feb 2018 20:20:05 GMT',
'server': 'Jetty(9.4.z-SNAPSHOT)',
'set-cookie': 'JSESSIONID.3ec0c244=node0m01uo985lyh41ozn8phawrh1w399944.node0;Path=/;HttpOnly',
'via': '1.1 jenkins.phx.ovirt.org',
'x-content-type-options': 'nosniff'}
Body: <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>Error 404 Not Found</title>
</head>
<body><h2>HTTP ERROR 404</h2>
<p>Problem accessing /job/ovirt-scheduler-proxy_master_build-artifacts-fc25-x86_64/12//api/json. Reason:
<pre> Not Found</pre></p><hr><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.4.z-SNAPSHOT</a><hr/>
</body>
</html>
2018-02-02 20:20:07,433::ERROR::repoman.common.sources.jenkins::URL: http://jenkins.ovirt.org/job/ovirt-scheduler-proxy_master_build-artifacts...
Status: 404
Reason: Not Found
Headers: {'cache-control': 'must-revalidate,no-cache,no-store',
'connection': 'close',
'content-length': '388',
'content-type': 'text/html;charset=iso-8859-1',
'date': 'Fri, 02 Feb 2018 20:20:07 GMT',
'server': 'Jetty(9.4.z-SNAPSHOT)',
'set-cookie': 'JSESSIONID.3ec0c244=node0k8zgcksmp8dvcwn9xyu0daiy399958.node0;Path=/;HttpOnly',
'via': '1.1 jenkins.phx.ovirt.org',
'x-content-type-options': 'nosniff'}
Body: <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>Error 404 Not Found</title>
</head>
<body><h2>HTTP ERROR 404</h2>
<p>Problem accessing /job/ovirt-scheduler-proxy_master_build-artifacts-fc25-x86_64/12//api/json. Reason:
<pre> Not Found</pre></p><hr><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.4.z-SNAPSHOT</a><hr/>
</body>
</html>
2018-02-02 20:20:09,435::ERROR::repoman.cmd::
2018-02-02 20:20:09,436::ERROR::repoman.cmd::Error while adding conf:stdin
2018-02-02 20:20:09,438::INFO::repoman.common.repo::Cleaning up temporary dir /srv/resources/repos/ovirt/tested/.deploy.AqCygKq2DJ/.lago_tmp/tmpHHeuBu/tmpzS3k4M
2018-02-02 20:20:09,438::INFO::repoman.common.repo::Cleaning up temporary dir /srv/resources/repos/ovirt/tested/.deploy.AqCygKq2DJ/.lago_tmp/tmpHHeuBu
+ rm -rf /srv/resources/repos/ovirt/tested/.deploy.AqCygKq2DJ
Build step 'Execute shell' marked build as failure
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 19434 killed;
[ssh-agent] Stopped.
6 years, 9 months
OST failures weekly update [28/01/2018-02/02/2018]
by Dafna Ron
Hello,
I would like to summarize the reported OST failures from the previous week.
01-02-2018
Test name: 001_upgrade_engine.test_initialize_engine
version: Ovirt master
Project otopi
Suite: master/upgrade
Cause: *https://gerrit.ovirt.org/#/c/86679/
<https://gerrit.ovirt.org/#/c/86679/> - core: Check Sequence before/after*
Fix:
*ON GOING ISSUE*
Test Name: 002_bootstrap.verify_add_all_hosts
Version: Ovirt Master
Project: vdsm
Suite: basic
Cause: *https://gerrit.ovirt.org/#/c/69668/
<https://gerrit.ovirt.org/#/c/69668/> - **gluster: Fix error when brick is
on a btrfs subvolume*
*Fix: No Fix updated*
*02*-02-2018
Test Name:
005_network_by_label.assign_hosts_network_label
Version: Master
Suite: master/upgrade
Project: ovirt-image-uploader
Cause: host object locked during api request
Fix: no fix for failure. re-triggered patch
Other incidents:
* We have several build-artifacts failing and this is causing change queue
to not run - the failure is caused due to clean-up on jobs which will
remove fc24
* We are still seeing CPU Unknown errors on the 4.2 branch
* there was a jenkins restart this week which cause a few jobs to fail
* Jenkins restart may also cause some failures on hosts due to uncompleted
clean-up - we are fixing any host found with this issue
Thanks,
Dafna
6 years, 9 months