autopkgtest-cloud:autopkgtest-requestors

Last commit made on 2023-07-14
Get this branch:
git clone -b autopkgtest-requestors https://git.launchpad.net/autopkgtest-cloud
Members of Ubuntu Release Team can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
autopkgtest-requestors
Repository:
lp:autopkgtest-cloud

Recent commits

a10fc15... by Brian Murray

autopkgtest-web: add autopkgtest-requestors to ALLOWED_TEAMS

Instead of adding multiple Launchpad teams to ALLOWED_TEAMS we'll use
one Launchpad team - autopkgtest-requestors. This'll avoid having to
update the charm just to add an additional team.

Succeeded
[SUCCEEDED] pre_commit:0 (build)
[SUCCEEDED] build_charms:0 (build)
12 of 2 results
e0e50e2... by Brian Murray

tools: seed-new-release wordsmith force_auth_retry comment

Succeeded
[SUCCEEDED] pre_commit:0 (build)
[SUCCEEDED] build_charms:0 (build)
12 of 2 results
39c923f... by Brian Murray

Merge remote-tracking branch 'andersson123/fix_seed_new_release'

193eb72... by Tim Andersson

fix: seed-new-release retries amendment and runs until success

Previously, seed-new-release would encounter swift connection errors
after some time (reportedly approx 90 mins) and would retry 5 times,
with increasing intervals, without first closing the swift connection
before re-opening it. The script would eventually fail and previously
when running the script for a new release, the script would have to be
wrapped in an until loop.

This commit amends this by first embedding python-swiftclient's internal
retries into the code, and secondly by wrapping a different external
retry loop which, before re-opening the swift connection, closes it.

This fixes the script, and whilst it takes a long time to run, it no
longer fails and does not need to be wrapped in an until loop. Don't ask
me why it now works, it just does.

705c748... by Tim Andersson

update ip's and hosts for lxdarmhf 9 and 10

Succeeded
[SUCCEEDED] pre_commit:0 (build)
[SUCCEEDED] build_charms:0 (build)
12 of 2 results
5d66851... by Tim Andersson

service-bundle: update lxc remotes list

Succeeded
[SUCCEEDED] pre_commit:0 (build)
[SUCCEEDED] build_charms:0 (build)
12 of 2 results
cb2f798... by Brian Murray

tools: Use re.DOTALL when building a filter for amqp

Succeeded
[SUCCEEDED] pre_commit:0 (build)
[SUCCEEDED] build_charms:0 (build)
12 of 2 results
008df23... by Paride Legovini

Merge remote-tracking branch 'andersson123/fix_login_issue_staging'

Succeeded
[SUCCEEDED] pre_commit:0 (build)
[SUCCEEDED] build_charms:0 (build)
12 of 2 results
8d64998... by Tim Andersson

fix: staging website not redirecting to ubuntu sso login

We've been having a problem where autopkgtest tests aren't requestable
via a url as specified in the Proposed Migration wiki page. Turns out
the issue was that the webserver was trying to access `login.ubuntu.com`
via a proxy which is not required and breaks functionality. Adding this
website to the `no_proxy` variable in the service bundle means it'll be
inherited by `/etc/apache2/conf-enabled/no_proxy.conf` and solves the
issue. The issue is currently cowboy fixed on staging.

edc206a... by Brian Murray

autopkgtest-web: Add canonical-foundations to ALLOWED_TEAMS

Succeeded
[SUCCEEDED] pre_commit:0 (build)
[SUCCEEDED] build_charms:0 (build)
12 of 2 results