Exclude maxforks test on s390x; it's too slow to run it.
This commit is contained in:
parent
b177185281
commit
70470145b2
@ -497,6 +497,10 @@ tests=(
|
|||||||
for i in ${tests[@]}; do exclude+=("!$i"); done
|
for i in ${tests[@]}; do exclude+=("!$i"); done
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%ifarch s390x
|
||||||
|
exclude+=("!Master.maxforkrate") # Our s390x hosts are too slow to complete this test properly
|
||||||
|
%endif
|
||||||
|
|
||||||
%ifarch i686 armv7hl
|
%ifarch i686 armv7hl
|
||||||
# Some additional failures only on 32-bit machines.
|
# Some additional failures only on 32-bit machines.
|
||||||
# 14 failures are due to Fedora's perl not supporting quad types in unpack.
|
# 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 <tibbs@math.uh.edu> - 3.0.1-3
|
* Fri Jun 02 2017 Jason L Tibbitts III <tibbs@math.uh.edu> - 3.0.1-3
|
||||||
- Remove clamav from build requirements.
|
- Remove clamav from build requirements.
|
||||||
- Add --cleanup to Cassandane call to hopefully reduce build disk usage.
|
- 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 <tibbs@math.uh.edu> - 3.0.1-2
|
* Fri Jun 02 2017 Jason L Tibbitts III <tibbs@math.uh.edu> - 3.0.1-2
|
||||||
- Add patch to fix up some endianness issues.
|
- Add patch to fix up some endianness issues.
|
||||||
|
Loading…
Reference in New Issue
Block a user