From: "Alexander V. Tikhonov" <avtikhon@tarantool.org> To: Alexander Turenko <alexander.turenko@tarantool.org> Cc: tarantool-patches@dev.tarantool.org Subject: [Tarantool-patches] [PATCH v1 1/2] test: remove obvious part in rpm spec for Travis Date: Fri, 25 Dec 2020 23:44:16 +0300 [thread overview] Message-ID: <dc2fd8eab894c78c03a57b1476cf3bd316b7f020.1608928926.git.avtikhon@tarantool.org> (raw) 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
next reply other threads:[~2020-12-25 20:44 UTC|newest] Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-12-25 20:44 Alexander V. Tikhonov [this message] 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
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=dc2fd8eab894c78c03a57b1476cf3bd316b7f020.1608928926.git.avtikhon@tarantool.org \ --to=avtikhon@tarantool.org \ --cc=alexander.turenko@tarantool.org \ --cc=tarantool-patches@dev.tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH v1 1/2] test: remove obvious part in rpm spec for Travis' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox