[JIRA] (OVIRT-926) check why 3.6 experimental job failed even if not error in shown on job
Barak Korren (oVirt JIRA)
jira at ovirt-jira.atlassian.net
Mon Dec 12 10:39:03 UTC 2016
[ https://ovirt-jira.atlassian.net/browse/OVIRT-926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=24237#comment-24237 ]
Barak Korren commented on OVIRT-926:
------------------------------------
My thesis was wrong, this is the end of the cleanup code:
{code}
if $failed; then
echo "Cleanup script failed, propegating failure to job"
exit 1
fi
{code}
The following simple test shows that this kind of code indeed results in what we're seeing in the log, and also does not result in a non-zero return value:
{code}
$ (set -x ; failed=false; if $failed; then echo FAILED; fi); echo $?
+ failed=false
+ false
0
{code}
So we need to keep looking...
> check why 3.6 experimental job failed even if not error in shown on job
> -----------------------------------------------------------------------
>
> Key: OVIRT-926
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-926
> Project: oVirt - virtualization made easy
> Issue Type: Bug
> Reporter: eyal edri [Administrator]
> Assignee: infra
>
> http://jenkins.ovirt.org/job/test-repo_ovirt_experimental_3.6/4322/
> [~gbenhaim at redhat.com][~ngoldin at redhat.com][~ederevea][~bkorren at redhat.com] any ideas?
--
This message was sent by Atlassian JIRA
(v1000.620.0#100023)
More information about the Infra
mailing list