~paride/autopkgtest:lp1952084-mask-snapd-seeded

Last commit made on 2022-09-19
Get this branch:
git clone -b lp1952084-mask-snapd-seeded https://git.launchpad.net/~paride/autopkgtest
Only Paride Legovini can upload to this branch. If you are Paride Legovini please log in for upload directions.

Branch merges

Branch information

Name:
lp1952084-mask-snapd-seeded
Repository:
lp:~paride/autopkgtest

Recent commits

f7b890b... by Paride Legovini

autopkgtest-build-lxd: umount lxcfs before snapd is purged

One preparatory step for autopkgtest LXD images is purging snapd,
however this currently fails while removing the lxd snap (LP: #1989603).
As as workaround manually umount the problematic mountpoint.

e568cbc... by Paride Legovini

autopkgtest-build-lxd: mask snapd.seeded.service

autopkgtest-build-lxd: mask snapd.seeded.service as a workaround for
LP: #1952084. Can be reverted once that bug is properly fixed or if
we switch to minimal images, which do not ship with snapd, but aren't
available for armhf as of today.

55cf0ad... by Brian Murray

Reset the timeout-ssh period back to its default

7c0bddf... by Brian Murray

Wait even longer for ssh to work out

5db4fa8... by Brian Murray

Increase default value of timeout-ssh to 900

4edddb8... by Brian Murray

Increase the wait_for_ssh timeout to 900

d9d863f... by Brian Murray

kill processes with SIGKILL if SIGTERM fails

When trying to kill long running test processes on armhf they don't
always get killed so if the process is still running kill it again with
SIGKILL.

14935a6... by Steve Langasek

Merge branch 'cross-arch-architecture-filtering'

47984b0... by Steve Langasek

Handle architecture filtering for Test-Command also; thanks to Lukas Maerdian

941a9b1... by Steve Langasek

Filter on the correct architecture name for cross-arch testing

When a test specifies that it is only to be run for certain architectures,
we need to check against the target architecture, not the testbed
architecture which may be different.