~andersson123/autopkgtest-cloud:exit-code-14

Last commit made on 2024-03-28
Get this branch:
git clone -b exit-code-14 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:
exit-code-14
Repository:
lp:~andersson123/autopkgtest-cloud

Recent commits

a00591c... by Tim Andersson

fix: web: fix display of exit code 14 tests

We received a ping on IRC on 27/03/2024, about "exit code 14"
being displayed on the results pages, which is somewhat confusing
and non-descript.

This mp fixes this by giving exit code 14 tests a human exit code
that is descriptive w.r.t the autopkgtest man page.

Succeeded
[SUCCEEDED] pre_commit:0 (build)
[SUCCEEDED] unit_tests:0 (build)
[SUCCEEDED] build_charms:0 (build)
13 of 3 results
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'

67211ed... by Skia

Merge remote-tracking branch 'origin/clean-more-instances'

https://code.launchpad.net/~ubuntu-release/autopkgtest-cloud/+git/autopkgtest-cloud/+merge/463233