autopkgtest-cloud:update-add-floating-ip

Last commit made on 2023-08-24
Get this branch:
git clone -b update-add-floating-ip 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:
update-add-floating-ip
Repository:
lp:autopkgtest-cloud

Recent commits

44f34a8... by Brian Murray

mojo: update add-floating-ip

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

autopkgtest-web: correct comment w/ location of running.json

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

Merge branch 'pre-commit-changes'

1d29815... by Brian Murray

Rename stages in pre-commit config, drop pre-rebase

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

autopkgtest-web: don't check to see if github tests are already running

The systemd upstream developers reported an issue with this new feature
so we've disabled it during investigation rather than block their
workflow.

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

autopkgtest-web: feat: add url/input validation

Adds a function which validates the user input when a user requests a
test from the web UI. It basically checks that 'arch' and other
necessary inputs aren't misspelt and that all the necessary args to
trigger a test are present. Without this change, the website returns a
500 exit code and informs the user of a server failure, which isn't
exactly accurate.

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

Merge remote-tracking branch 'andersson123/exit_code_suite_autopkgtest-web'

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

Merge remote-tracking branch 'andersson123/add_eol_scripts'

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

feat: add suite of HTTP exceptions for autopkgtest-web

Up until this commit, a number of uses of ValueError and
TypeError etc was used to inform the user of the webui when they made
errors or when errors occured. A lot of messages were somewhat similar
but differed slightly. This commit amends this by implementing a suite
of cohesive, re-usable exceptions which have their own messages and exit
codes.

d1e5ac2... by Tim Andersson

feat: add script to remove eol images and eol containers