mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-05-23 08:21:30 +00:00
Run autopkgtests as soon as amd64 and i386 are ready to go.
This commit is contained in:
parent
cb7878320e
commit
8584a061e1
@ -57,3 +57,4 @@ REMOVE_OBSOLETE = no
|
|||||||
# disable autopkgtest
|
# disable autopkgtest
|
||||||
ADT_SERIES = saucy
|
ADT_SERIES = saucy
|
||||||
ADT_DEBUG = no
|
ADT_DEBUG = no
|
||||||
|
ADT_ARCHES = amd64 i386
|
||||||
|
@ -1506,6 +1506,7 @@ class Britney(object):
|
|||||||
text = text + " (but %s isn't keeping up, so never mind)" % (arch)
|
text = text + " (but %s isn't keeping up, so never mind)" % (arch)
|
||||||
else:
|
else:
|
||||||
update_candidate = False
|
update_candidate = False
|
||||||
|
if arch in self.options.adt_arches.split():
|
||||||
run_autopkgtest = False
|
run_autopkgtest = False
|
||||||
|
|
||||||
excuse.addhtml(text)
|
excuse.addhtml(text)
|
||||||
@ -1556,6 +1557,7 @@ class Britney(object):
|
|||||||
text = text + " (but %s isn't keeping up, so nevermind)" % (arch)
|
text = text + " (but %s isn't keeping up, so nevermind)" % (arch)
|
||||||
else:
|
else:
|
||||||
update_candidate = False
|
update_candidate = False
|
||||||
|
if arch in self.options.adt_arches.split():
|
||||||
run_autopkgtest = False
|
run_autopkgtest = False
|
||||||
|
|
||||||
if self.dates is None or self.date_now != self.dates[src][1]:
|
if self.dates is None or self.date_now != self.dates[src][1]:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user