[vdsm][tag][master] Vdsm tagged: v4.20.7
by Francesco Romani
Hi infra,
we have a new Vdsm tag on branch master for oVirt 4.2.0:
tag v4.20.7
Tagger: Francesco Romani <fromani(a)redhat.com>
Date: Tue Nov 14 10:41:19 2017 +0100
Vdsm 4.20.7 for ovirt-4.2.0 beta 2
commit 12ceda698aa745d05af36313991bbae6f2295e67
+++
NOTE ABOUT BRANCHING:
we don't yet have plans to branch out ovirt-4.2.0 from master.
Following the usual Vdsm habit, we will branch out late, *after* Engine
does.
Bests,
--
Francesco Romani
Senior SW Eng., Virtualization R&D
Red Hat
IRC: fromani github: @fromanirh
7 years
[JIRA] (OVIRT-1762) Fwd: Whitelist for ovirt gerrit
by Roy Golan (oVirt JIRA)
Roy Golan created OVIRT-1762:
--------------------------------
Summary: Fwd: Whitelist for ovirt gerrit
Key: OVIRT-1762
URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1762
Project: oVirt - virtualization made easy
Issue Type: By-EMAIL
Reporter: Roy Golan
Assignee: infra
---------- Forwarded message ---------
From: Dhanjal Parth <dparth(a)redhat.com>
Date: Tue, 14 Nov 2017 at 08:25
Subject: Whitelist for ovirt gerrit
To: <infra(a)ovirt.org>
Hey!
I'm Parth Dhanjal and would like to contribute to the ovirt-system-tests,
please whitelist me for the same.
Thanks!
_______________________________________________
Infra mailing list
Infra(a)ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100070)
7 years
Build failed in Jenkins: system-sync_mirrors-epel-el6-x86_64 #909
by jenkins@jenkins.phx.ovirt.org
See <http://jenkins.ovirt.org/job/system-sync_mirrors-epel-el6-x86_64/909/disp...>
------------------------------------------
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-epel-el6-x86_64/ws/>
> 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 af75c3610da7b918706f8766c69be3bee3734792 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f af75c3610da7b918706f8766c69be3bee3734792
Commit message: "ovirt-engine: Add FC26 build"
> git rev-list af75c3610da7b918706f8766c69be3bee3734792 # timeout=10
[system-sync_mirrors-epel-el6-x86_64] $ /bin/bash -xe /tmp/jenkins4911203934002255397.sh
+ jenkins/scripts/mirror_mgr.sh resync_yum_mirror epel-el6 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 1456, in _commonLoadRepoXML
local = self.cachedir + '/repomd.xml'
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 772, in <lambda>
cachedir = property(lambda self: self._dirGetAttr('cachedir'))
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 755, in _dirGetAttr
self.dirSetup()
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 734, in dirSetup
self._dirSetupMkdir_p(dir)
File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 711, 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
7 years
[JIRA] (OVIRT-1761) Remove needless node-filter definition from project YAML files
by Barak Korren (oVirt JIRA)
This is a multi-part message in MIME format...
------------=_1510593968-31478-235
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
[ https://ovirt-jira.atlassian.net/browse/OVIRT-1761?page=com.atlassian.jir... ]
Barak Korren reassigned OVIRT-1761:
-----------------------------------
Assignee: Dafna Ron (was: infra)
> Remove needless node-filter definition from project YAML files
> --------------------------------------------------------------
>
> Key: OVIRT-1761
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1761
> Project: oVirt - virtualization made easy
> Issue Type: Bug
> Components: oVirt CI
> Reporter: Barak Korren
> Assignee: Dafna Ron
> Labels: jenkins, standard-ci
>
> Many JJB project definition files contain 'node-filter' definitions. In many cases those definitions have been needlessly copied from other files and limiot the node that jobs are able to use with no good reason.
> The needless 'node-filter' definitions need to be removed.
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100070)
------------=_1510593968-31478-235
Content-Type: text/html; charset="UTF-8"
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
<html><body>
<pre>[ https://ovirt-jira.atlassian.net/browse/OVIRT-1761?page=com.atlassian.jir... ]</pre>
<h3>Barak Korren reassigned OVIRT-1761:</h3>
<pre>Assignee: Dafna Ron (was: infra)</pre>
<blockquote><h3>Remove needless node-filter definition from project YAML files</h3>
<pre> Key: OVIRT-1761
URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1761
Project: oVirt - virtualization made easy
Issue Type: Bug
Components: oVirt CI
Reporter: Barak Korren
Assignee: Dafna Ron
Labels: jenkins, standard-ci</pre>
<p>Many JJB project definition files contain ‘node-filter’ definitions. In many cases those definitions have been needlessly copied from other files and limiot the node that jobs are able to use with no good reason. The needless ‘node-filter’ definitions need to be removed.</p></blockquote>
<p>— This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100070)</p>
<img src="https://u4043402.ct.sendgrid.net/wf/open?upn=i5TMWGV99amJbNxJpSp2-2BCmpYL..." alt="" width="1" height="1" border="0" style="height:1px !important;width:1px !important;border-width:0 !important;margin-top:0 !important;margin-bottom:0 !important;margin-right:0 !important;margin-left:0 !important;padding-top:0 !important;padding-bottom:0 !important;padding-right:0 !important;padding-left:0 !important;"/>
</body></html>
------------=_1510593968-31478-235--
7 years
[JIRA] (OVIRT-1761) Remove needless node-filter definition from project YAML files
by Barak Korren (oVirt JIRA)
This is a multi-part message in MIME format...
------------=_1510593588-28130-213
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Barak Korren created OVIRT-1761:
-----------------------------------
Summary: Remove needless node-filter definition from project YAML files
Key: OVIRT-1761
URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1761
Project: oVirt - virtualization made easy
Issue Type: Bug
Components: oVirt CI
Reporter: Barak Korren
Assignee: infra
Many JJB project definition files contain 'node-filter' definitions. In many cases those definitions have been needlessly copied from other files and limiot the node that jobs are able to use with no good reason.
The needless 'node-filter' definitions need to be removed.
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100070)
------------=_1510593588-28130-213
Content-Type: text/html; charset="UTF-8"
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
<html><body>
<h3>Barak Korren created OVIRT-1761:</h3>
<pre> Summary: Remove needless node-filter definition from project YAML files
Key: OVIRT-1761
URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1761
Project: oVirt - virtualization made easy
Issue Type: Bug
Components: oVirt CI
Reporter: Barak Korren
Assignee: infra</pre>
<p>Many JJB project definition files contain ‘node-filter’ definitions. In many cases those definitions have been needlessly copied from other files and limiot the node that jobs are able to use with no good reason.</p>
<p>The needless ‘node-filter’ definitions need to be removed.</p>
<p>— This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100070)</p>
<img src="https://u4043402.ct.sendgrid.net/wf/open?upn=i5TMWGV99amJbNxJpSp2-2BCmpYL..." alt="" width="1" height="1" border="0" style="height:1px !important;width:1px !important;border-width:0 !important;margin-top:0 !important;margin-bottom:0 !important;margin-right:0 !important;margin-left:0 !important;padding-top:0 !important;padding-bottom:0 !important;padding-right:0 !important;padding-left:0 !important;"/>
</body></html>
------------=_1510593588-28130-213--
7 years