[JIRA] (OVIRT-1109) Create jobs parameter in manual system tests
by Barak Korren (oVirt JIRA)
[ https://ovirt-jira.atlassian.net/browse/OVIRT-1109?page=com.atlassian.jir... ]
Barak Korren updated OVIRT-1109:
--------------------------------
Description:
You should do that by adding a dynamic parameter that'll have a groovy script such as:
{code}
import jenkins.model.*
def list = []
def matchedJobs = Jenkins.instance.items.findAll { job ->
job.name =~ /build-artifacts/
}
matchedJobs.each { job ->
if (!job.name.contains("archived_for_deletion")) {
list << job.name.split('_')[0]
}
}
return list.unique()
{code}
With the above script you'll have all project names. From the project name and the other parameters you can build any job's name:
{project}_{ovirt_version}_build-artifacts-{distro}-{arch}
was:
You should do that by adding a dynamic parameter that'll have a groovy script such as:
*import jenkins.model.*
def list = []
def matchedJobs = Jenkins.instance.items.findAll { job ->
job.name =~ /build-artifacts/
}
matchedJobs.each { job ->
if (!job.name.contains("archived_for_deletion")) {
list << job.name.split('_')[0]
}
}
return list.unique()*
With the above script you'll have all project names. From the project name and the other parameters you can build any job's name:
{project}_{ovirt_version}_build-artifacts-{distro}-{arch}
> Create jobs parameter in manual system tests
> --------------------------------------------
>
> Key: OVIRT-1109
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1109
> Project: oVirt - virtualization made easy
> Issue Type: Task
> Reporter: Gil Shinar
> Assignee: infra
>
> You should do that by adding a dynamic parameter that'll have a groovy script such as:
> {code}
> import jenkins.model.*
> def list = []
> def matchedJobs = Jenkins.instance.items.findAll { job ->
> job.name =~ /build-artifacts/
> }
> matchedJobs.each { job ->
> if (!job.name.contains("archived_for_deletion")) {
> list << job.name.split('_')[0]
> }
> }
> return list.unique()
> {code}
> With the above script you'll have all project names. From the project name and the other parameters you can build any job's name:
> {project}_{ovirt_version}_build-artifacts-{distro}-{arch}
--
This message was sent by Atlassian JIRA
(v1000.718.6#100026)
7 years, 9 months
[JIRA] (OVIRT-1109) Create jobs parameter in manual system tests
by Gil Shinar (oVirt JIRA)
Gil Shinar created OVIRT-1109:
---------------------------------
Summary: Create jobs parameter in manual system tests
Key: OVIRT-1109
URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1109
Project: oVirt - virtualization made easy
Issue Type: Task
Reporter: Gil Shinar
Assignee: infra
You should do that by adding a dynamic parameter that'll have a groovy script such as:
*import jenkins.model.*
def list = []
def matchedJobs = Jenkins.instance.items.findAll { job ->
job.name =~ /build-artifacts/
}
matchedJobs.each { job ->
if (!job.name.contains("archived_for_deletion")) {
list << job.name.split('_')[0]
}
}
return list.unique()*
With the above script you'll have all project names. From the project name and the other parameters you can build any job's name:
{project}_{ovirt_version}_build-artifacts-{distro}-{arch}
--
This message was sent by Atlassian JIRA
(v1000.718.6#100026)
7 years, 9 months
[JIRA] (OVIRT-1108) install dependencies for Blue Ocean on PHX Jenkins
by Evgheni Dereveanchin (oVirt JIRA)
Evgheni Dereveanchin created OVIRT-1108:
-------------------------------------------
Summary: install dependencies for Blue Ocean on PHX Jenkins
Key: OVIRT-1108
URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1108
Project: oVirt - virtualization made easy
Issue Type: Task
Components: Jenkins
Reporter: Evgheni Dereveanchin
Assignee: infra
Blue Ocean has quite a few dependencies which require plugin updates. This ticket is to install these first before moving to BlueOcean itself.
--
This message was sent by Atlassian JIRA
(v1000.718.6#100026)
7 years, 9 months
oVirt infra daily report - unstable production jobs - 222
by jenkins@jenkins.phx.ovirt.org
------=_Part_62_239945302.1486335606420
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
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/222//artifact/exported...
Cheers,
Jenkins
------=_Part_62_239945302.1486335606420
Content-Type: text/html; charset=us-ascii; name=upstream_report.html
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename=upstream_report.html
Content-ID: <upstream_report.html>
<!DOCTYPE html><head><style type="text/css">
table.gridtable {
border-collapse: collapse;
table-layout:fixed;
width:1600px;
font-family: monospace;
font-size:13px;
}
.head {
font-size:20px;
font-family: arial;
}
.sub {
font-size:18px;
background-color:#e5e5e5;
font-family: arial;
}
pre {
font-family: monospace;
display: inline;
white-space: pre-wrap;
white-space: -moz-pre-wrap !important;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
}
</style>
</head>
<body>
<table class="gridtable" border=2>
<tr><th colspan=2 class=head>
RHEVM CI Jenkins Daily Report - 05/02/2017
</th></tr><tr><th colspan=2 class=sub>
<font color="blue"><a href="http://jenkins.ovirt.org/">00 Unstable Critical</a></font>
</th></tr>
<tr><td>
<a href="http://jenkins.ovirt.org/job/ovirt-live_master_experimental_create-iso-el...">ovirt-live_master_experimental_create-iso-el7-x86_64</a>
</td><td>
<h3>This job generates a nightly iso of ovirt-live using experimental repos</h3>
</td></tr>
<tr><td>
<a href="http://jenkins.ovirt.org/job/ovirt-node-ng_ovirt-master-experimental_buil...">ovirt-node-ng_ovirt-master-experimental_build-artifacts-el7-x86_64</a>
</td><td>
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 <a href="http://gerrit.ovirt.org/gitweb?p=jenkins.git;a=tree;h=refs/heads/master;h...">
jenkins</a> repo.
<!-- Managed by Jenkins Job Builder -->
</td></tr>
<tr><td>
<a href="http://jenkins.ovirt.org/job/ovirt-system-tests_master_check-patch-fc24-x...">ovirt-system-tests_master_check-patch-fc24-x86_64_archived_for_deletion</a>
</td><td>
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 <a href="http://gerrit.ovirt.org/gitweb?p=jenkins.git;a=tree;h=refs/heads/master;h...">
jenkins</a> repo.
<!-- Managed by Jenkins Job Builder -->
</td></tr>
<tr><td>
<a href="http://jenkins.ovirt.org/job/ovirt_3.6_he-system-tests/">ovirt_3.6_he-system-tests</a>
</td><td>
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 <a href="http://gerrit.ovirt.org/gitweb?p=jenkins.git;a=tree;h=refs/heads/master;h...">
jenkins</a> repo.
<!-- Managed by Jenkins Job Builder -->
</td></tr>
<tr><td>
<a href="http://jenkins.ovirt.org/job/ovirt_4.0_he-system-tests/">ovirt_4.0_he-system-tests</a>
</td><td>
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 <a href="http://gerrit.ovirt.org/gitweb?p=jenkins.git;a=tree;h=refs/heads/master;h...">
jenkins</a> repo.
<!-- Managed by Jenkins Job Builder -->
</td></tr>
<tr><td>
<a href="http://jenkins.ovirt.org/job/ovirt_4.1_system-tests_pre/">ovirt_4.1_system-tests_pre</a>
</td><td>
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 <a href="http://gerrit.ovirt.org/gitweb?p=jenkins.git;a=tree;h=refs/heads/master;h...">
jenkins</a> repo.
<!-- Managed by Jenkins Job Builder -->
</td></tr>
<tr><td>
<a href="http://jenkins.ovirt.org/job/repos_4.1_check-closure_fc24_merged/">repos_4.1_check-closure_fc24_merged</a>
</td><td>
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 <a href="http://gerrit.ovirt.org/gitweb?p=jenkins.git;a=tree;h=refs/heads/master;h...">
jenkins</a> repo.
<!-- Managed by Jenkins Job Builder -->
</td></tr>
<tr><td>
<a href="http://jenkins.ovirt.org/job/repos_master_check-closure_el7_merged/">repos_master_check-closure_el7_merged</a>
</td><td>
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 <a href="http://gerrit.ovirt.org/gitweb?p=jenkins.git;a=tree;h=refs/heads/master;h...">
jenkins</a> repo.
<!-- Managed by Jenkins Job Builder -->
</td></tr>
<tr><td>
<a href="http://jenkins.ovirt.org/job/repos_master_check-closure_fc24_merged/">repos_master_check-closure_fc24_merged</a>
</td><td>
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 <a href="http://gerrit.ovirt.org/gitweb?p=jenkins.git;a=tree;h=refs/heads/master;h...">
jenkins</a> repo.
<!-- Managed by Jenkins Job Builder -->
</td></tr>
------=_Part_62_239945302.1486335606420--
7 years, 9 months