Merge lp:~rbalint/ubuntu-archive-tools/git-makes-no-triggers into lp:ubuntu-archive-tools

Proposed by Balint Reczey
Status: Merged
Merged at revision: 1411
Proposed branch: lp:~rbalint/ubuntu-archive-tools/git-makes-no-triggers
Merge into: lp:ubuntu-archive-tools
Diff against target: 12 lines (+2/-0)
1 file modified
retry-autopkgtest-regressions (+2/-0)
To merge this branch: bzr merge lp:~rbalint/ubuntu-archive-tools/git-makes-no-triggers
Reviewer Review Type Date Requested Status
Iain Lane Approve
Łukasz Zemczak Pending
Review via email: mp+390107@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Iain Lane (laney) wrote :

Thanks.

I think we should instead (or as well) skip the upstream queue completely. It's not interesting for retry-autopkgtest-regressions.

review: Needs Fixing
1375. By Balint Reczey

retry-autopkgtest-regressions: Don't crash on git-triggered runs

They have no trigger, nor can be retried.

Revision history for this message
Balint Reczey (rbalint) wrote :

@laney, thanks, please take another look

Revision history for this message
Balint Reczey (rbalint) wrote :

@laney PTAL

Revision history for this message
Iain Lane (laney) wrote :

Thanks for the ping!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'retry-autopkgtest-regressions'
2--- retry-autopkgtest-regressions 2020-08-11 09:56:38 +0000
3+++ retry-autopkgtest-regressions 2020-09-02 14:37:29 +0000
4@@ -155,6 +155,8 @@
5
6 # check queues
7 for queue_name, releases in queues.items():
8+ if queue_name == 'upstream':
9+ continue
10 for queue_release, arches in releases.items():
11 if not queue_release == release:
12 continue

Subscribers

People subscribed via source and target branches