mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-05-17 13:31:29 +00:00
allow retrying on "Reference test in progress, but real test failed already"
This commit is contained in:
parent
86618a1b1d
commit
53aaf8f8e9
@ -475,7 +475,7 @@ class AutopkgtestPolicy(BasePolicy):
|
|||||||
history_url = cloud_url % {
|
history_url = cloud_url % {
|
||||||
'h': srchash(testsrc), 's': testsrc,
|
'h': srchash(testsrc), 's': testsrc,
|
||||||
'r': self.options.series, 'a': arch}
|
'r': self.options.series, 'a': arch}
|
||||||
if status == 'REGRESSION':
|
if status in ['REGRESSION', 'RUNNING-REFERENCE']:
|
||||||
if self.options.adt_retry_url_mech == 'run_id':
|
if self.options.adt_retry_url_mech == 'run_id':
|
||||||
retry_url = self.options.adt_ci_url + 'api/v1/retry/' + run_id
|
retry_url = self.options.adt_ci_url + 'api/v1/retry/' + run_id
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user