Merge lp:~rbalint/ubuntu-archive-tools/retry-bileto-skip-phone into lp:ubuntu-archive-tools

Proposed by Balint Reczey
Status: Merged
Merged at revision: 1358
Proposed branch: lp:~rbalint/ubuntu-archive-tools/retry-bileto-skip-phone
Merge into: lp:ubuntu-archive-tools
Diff against target: 13 lines (+1/-2)
1 file modified
retry-autopkgtest-regressions (+1/-2)
To merge this branch: bzr merge lp:~rbalint/ubuntu-archive-tools/retry-bileto-skip-phone
Reviewer Review Type Date Requested Status
Iain Lane Approve
Review via email: mp+388359@code.launchpad.net
To post a comment you must log in.
1358. By Balint Reczey

retry-autopkgtest-regressions: Don't include stable-phone-overlay PPA when triggering bileto tests

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

i've updated the branch

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

Great, thanks

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-07-29 21:20:09 +0000
3+++ retry-autopkgtest-regressions 2020-07-30 08:53:34 +0000
4@@ -300,8 +300,7 @@
5 if excuses_url.startswith('/'):
6 excuses_url = url_root + excuses_url
7 excuses_url = excuses_url.replace('.html', '.yaml.xz')
8- extra_params += [('ppa', 'ci-train-ppa-service/stable-phone-overlay'),
9- ('ppa', 'ci-train-ppa-service/%s' % ppa_name)]
10+ extra_params += [('ppa', 'ci-train-ppa-service/%s' % ppa_name)]
11 else:
12 excuses_url = 'http://people.canonical.com/~ubuntu-archive/proposed-migration/%s/update_excuses.yaml.xz' % args.series
13 regressions = get_regressions(excuses_url, args.series, args.state,

Subscribers

People subscribed via source and target branches