oVirt infra daily report - unstable production jobs - 392
by jenkins@jenkins.phx.ovirt.org
------=_Part_273_1517028123.1500850802632
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/392//artifact/exported...
Cheers,
Jenkins
------=_Part_273_1517028123.1500850802632
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 - 23/07/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_master_hc-system-tests/">ovirt_master_hc-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_master_he-system-tests/">ovirt_master_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>
------=_Part_273_1517028123.1500850802632--
7 years, 3 months
[JIRA] (OVIRT-1548) Better STD-CI for GitHub
by Barak Korren (oVirt JIRA)
[ https://ovirt-jira.atlassian.net/browse/OVIRT-1548?page=com.atlassian.jir... ]
Barak Korren reassigned OVIRT-1548:
-----------------------------------
Assignee: Barak Korren (was: infra)
> Better STD-CI for GitHub
> ------------------------
>
> Key: OVIRT-1548
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1548
> Project: oVirt - virtualization made easy
> Issue Type: Improvement
> Components: oVirt CI
> Reporter: Barak Korren
> Assignee: Barak Korren
> Priority: High
> Labels: github, standard-ci
>
> We currently have some support for crating STD-CI jobs for projects running on GitHub. There are however, several issues with it:
> * The job templates you use for GitHub are different then the ones you use for Gerrit:
> ** Job names need to contain '\-github-'
> ** In Gerrit you need a separate 'project' entry for the 'build-artifacts' jobs, in GitHub you need a separate one for 'check-patch'.
> ** SCM checkout details are specified in the 'project' entry as opposed to a separate SCM file (We might want to adopt this for Gerrit).
> * The 'check-patch' jobs do not have full STC-CI. They don't run the post-build steps.
> * The triggering scheme is strange:
> ** All jobs trigger when certain messages are posted in the PR comments.
> ** Nothing is triggered automatically (As opposed to Gerrit where CI runs as soon as a patchset is submitted)
> ** Nothing triggers when a PR is merged (As opposed to with Gerrit where 'check-merged' and 'build-artifacts' are triggered on merge).
> * The white-listing scheme is different:
> ** The 'jenkins-whiltelist' file does not effect theses jobs at all.
> ** GitHub project/organisation membership determines white-listing
> ** white-listing is determined by who added the comment to run CI, not who authored the patch.
> Some of these issues and differences had already been tracked in other tickets. This ticket is for concentrating all related work. Other related tickets will be linked to it as blockers.
--
This message was sent by Atlassian JIRA
(v1000.1131.0#100055)
7 years, 4 months