mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-04-14 12:41:15 +00:00
autopkgtest: Drop broken reference update
1) the update didn't happen for all but the first 2) we don't want a package that fixes a regression in unstable to influence the reference for another package until it actually migrates, so this updating is flawed.
This commit is contained in:
parent
624b185ba6
commit
0da1e4d589
@ -669,10 +669,6 @@ class AutopkgtestPolicy(BasePolicy):
|
||||
result[1] = ver
|
||||
result[2] = stamp
|
||||
|
||||
if self.options.adt_baseline == 'reference' and trigsrc != src:
|
||||
self.test_results.setdefault(REF_TRIG, {}).setdefault(
|
||||
src, {}).setdefault(arch, [status, ver, stamp])
|
||||
|
||||
|
||||
def send_test_request(self, src, arch, trigger, huge=False):
|
||||
'''Send out AMQP request for testing src/arch for trigger
|
||||
|
Loading…
x
Reference in New Issue
Block a user