]
Daniel Belenky reassigned OVIRT-1752:
-------------------------------------
Assignee: Daniel Belenky (was: infra)
oVirt Engine CI failures on FC26
--------------------------------
Key: OVIRT-1752
URL:
https://ovirt-jira.atlassian.net/browse/OVIRT-1752
Project: oVirt - virtualization made easy
Issue Type: Bug
Components: oVirt CI
Reporter: Allon Mureinik
Assignee: Daniel Belenky
Hi Infra,
I've observed failures in oVirt Engine's CI on FC26, e.g.
(
http://jenkins.ovirt.org/job/ovirt-engine_master_check-patch-fc26-x86_64/... - it's
a manual trigger, but the same errors happen in the "real" CI).
The failure seems to be around collecting FindBugs exported artifacts:
05:49:40 [ovirt-engine_master_check-patch-fc26-x86_64] $ /bin/bash -xe
/tmp/CommandInterpreterCondition8737185823553801263.sh
05:49:40 + find exported-artifacts/find-bugs/ -name '*.xml'
05:49:40 + grep -e '.*'
05:49:40 find: 'exported-artifacts/find-bugs/': No such file or directory
05:49:40 Run condition [Execute Shell] preventing perform for step [[Publish FindBugs
analysis results]]
Which should only happen on EL7 according to automation/check-patch.sh
Is checking `$STD_CI_DISTRO` there the wrong thing to do?