From: "Alexander V. Tikhonov" <avtikhon@tarantool.org> To: Alexander Turenko <alexander.turenko@tarantool.org> Cc: "Alexander V. Tikhonov" <avtikhon@tarantool.org>, tarantool-patches@freelists.org Subject: [tarantool-patches] [PATCH v2] travis-ci: remove obsolete jobs on travis Date: Thu, 29 Aug 2019 15:53:26 +0300 [thread overview] Message-ID: <b032ed005afed6473fc79b6cbb9c4cbf833b8454.1567083140.git.avtikhon@tarantool.org> (raw) Removed the jobs that is interesting to check on gitlab-ci instead of travis-ci: - osx 13 "Sierra" - all LTO jobs - ASAN job Part of #4410 --- Github: https://github.com/tarantool/tarantool/tree/avtikhon/gh-4410-travis-cleanup Issue: https://github.com/tarantool/tarantool/issues/4410 .travis.yml | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/.travis.yml b/.travis.yml index 467e2e10b..a98ebcdca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,39 +33,6 @@ jobs: os: osx - name: "Debug build + test + coverage (Linux, gcc)" env: TARGET=coverage - - name: "RelWithDebInfo build + test (OS X High Sierra 10.13)" - env: TARGET=test - os: osx - osx_image: xcode9.4 - if: branch = "master" - # Special targets for LTO. - - name: "LTO build + test (Linux, gcc)" - env: > - TARGET=lto - CMAKE_EXTRA_PARAMS=-DENABLE_LTO=ON - DOCKER_IMAGE=packpack/packpack:debian-buster - APT_EXTRA_FLAGS="--allow-releaseinfo-change-version --allow-releaseinfo-change-suite" - if: branch = "master" - - name: "LTO build + test (Linux, clang8)" - env: > - TARGET=lto_clang8 - CC=clang-8 - CXX=clang++-8 - CMAKE_EXTRA_PARAMS=-DENABLE_LTO=ON - DOCKER_IMAGE=packpack/packpack:debian-buster - APT_EXTRA_FLAGS="--allow-releaseinfo-change-version --allow-releaseinfo-change-suite" - if: branch = "master" - compiler: clang - - name: "LTO build + test (OS X Mojave 10.14)" - os: osx - env: TARGET=test CMAKE_EXTRA_PARAMS=-DENABLE_LTO=ON - if: branch = "master" - # Special targets for ASAN. - - name: "ASAN build + test (Linux, clang8)" - env: > - TARGET=asan - DOCKER_IMAGE=packpack/packpack:debian-buster - APT_EXTRA_FLAGS="--allow-releaseinfo-change-version --allow-releaseinfo-change-suite" # Deploy targets (they also catch distro-specific problems). - name: "Create and deploy tarball" env: TARGET=source -- 2.17.1
next reply other threads:[~2019-08-29 12:53 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2019-08-29 12:53 Alexander V. Tikhonov [this message] 2019-08-29 17:50 ` [tarantool-patches] " 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=b032ed005afed6473fc79b6cbb9c4cbf833b8454.1567083140.git.avtikhon@tarantool.org \ --to=avtikhon@tarantool.org \ --cc=alexander.turenko@tarantool.org \ --cc=tarantool-patches@freelists.org \ --subject='Re: [tarantool-patches] [PATCH v2] travis-ci: remove obsolete jobs on 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