autopkgtest-cloud:adios-lxd-armhf18

Last commit made on 2024-03-14
Get this branch:
git clone -b adios-lxd-armhf18 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:
adios-lxd-armhf18
Repository:
lp:autopkgtest-cloud

Recent commits

494ad50... by Brian Murray

mojo: lxd-armhf18 went awol

Succeeded
[SUCCEEDED] pre_commit:0 (build)
[SUCCEEDED] unit_tests:0 (build)
[SUCCEEDED] build_charms:0 (build)
13 of 3 results
52fc103... by Tim Andersson

Merge remote-tracking branch 'andersson123/align-diff-from-prod'

Succeeded
[SUCCEEDED] pre_commit:0 (build)
[SUCCEEDED] unit_tests:0 (build)
[SUCCEEDED] build_charms:0 (build)
13 of 3 results
741d381... by Skia

Merge branch 'skia/bug_fixes'

https://code.launchpad.net/~hyask/autopkgtest-cloud/+git/autopkgtest-cloud/+merge/462409

Succeeded
[SUCCEEDED] pre_commit:0 (build)
[SUCCEEDED] unit_tests:0 (build)
[SUCCEEDED] build_charms:0 (build)
13 of 3 results
91f6d02... by Skia

fix: web: make queued message format consistent

All other ways of pushing test requests to the queues separate the
package name from the params with a '\n'.
The consequence of not doing that consistently was that manually
requested tests would not appear in a package's filtered queue.

7e19b98... by Tim Andersson

Merge remote-tracking branch 'andersson123/api-key-dont-load-in-global-namespace'

Succeeded
[SUCCEEDED] pre_commit:0 (build)
[SUCCEEDED] unit_tests:0 (build)
[SUCCEEDED] build_charms:0 (build)
13 of 3 results
b31b572... by Skia

fix: web: reduce default cache time

We now serve `queued.json` through `send_file`, but the default cache is
far too long, as that file is updated minutely.

4585faf... by Julian Andres Klode

Preserve order in queued.json endpoint

When just returning a dict, flask encodes it on its own,
and appears to sort keys. We don't actually do anything
with the parsed json, so let's just send out the file
directly, using the optimized flask.send_file helper.

This ensures that the order on the running page is the same on
the leader and non-leaders (which fetch from the end point).

Succeeded
[SUCCEEDED] pre_commit:0 (build)
[SUCCEEDED] unit_tests:0 (build)
[SUCCEEDED] build_charms:0 (build)
13 of 3 results
7b2348c... by Tim Andersson

fix: web: don't load API_KEYS in global namespace

when we load the API keys in the global namespace, we have to reload apache2
every time we add a new api key, which isn't ideal.

e13dc0a... by Tim Andersson

mojo: upgrade-charm: remove unused variable

6cb7724... by Tim Andersson

service-bundle: align with changes made in production