From: Frantisek Sumsal Date: Fri, 27 Nov 2020 20:01:32 +0000 (+0100) Subject: semaphore: temporarily disable the timedated test suite X-Git-Tag: v248-rc1~624 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ed9192bb55e23c00bf9ba810a949e7ffe1bbe959;p=thirdparty%2Fsystemd.git semaphore: temporarily disable the timedated test suite All otherwise passing Semaphore CI builds are now getting stuck on the timedated test suite. Let's temporarily skip it until the issue is resolved. See: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=975010 --- diff --git a/semaphoreci/semaphore-runner.sh b/semaphoreci/semaphore-runner.sh index a21d5d88e07..e76f2544ebf 100755 --- a/semaphoreci/semaphore-runner.sh +++ b/semaphoreci/semaphore-runner.sh @@ -85,6 +85,9 @@ EOF rm -rf debian/patches # disable autopkgtests which are not for upstream sed -i '/# NOUPSTREAM/ q' debian/tests/control + # temporarily disable timedated tests, as they cause timeouts + # see: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=975010 + sed -i '/Tests:/s/timedated, //' 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