Increase timeout to 3000 seconds on riscv64

Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
This commit is contained in:
David Abdurachmanov 2020-08-10 19:07:22 +03:00
parent 8f47e8e38a
commit 09828bfc47
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB

View File

@ -70,7 +70,7 @@
Name: %{orig_name}%{?name_suffix}
Version: %{major_version}.%{minor_version}.1
Release: %{baserelease}%{?relsuf}%{?dist}
Release: %{baserelease}%{?relsuf}.0.riscv64%{?dist}
Summary: Cross-platform make system
# most sources are BSD
@ -419,6 +419,11 @@ find %{buildroot}%{_bindir} -type f -or -type l -or -xtype l | \
mv -f Modules/FindLibArchive.cmake Modules/FindLibArchive.disabled
%endif
pushd %{_vpath_builddir}
# QEMU is slow thus a test timesout:
# 580 - Qt5Autogen.MocIncludeSymlink (Timeout)
%ifarch riscv64
TEST_TIMEOUT="--test-timeout 3000"
%endif
# CTestTestUpload require internet access
# CPackComponentsForAll-RPM-IgnoreGroup failing wih rpm 4.15 - https://gitlab.kitware.com/cmake/cmake/issues/19983
NO_TEST="CTestTestUpload|CPackComponentsForAll-RPM-IgnoreGroup"
@ -430,9 +435,9 @@ NO_TEST="$NO_TEST|kwsys.testProcess-4|kwsys.testProcess-5"
%if %{with bootstrap}
NO_TEST="$NO_TEST|curl"
%endif
bin/ctest%{?name_suffix} %{?_smp_mflags} -V -E "$NO_TEST" --output-on-failure
bin/ctest%{?name_suffix} %{?_smp_mflags} -V -E "$NO_TEST" $TEST_TIMEOUT --output-on-failure
# Keep an eye on failing tests
bin/ctest%{?name_suffix} %{?_smp_mflags} -V -R "$NO_TEST" --output-on-failure || :
bin/ctest%{?name_suffix} %{?_smp_mflags} -V -R "$NO_TEST" $TEST_TIMEOUT --output-on-failure || :
popd
%if 0%{?rhel} && 0%{?rhel} <= 6
mv -f Modules/FindLibArchive.disabled Modules/FindLibArchive.cmake
@ -504,6 +509,9 @@ mv -f Modules/FindLibArchive.disabled Modules/FindLibArchive.cmake
%changelog
* Mon Aug 10 2020 David Abdurachmanov <david.abdurachmanov@sifive.com> - 3.18.1-1.0.riscv64
- Increase timeout for tests to 3000 seconds on riscv64
* Sat Aug 01 2020 Björn Esser <besser82@fedoraproject.org> - 3.18.1-1
- Update to 3.18.1