Opened 10 years ago

Closed 10 years ago

Last modified 4 years ago

#2731 closed defect (fixed)

Both debbie and winnie registering success when they have failures

Reported by: robe Owned by: robe
Priority: medium Milestone: Website Management, Bots
Component: QA/buildbots Version: 2.1.x
Keywords: Cc:

Description

Haven't figured out what I did to screw up the scripts but on both winnie and debbie, they are no longer registering jenkins failures when they clearly have failures.

Such as the case with #2730

it registered as success when it was clearly a failure when you look at the logs

Change History (2)

comment:1 by robe, 10 years ago

Resolution: fixed
Status: newclosed

I think this issue is resolved now. I added an extra plugin, which I probably don't need.

I think the ultimate fix was that I added

#!/bin/bash
set -e

I think was my custom if conditions trying to get make extension to work that kept on causing an exit 0 which jenkins treated as success.

Anyway after the change — debbie started complaining about how 9.0 couldn't regress on 2.1 because of raster issue (which pramsey fixed).

and winnie is just about done complaining about the json issue — after my configure change she seems to be happy again.

comment:2 by robe, 4 years ago

Milestone: Management 2.0Website Management, Bots

Milestone renamed

Note: See TracTickets for help on using tickets.