autopkgtest-cloud:os-region-name

Last commit made on 2024-03-29
Get this branch:
git clone -b os-region-name 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:
os-region-name
Repository:
lp:autopkgtest-cloud

Recent commits

c2d7197... by Brian Murray

autopkgtest-cloud: worker the env name is OS_REGION_NAME

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

feat: web: document development workflow

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

fix: web: remove all all-proposed for noble

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

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

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

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

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

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