From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp35.i.mail.ru (smtp35.i.mail.ru [94.100.177.95]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id B6F1D4765E0 for ; Fri, 25 Dec 2020 23:44:20 +0300 (MSK) From: "Alexander V. Tikhonov" Date: Fri, 25 Dec 2020 23:44:16 +0300 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH v1 1/2] test: remove obvious part in rpm spec for Travis List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Turenko Cc: tarantool-patches@dev.tarantool.org 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