check why 3.6 experimental job failed even if not error in shown on job

Description

http://jenkins.ovirt.org/job/test-repo_ovirt_experimental_3.6/4322/

any ideas?

Activity

Show:

Former user March 20, 2017 at 3:08 PM

I haven't seen it since but maybe all infra owners should reply.

Eyal Edri March 20, 2017 at 2:49 PM

Any updates?
Is this still reproducible?

Former user January 2, 2017 at 11:57 AM

Barak Korren December 21, 2016 at 9:30 AM

Barak Korren December 12, 2016 at 10:38 AM

My thesis was wrong, this is the end of the cleanup code:

if $failed; then echo "Cleanup script failed, propegating failure to job" exit 1 fi

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:

$ (set -x ; failed=false; if $failed; then echo FAILED; fi); echo $? + failed=false + false 0

So we need to keep looking...

Cannot Reproduce

Details

Assignee

Reporter

Priority

Created December 11, 2016 at 9:35 AM
Updated August 3, 2017 at 3:02 PM
Resolved July 3, 2017 at 2:16 PM

Flag notifications