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.
ubuntu/rebased
Paul Gevers 7 years ago
parent 624b185ba6
commit 0da1e4d589
No known key found for this signature in database
GPG Key ID: 9C5C99EB05BD750A

@ -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…
Cancel
Save