mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-03-12 11:51:09 +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
|
||||
if same_source(adtver, x.version) ]
|
||||
if forces:
|
||||
e.force()
|
||||
e.addreason('badtest %s %s' % (adtsrc, adtver))
|
||||
e.addhtml(
|
||||
"Should wait for %s %s test, but forced by "
|
||||
"%s" % (adtsrc, adtver, forces[0].user))
|
||||
@ -1940,6 +1942,8 @@ class Britney(object):
|
||||
x for x in hints
|
||||
if same_source(e.ver[1], x.version) ]
|
||||
if forces:
|
||||
e.force()
|
||||
e.addreason('skiptest')
|
||||
e.addhtml(
|
||||
"Should wait for tests relating to %s %s, but "
|
||||
"forced by %s" %
|
||||
|
Loading…
x
Reference in New Issue
Block a user