cpe_cloud reports success for aborted jobs

Bug #1718805 reported by Jason Hobbs
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
CDO QA System Tests
Fix Released
Critical
Jason Hobbs

Bug Description

See http://paste.ubuntu.com/25589047/ for example

This is because 'success' is determined as the absence of failure strings:

def get_status(text):
    """Return the status of job output in text."""
    if 'marked build as failure' in text \
            or 'Marking the build as failed' in text:
        return 'failure'
    return 'success'

Changed in cdoqa-system-tests:
status: New → Confirmed
importance: Undecided → Critical
description: updated
Changed in cdoqa-system-tests:
status: Confirmed → In Progress
assignee: nobody → Jason Hobbs (jason-hobbs)
Changed in cdoqa-system-tests:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.