From: Luca Boccassi Date: Wed, 6 Apr 2022 00:04:14 +0000 (+0100) Subject: semaphoreci: skip boot-and-services test X-Git-Tag: v251-rc2~185^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F22985%2Fhead;p=thirdparty%2Fsystemd.git semaphoreci: skip boot-and-services test It started failing, disable it for now --- diff --git a/.semaphore/semaphore-runner.sh b/.semaphore/semaphore-runner.sh index ba218117181..ec95f65315b 100755 --- a/.semaphore/semaphore-runner.sh +++ b/.semaphore/semaphore-runner.sh @@ -96,6 +96,10 @@ EOF rm -rf debian/patches # disable autopkgtests which are not for upstream sed -i '/# NOUPSTREAM/ q' debian/tests/control + # TODO: rebooting via autopkgtest-reboot seems to be broken, disable these tests for now + sed -i -n '1,/Tests: boot-and-services/p;/Tests: udev/,$p' debian/tests/control + sed -i '/Tests: boot-and-services/d' debian/tests/control + sed -i '/Tests: boot-smoke/,$d' debian/tests/control # enable more unit tests sed -i '/^CONFFLAGS =/ s/=/= --werror -Dtests=unsafe -Dsplit-usr=true -Dslow-tests=true -Dfuzz-tests=true -Dman=true /' debian/rules # no orig tarball