~andersson123/autopkgtest-cloud:seed_new_release_neutral_results

Last commit made on 2023-07-18
Get this branch:
git clone -b seed_new_release_neutral_results https://git.launchpad.net/~andersson123/autopkgtest-cloud
Only Tim Andersson can upload to this branch. If you are Tim Andersson please log in for upload directions.

Branch merges

Branch information

Name:
seed_new_release_neutral_results
Repository:
lp:~andersson123/autopkgtest-cloud

Recent commits

cf294be... by Tim Andersson

fix: seed-new-release doesn't copy neutral results.

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

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.

Succeeded
[SUCCEEDED] pre_commit:0 (build)
[SUCCEEDED] build_charms:0 (build)
12 of 2 results
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

008df23... by Paride Legovini

Merge remote-tracking branch 'andersson123/fix_login_issue_staging'

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.

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

autopkgtest-web: Add canonical-foundations to ALLOWED_TEAMS