mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-04-06 15:51:22 +00:00
Make adding a failing test a regression
When there is no test in testing, and a failing test in unstable, don't allow the package to migrate. Doing so would make it instantly RC-buggy. Signed-off-by: Ivo De Decker <ivodd@debian.org>
This commit is contained in:
parent
0d5ea5eb8c
commit
628b93b791
@ -1080,7 +1080,7 @@ class AutopkgtestPolicy(BasePolicy):
|
||||
self.request_test_if_not_queued(src, arch, REF_TRIG)
|
||||
result = 'RUNNING-REFERENCE'
|
||||
else:
|
||||
result = 'ALWAYSFAIL'
|
||||
result = 'REGRESSION'
|
||||
else:
|
||||
result = 'REGRESSION'
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user