~andersson123/autopkgtest-cloud:upgrade-charm-to-docs

Last commit made on 2024-05-02
Get this branch:
git clone -b upgrade-charm-to-docs 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:
upgrade-charm-to-docs
Repository:
lp:~andersson123/autopkgtest-cloud

Recent commits

98af218... by Tim Andersson

docs: remove mention of new dependencies requiring a unit replacement

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

docs: mention upgrade_charm script in Deploying section

6499aaf... by Skia

Merge branch 'skia/fix_broken_cache_amqp'

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

6f5d30c... by Tim Andersson

Merge remote-tracking branch 'andersson123/postfix-systemd-fail-strings'

cc1260f... by Tim Andersson

Merge remote-tracking branch 'andersson123/add-running-count'

effc82a... by Skia

fix: web: cache-amqp: improve split heuristic

Requests format has been made more consistant recently, so the split
heuristic can be made more precise, and more likely to do what it's
supposed to.

b619f18... by Skia

fix: web: browse: never fail on package pages due to broken amqp cache

If queued.json get broken or badly formatted for some reasons, the
package results pages will still work but signal the error so that
people can contact QA team and see their results.

b59855e... by Skia

fix: web: cache-amqp: don't break queued.json when invalid requests arrive

Instead of returning a None object, resulting in some possible `null` in
the resulting JSON, better just ignore the bad request and continue with
the others, since an incomplete list will still be more accurate than a
null object.

3a33ae7... by Tim Andersson

fix: worker: add fail strings for systemd failures and postfix failures

These failures seem to cause forever looping tests, so we need to
correctly recognise them as fail strings.

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

Merge remote-tracking branch 'andersson123/reduce-retries'