summaryrefslogtreecommitdiff
path: root/semaphoreci
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2020-11-27 21:01:32 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2020-11-28 08:53:38 +0900
commited9192bb55e23c00bf9ba810a949e7ffe1bbe959 (patch)
tree1b5f219ba309611e709b1d920bf0e9d87a03de49 /semaphoreci
parent55260eeb781cf99f546380b1d15ee1bebddf24d7 (diff)
downloadsystemd-ed9192bb55e23c00bf9ba810a949e7ffe1bbe959.tar.gz
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
Diffstat (limited to 'semaphoreci')
-rwxr-xr-xsemaphoreci/semaphore-runner.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/semaphoreci/semaphore-runner.sh b/semaphoreci/semaphore-runner.sh
index a21d5d88e0..e76f2544eb 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