~paelzer/autopkgtest-cloud:avoid-oom-on-fio-based-tests-hirsute

Last commit made on 2020-11-12
Get this branch:
git clone -b avoid-oom-on-fio-based-tests-hirsute https://git.launchpad.net/~paelzer/autopkgtest-cloud
Only Christian Ehrhardt  can upload to this branch. If you are Christian Ehrhardt  please log in for upload directions.

Branch merges

Branch information

Name:
avoid-oom-on-fio-based-tests-hirsute
Repository:
lp:~paelzer/autopkgtest-cloud

Recent commits

d41f69a... by Christian Ehrhardt 

add tests of multipath-tools and tgt that use fio to big_packages

fio does in >=hirsute increase memory consumption a lot and thereby
can bump these two tests that utilize fio into OOMs.

For details see:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1903962
https://github.com/axboe/fio/issues/1123

Signed-off-by: Christian Ehrhardt <email address hidden>

5097a12... by Iain Lane

Stop running debuerreotype on arm64/ppc64el/s390x

It's looping here

782e764... by Iain Lane

Block rust-onig from running

It outputs huge log files, see Debian #973657

f304798... by Iain Lane

worker: Add /bin/bash: No such file or directory to fail strings for linux

This is a weird one, but apparently a test kernel makes lxc fail in such
a way that it deletes ALL the things, and we consider that a tmpfail
(bash not being there).

a518c97... by Iain Lane

And another spot

4617631... by Iain Lane

browse: Handle KeyErrors

We don't want to show unsupported releases, but they may still be in the
DB.

6cc13d1... by Iain Lane

Add hirsute

ff46d3f... by Brian Murray

add cwltool to big_packages on arm64 and ppc64el

c613b9b... by Iain Lane

worker-*.conf: Drop changelogs.ubuntu.com from $no_proxy

Canonical IS moved this to be fronted by a cache. autopkgtests now take
the "public" route to retrieve changelogs, and so they don't need to
bypass the proxy.

4bc107d... by Iain Lane

worker: Add /tmp/autopkgtest-run-wrapper: command not found to retry strings

See https://bugs.launchpad.net/auto-package-testing/+bug/1896466 - we've
started getting this lately. This papers over it, but doesn't solve the
problem of course.