[Tarantool-patches] [PATCH v1 1/2] test: remove obvious part in rpm spec for Travis

Alexander V. Tikhonov avtikhon at tarantool.org
Fri Dec 25 23:44:16 MSK 2020


Removed obvious part in rpm spec for Travis-CI, due to it is no
longer in use.
---

Github: https://github.com/tarantool/tarantool/tree/avtikhon/rpm-spec-timeouts

 rpm/tarantool.spec | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/rpm/tarantool.spec b/rpm/tarantool.spec
index 489b94df8..aae60f8dc 100644
--- a/rpm/tarantool.spec
+++ b/rpm/tarantool.spec
@@ -170,11 +170,6 @@ make %{?_smp_mflags}
 rm -rf %{buildroot}%{_datarootdir}/doc/tarantool/
 
 %check
-%if "%{_ci}" == "travis"
-%if (0%{?fedora} >= 22 || 0%{?rhel} >= 7 || 0%{?sle_version} >= 1500)
-cd test && ./test-run.py --force -j 1 unit/ app/ app-tap/ box/ box-tap/ engine/ vinyl/
-%endif
-%else
 %if 0%{?rhel} != 6
 # Run all available test suites except 'replication'
 # which is not currently ready for this testing and
@@ -182,7 +177,6 @@ cd test && ./test-run.py --force -j 1 unit/ app/ app-tap/ box/ box-tap/ engine/
 # https://github.com/tarantool/tarantool/issues/4798
 TEST_RUN_EXCLUDE='replication/' make test-force
 %endif
-%endif
 
 %pre
 /usr/sbin/groupadd -r tarantool > /dev/null 2>&1 || :
-- 
2.25.1



More information about the Tarantool-patches mailing list