mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-06-09 00:31:32 +00:00
Add missing force-{bad,skip}test data to excuses (for the YAML)
This commit is contained in:
parent
71b07bc66a
commit
358920c395
@ -1925,6 +1925,8 @@ class Britney(object):
|
|||||||
x for x in hints
|
x for x in hints
|
||||||
if same_source(adtver, x.version) ]
|
if same_source(adtver, x.version) ]
|
||||||
if forces:
|
if forces:
|
||||||
|
e.force()
|
||||||
|
e.addreason('badtest %s %s' % (adtsrc, adtver))
|
||||||
e.addhtml(
|
e.addhtml(
|
||||||
"Should wait for %s %s test, but forced by "
|
"Should wait for %s %s test, but forced by "
|
||||||
"%s" % (adtsrc, adtver, forces[0].user))
|
"%s" % (adtsrc, adtver, forces[0].user))
|
||||||
@ -1940,6 +1942,8 @@ class Britney(object):
|
|||||||
x for x in hints
|
x for x in hints
|
||||||
if same_source(e.ver[1], x.version) ]
|
if same_source(e.ver[1], x.version) ]
|
||||||
if forces:
|
if forces:
|
||||||
|
e.force()
|
||||||
|
e.addreason('skiptest')
|
||||||
e.addhtml(
|
e.addhtml(
|
||||||
"Should wait for tests relating to %s %s, but "
|
"Should wait for tests relating to %s %s, but "
|
||||||
"forced by %s" %
|
"forced by %s" %
|
||||||
|
Loading…
x
Reference in New Issue
Block a user