From 0da1e4d589a11faca09f5f1adb15bcbc6411280e Mon Sep 17 00:00:00 2001 From: Paul Gevers Date: Wed, 18 Jul 2018 20:53:04 +0200 Subject: [PATCH] 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. --- britney2/policies/autopkgtest.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/britney2/policies/autopkgtest.py b/britney2/policies/autopkgtest.py index d835f2c..04f0dcb 100644 --- a/britney2/policies/autopkgtest.py +++ b/britney2/policies/autopkgtest.py @@ -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