mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-06-09 08:41:34 +00:00
Add 'boottest' excuse failure reason when it has failed even if the previous tests had already failed.
This commit is contained in:
parent
ea6493ae71
commit
50e0bc137d
@ -1976,10 +1976,11 @@ class Britney(object):
|
|||||||
# Block promotion if the excuse is still valid (adt tests
|
# Block promotion if the excuse is still valid (adt tests
|
||||||
# passed) but the boottests attempt has failed or still in
|
# passed) but the boottests attempt has failed or still in
|
||||||
# progress.
|
# progress.
|
||||||
if excuse.is_valid and status not in BootTest.VALID_STATUSES:
|
if status not in BootTest.VALID_STATUSES:
|
||||||
|
excuse.addreason("boottest")
|
||||||
|
if excuse.is_valid:
|
||||||
excuse.is_valid = False
|
excuse.is_valid = False
|
||||||
excuse.addhtml("Not considered")
|
excuse.addhtml("Not considered")
|
||||||
excuse.addreason("boottest")
|
|
||||||
upgrade_me.remove(excuse.name)
|
upgrade_me.remove(excuse.name)
|
||||||
unconsidered.append(excuse.name)
|
unconsidered.append(excuse.name)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user