Merge ubuntu-archive-tools:running-reference-not-equals-no-proposed into ubuntu-archive-tools:main

Proposed by Steve Langasek
Status: Merged
Merged at revision: 5f9578ef4f2d18ed02eb2f0cad0caf68c7cf227a
Proposed branch: ubuntu-archive-tools:running-reference-not-equals-no-proposed
Merge into: ubuntu-archive-tools:main
Diff against target: 14 lines (+1/-2)
1 file modified
retry-autopkgtest-regressions (+1/-2)
Reviewer Review Type Date Requested Status
Utkarsh Gupta (community) Approve
Graham Inggs (community) Approve
Ubuntu Package Archive Administrators Pending
Review via email: mp+434206@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Graham Inggs (ginggs) wrote :

looks good to me!

review: Approve
Revision history for this message
Utkarsh Gupta (utkarsh) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/retry-autopkgtest-regressions b/retry-autopkgtest-regressions
2index 9d322df..3ba51e5 100755
3--- a/retry-autopkgtest-regressions
4+++ b/retry-autopkgtest-regressions
5@@ -384,8 +384,7 @@ queues = json.loads(
6 for release, pkgmap in regressions.items():
7 for pkg, archmap in pkgmap.items():
8 for arch, triggers in archmap.items():
9- if 'migration-reference/0' in triggers \
10- or 'RUNNING-REFERENCE' in args.state:
11+ if 'migration-reference/0' in triggers:
12 triggers = ['migration-reference/0']
13 if 'RUNNING' not in args.state \
14 and already_triggered(release, arch, pkg, triggers,

Subscribers

People subscribed via source and target branches