Run autopkgtests as soon as amd64 and i386 are ready to go.

This commit is contained in:
Colin Watson 2013-07-02 11:59:29 +01:00
parent cb7878320e
commit 8584a061e1
2 changed files with 5 additions and 2 deletions

View File

@ -57,3 +57,4 @@ REMOVE_OBSOLETE = no
# disable autopkgtest
ADT_SERIES = saucy
ADT_DEBUG = no
ADT_ARCHES = amd64 i386

View File

@ -1506,7 +1506,8 @@ class Britney(object):
text = text + " (but %s isn't keeping up, so never mind)" % (arch)
else:
update_candidate = False
run_autopkgtest = False
if arch in self.options.adt_arches.split():
run_autopkgtest = False
excuse.addhtml(text)
@ -1556,7 +1557,8 @@ class Britney(object):
text = text + " (but %s isn't keeping up, so nevermind)" % (arch)
else:
update_candidate = False
run_autopkgtest = False
if arch in self.options.adt_arches.split():
run_autopkgtest = False
if self.dates is None or self.date_now != self.dates[src][1]:
excuse.addhtml(text)