From 70470145b240cd86fb4c4aa4f91b408fe4d4ac1c Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Mon, 5 Jun 2017 17:28:41 -0500 Subject: [PATCH] Exclude maxforks test on s390x; it's too slow to run it. --- cyrus-imapd.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cyrus-imapd.spec b/cyrus-imapd.spec index 88b693c..8b7e8fd 100644 --- a/cyrus-imapd.spec +++ b/cyrus-imapd.spec @@ -497,6 +497,10 @@ tests=( for i in ${tests[@]}; do exclude+=("!$i"); done %endif +%ifarch s390x +exclude+=("!Master.maxforkrate") # Our s390x hosts are too slow to complete this test properly +%endif + %ifarch i686 armv7hl # Some additional failures only on 32-bit machines. # 14 failures are due to Fedora's perl not supporting quad types in unpack. @@ -624,6 +628,7 @@ getent passwd cyrus >/dev/null || /usr/sbin/useradd -c "Cyrus IMAP Server" -d /v * Fri Jun 02 2017 Jason L Tibbitts III - 3.0.1-3 - Remove clamav from build requirements. - Add --cleanup to Cassandane call to hopefully reduce build disk usage. +- Disable maxforkrate test on s390x; our builders are too slow to run it. * Fri Jun 02 2017 Jason L Tibbitts III - 3.0.1-2 - Add patch to fix up some endianness issues.