Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH v1 1/2] test: remove obvious part in rpm spec for Travis
@ 2020-12-25 20:44 Alexander V. Tikhonov
  2020-12-25 20:44 ` [Tarantool-patches] [PATCH v1 2/2] gitlab-ci: set timeout variables to jobs Alexander V. Tikhonov
  2020-12-26  3:30 ` [Tarantool-patches] [PATCH v1 1/2] test: remove obvious part in rpm spec for Travis Alexander Turenko
  0 siblings, 2 replies; 4+ messages in thread
From: Alexander V. Tikhonov @ 2020-12-25 20:44 UTC (permalink / raw)
  To: Alexander Turenko; +Cc: tarantool-patches

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-12-27  4:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-25 20:44 [Tarantool-patches] [PATCH v1 1/2] test: remove obvious part in rpm spec for Travis Alexander V. Tikhonov
2020-12-25 20:44 ` [Tarantool-patches] [PATCH v1 2/2] gitlab-ci: set timeout variables to jobs Alexander V. Tikhonov
2020-12-27  4:04   ` Alexander Turenko
2020-12-26  3:30 ` [Tarantool-patches] [PATCH v1 1/2] test: remove obvious part in rpm spec for Travis Alexander Turenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox