]
eyal edri commented on OVIRT-983:
---------------------------------
[~bkorren(a)redhat.com] did we made progress on this during last year with V2 and BO?
Improve CI output for Jenkins repo
----------------------------------
Key: OVIRT-983
URL:
https://ovirt-jira.atlassian.net/browse/OVIRT-983
Project: oVirt - virtualization made easy
Issue Type: Improvement
Components: oVirt CI
Reporter: Barak Korren
Assignee: infra
Since we've added more ci jobs to the {{jenkins}} repo, the CI output because
unclear. When it was one job, it was easy to understand it failed because of YAML issues.
Now, when it passes on all platforms but el7, its easy to mistake this for a infra failure
on el7 rather then a real problem with the patch.
The following improvements should be made to the job output:
# The YAML failure message should be placed directly in the Gerrit comment, this can be
done with the "Unsuccessful Message File" feature of the Gerrit plugin.
# When YAML check succeeds ther sohuld be a message in Gerrit saying so and indicating
where the DIFF output can be seen (will "Unsuccessful Message File" also work on
success?)
# The {{differences.html}} file should probably be called {{index.html}} to get it placed
in the job status page.
# Maybe add some javascript to {{differences.html}} to allow collapsing individual
differences.