Change in jenkins[master]: logger-log4j: Switch to standard CI builds
by Code Review
>From Sandro Bonazzola <sbonazzo(a)redhat.com>:
Sandro Bonazzola has submitted this change and it was merged.
Change subject: logger-log4j: Switch to standard CI builds
......................................................................
logger-log4j: Switch to standard CI builds
Change-Id: If13220ca42b3b4cac8aaec6a8950739a4f485a58
Signed-off-by: Martin Perina <mperina(a)redhat.com>
---
D jobs/confs/projects/ovirt-engine-extension-logger-log4j/ovirt-engine-extension-logger-log4j_create-rpms.yaml
A jobs/confs/projects/ovirt-engine-extension-logger-log4j/ovirt-engine-extension-logger-log4j_standard.yaml
M jobs/confs/projects/ovirt/publish-rpms-nightly-3.6.yaml
M jobs/confs/projects/ovirt/publish-rpms-nightly-4.0.yaml
M jobs/confs/projects/ovirt/publish-rpms-nightly-4.1.yaml
M jobs/confs/projects/ovirt/publish-rpms-nightly-master.yaml
6 files changed, 57 insertions(+), 117 deletions(-)
Approvals:
Sandro Bonazzola: Looks good to me, approved; Ready for merge
Martin Peřina: Verified
Jenkins CI: Passed CI tests
--
To view, visit https://gerrit.ovirt.org/72020
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: If13220ca42b3b4cac8aaec6a8950739a4f485a58
Gerrit-PatchSet: 2
Gerrit-Project: jenkins
Gerrit-Branch: master
Gerrit-Owner: Martin Peřina <mperina(a)redhat.com>
Gerrit-Reviewer: Gil Shinar <gshinar(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Martin Peřina <mperina(a)redhat.com>
Gerrit-Reviewer: Sandro Bonazzola <sbonazzo(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>
7 years, 9 months
Change in jenkins[master]: aaa-misc: Switch to standard CI builds
by Code Review
>From Sandro Bonazzola <sbonazzo(a)redhat.com>:
Sandro Bonazzola has submitted this change and it was merged.
Change subject: aaa-misc: Switch to standard CI builds
......................................................................
aaa-misc: Switch to standard CI builds
Change-Id: Ie63bc8fba13e02ce80bb3fea6ff6a02875d8c840
Signed-off-by: Martin Perina <mperina(a)redhat.com>
---
D jobs/confs/projects/ovirt-engine-extension-aaa-misc/ovirt-engine-extension-aaa-misc_create-rpms.yaml
A jobs/confs/projects/ovirt-engine-extension-aaa-misc/ovirt-engine-extension-aaa-misc_standard.yaml
M jobs/confs/projects/ovirt/publish-rpms-nightly-3.6.yaml
M jobs/confs/projects/ovirt/publish-rpms-nightly-4.0.yaml
M jobs/confs/projects/ovirt/publish-rpms-nightly-4.1.yaml
M jobs/confs/projects/ovirt/publish-rpms-nightly-master.yaml
6 files changed, 57 insertions(+), 118 deletions(-)
Approvals:
Sandro Bonazzola: Looks good to me, approved; Ready for merge
Martin Peřina: Verified
Jenkins CI: Passed CI tests
--
To view, visit https://gerrit.ovirt.org/72009
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ie63bc8fba13e02ce80bb3fea6ff6a02875d8c840
Gerrit-PatchSet: 2
Gerrit-Project: jenkins
Gerrit-Branch: master
Gerrit-Owner: Martin Peřina <mperina(a)redhat.com>
Gerrit-Reviewer: Gil Shinar <gshinar(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Martin Peřina <mperina(a)redhat.com>
Gerrit-Reviewer: Sandro Bonazzola <sbonazzo(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>
7 years, 9 months
Change in ovirt-host-deploy[ovirt-host-deploy-1.6]: node: remove a duplicate decorator
by Code Review
>From Sandro Bonazzola <sbonazzo(a)redhat.com>:
Sandro Bonazzola has submitted this change and it was merged.
Change subject: node: remove a duplicate decorator
......................................................................
node: remove a duplicate decorator
A plugin method has two otopi plugin decorators;
python will call first the decorator instance closest
to the method name and then the external one.
Due to otopi method condition handling, the second
decorator (the external one) will completely replace
the conditions set by the first decorator instance.
Removing it.
Change-Id: Icd638c905d59b526c7a7383776757038d99cc292
Bug-Url: https://bugzilla.redhat.com/1414265
Signed-off-by: Simone Tiraboschi <stirabos(a)redhat.com>
(cherry picked from commit 680c0672e1c91cfa437d3a975edfef53fb7e9dcc)
---
M src/plugins/ovirt-host-deploy/vdsm/config.py
1 file changed, 0 insertions(+), 6 deletions(-)
Approvals:
Sandro Bonazzola: Looks good to me, approved
Simone Tiraboschi: Verified
Jenkins CI: Passed CI tests
--
To view, visit https://gerrit.ovirt.org/72044
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Icd638c905d59b526c7a7383776757038d99cc292
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-host-deploy
Gerrit-Branch: ovirt-host-deploy-1.6
Gerrit-Owner: Sandro Bonazzola <sbonazzo(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Sandro Bonazzola <sbonazzo(a)redhat.com>
Gerrit-Reviewer: Simone Tiraboschi <stirabos(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>
7 years, 9 months
Change in ovirt-host-deploy[master]: node: remove a duplicate decorator
by Code Review
>From Sandro Bonazzola <sbonazzo(a)redhat.com>:
Sandro Bonazzola has submitted this change and it was merged.
Change subject: node: remove a duplicate decorator
......................................................................
node: remove a duplicate decorator
A plugin method has two otopi plugin decorators;
python will call first the decorator instance closest
to the method name and then the external one.
Due to otopi method condition handling, the second
decorator (the external one) will completely replace
the conditions set by the first decorator instance.
Removing it.
Change-Id: Icd638c905d59b526c7a7383776757038d99cc292
Bug-Url: https://bugzilla.redhat.com/1414265
Signed-off-by: Simone Tiraboschi <stirabos(a)redhat.com>
---
M src/plugins/ovirt-host-deploy/vdsm/config.py
1 file changed, 0 insertions(+), 6 deletions(-)
Approvals:
Sandro Bonazzola: Looks good to me, approved
Simone Tiraboschi: Verified
Jenkins CI: Passed CI tests
--
To view, visit https://gerrit.ovirt.org/71599
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Icd638c905d59b526c7a7383776757038d99cc292
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-host-deploy
Gerrit-Branch: master
Gerrit-Owner: Simone Tiraboschi <stirabos(a)redhat.com>
Gerrit-Reviewer: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Sandro Bonazzola <sbonazzo(a)redhat.com>
Gerrit-Reviewer: Simone Tiraboschi <stirabos(a)redhat.com>
Gerrit-Reviewer: Yedidyah Bar David <didi(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>
7 years, 9 months
Change in ovirt-host-deploy[ovirt-host-deploy-1.5]: kernel: avoid runnning grubby on vintage node
by Code Review
>From Sandro Bonazzola <sbonazzo(a)redhat.com>:
Sandro Bonazzola has submitted this change and it was merged.
Change subject: kernel: avoid runnning grubby on vintage node
......................................................................
kernel: avoid runnning grubby on vintage node
grubby is failing on vintage node,
avoid running it.
Change-Id: Ib9f8141870c20e7b41e85a496963f2e9e3b70d9f
Bug-Url: https://bugzilla.redhat.com/1412906
Signed-off-by: Simone Tiraboschi <stirabos(a)redhat.com>
(cherry picked from commit e99a327b22ef0221682b6f7518b757f4c88a073c)
---
M src/plugins/ovirt-host-deploy/kernel/kernel.py
1 file changed, 11 insertions(+), 4 deletions(-)
Approvals:
Sandro Bonazzola: Looks good to me, approved
Simone Tiraboschi: Verified
Jenkins CI: Passed CI tests
--
To view, visit https://gerrit.ovirt.org/71629
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ib9f8141870c20e7b41e85a496963f2e9e3b70d9f
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-host-deploy
Gerrit-Branch: ovirt-host-deploy-1.5
Gerrit-Owner: Simone Tiraboschi <stirabos(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Sandro Bonazzola <sbonazzo(a)redhat.com>
Gerrit-Reviewer: Simone Tiraboschi <stirabos(a)redhat.com>
Gerrit-Reviewer: Yedidyah Bar David <didi(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>
7 years, 9 months
Change in ovirt-host-deploy[ovirt-host-deploy-1.6]: kernel: avoid runnning grubby on vintage node
by Code Review
>From Sandro Bonazzola <sbonazzo(a)redhat.com>:
Sandro Bonazzola has submitted this change and it was merged.
Change subject: kernel: avoid runnning grubby on vintage node
......................................................................
kernel: avoid runnning grubby on vintage node
grubby is failing on vintage node,
avoid running it.
Change-Id: Ib9f8141870c20e7b41e85a496963f2e9e3b70d9f
Bug-Url: https://bugzilla.redhat.com/1412906
Signed-off-by: Simone Tiraboschi <stirabos(a)redhat.com>
(cherry picked from commit e99a327b22ef0221682b6f7518b757f4c88a073c)
---
M src/plugins/ovirt-host-deploy/kernel/kernel.py
1 file changed, 11 insertions(+), 4 deletions(-)
Approvals:
Sandro Bonazzola: Looks good to me, approved
Simone Tiraboschi: Verified
Jenkins CI: Passed CI tests
--
To view, visit https://gerrit.ovirt.org/71628
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ib9f8141870c20e7b41e85a496963f2e9e3b70d9f
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-host-deploy
Gerrit-Branch: ovirt-host-deploy-1.6
Gerrit-Owner: Simone Tiraboschi <stirabos(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Sandro Bonazzola <sbonazzo(a)redhat.com>
Gerrit-Reviewer: Simone Tiraboschi <stirabos(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>
7 years, 9 months
Change in jenkins[master]: publisher: master: add fc25 support
by Code Review
>From Sandro Bonazzola <sbonazzo(a)redhat.com>:
Sandro Bonazzola has submitted this change and it was merged.
Change subject: publisher: master: add fc25 support
......................................................................
publisher: master: add fc25 support
Change-Id: I546cbd70d07a6d5e5534875a645fa08feb4f594b
Signed-off-by: Sandro Bonazzola <sbonazzo(a)redhat.com>
---
M jobs/confs/projects/ovirt/publish-rpms-nightly-master.yaml
M jobs/confs/yaml/builders/copy-create-job-artifact.yaml
2 files changed, 25 insertions(+), 5 deletions(-)
Approvals:
Sandro Bonazzola: Verified; Looks good to me, approved; Ready for merge
Jenkins CI: Passed CI tests
--
To view, visit https://gerrit.ovirt.org/71838
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I546cbd70d07a6d5e5534875a645fa08feb4f594b
Gerrit-PatchSet: 13
Gerrit-Project: jenkins
Gerrit-Branch: master
Gerrit-Owner: Sandro Bonazzola <sbonazzo(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Sandro Bonazzola <sbonazzo(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>
7 years, 9 months
Change in ovirt-engine-sdk[master]: Add fc25 packages for build artifcats job
by Code Review
>From Ondra Machacek <omachace(a)redhat.com>:
Ondra Machacek has submitted this change and it was merged.
Change subject: Add fc25 packages for build artifcats job
......................................................................
Add fc25 packages for build artifcats job
This patch adds packages for build artifacts jenkins job.
Change-Id: I6b5f83e53c8e298633033472bd1f963ec9fe3cac
Signed-off-by: Ondra Machacek <omachace(a)redhat.com>
---
A automation/build-artifacts.packages.fc25
1 file changed, 1 insertion(+), 0 deletions(-)
Approvals:
Ondra Machacek: Verified; Looks good to me, approved
Jenkins CI: Passed CI tests
--
To view, visit https://gerrit.ovirt.org/72036
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I6b5f83e53c8e298633033472bd1f963ec9fe3cac
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine-sdk
Gerrit-Branch: master
Gerrit-Owner: Ondra Machacek <omachace(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Ondra Machacek <omachace(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>
7 years, 9 months
Change in mom[master]: Release mom-0.5.9
by Code Review
>From Martin Sivák <msivak(a)redhat.com>:
Martin Sivák has submitted this change and it was merged.
Change subject: Release mom-0.5.9
......................................................................
Release mom-0.5.9
Change-Id: I9f59101a5258fbd67d33264dc5697c4ef07d1193
Signed-off-by: Martin Sivak <msivak(a)redhat.com>
Reviewed-on: https://gerrit.ovirt.org/72025
Continuous-Integration: Jenkins CI
---
M configure.ac
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Martin Sivák: Verified; Looks good to me, approved
Jenkins CI: Passed CI tests
--
To view, visit https://gerrit.ovirt.org/72025
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I9f59101a5258fbd67d33264dc5697c4ef07d1193
Gerrit-PatchSet: 2
Gerrit-Project: mom
Gerrit-Branch: master
Gerrit-Owner: Martin Sivák <msivak(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Martin Sivák <msivak(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>
7 years, 9 months
Change in ovirt-engine-sdk[sdk_4.1]: Merge link with element if it has same name
by Code Review
>From Ondra Machacek <omachace(a)redhat.com>:
Ondra Machacek has submitted this change and it was merged.
Change subject: Merge link with element if it has same name
......................................................................
Merge link with element if it has same name
This patch merges the link and element if it has same name.
For example when API returns following XML:
<root>
<link href='/link' rel'attrs'/>
<attrs>
<attr id='123'/>
</attrs>
</root>
We must ensure that both the link and element are read and merged into
single attribute of Python SDK, so user can later access the 'href' of
the link as well as content of the 'attr' element.
Change-Id: Ied8cdd24632083967cbc5c4d5528c8c1cf02ab63
Signed-off-by: Ondra Machacek <omachace(a)redhat.com>
(cherry picked from commit eb50d0cb724a14e43981846ad10c37bc6325d50a)
---
M generator/src/main/java/org/ovirt/sdk/python/ReadersGenerator.java
A sdk/tests/test_affinity_group_reader.py
2 files changed, 101 insertions(+), 7 deletions(-)
Approvals:
Ondra Machacek: Verified; Looks good to me, approved
Jenkins CI: Passed CI tests
--
To view, visit https://gerrit.ovirt.org/72035
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ied8cdd24632083967cbc5c4d5528c8c1cf02ab63
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine-sdk
Gerrit-Branch: sdk_4.1
Gerrit-Owner: Ondra Machacek <omachace(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Ondra Machacek <omachace(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>
7 years, 9 months