Tarantool development patches archive
 help / color / mirror / Atom feed
From: "Alexander V. Tikhonov" <avtikhon@tarantool.org>
To: Kirill Yukhin <kyukhin@tarantool.org>
Cc: "Alexander V. Tikhonov" <avtikhon@tarantool.org>,
	tarantool-patches@freelists.org
Subject: [tarantool-patches] [PATCH v1] travis-ci: found wrong global environment setup
Date: Thu, 25 Jul 2019 14:34:04 +0300	[thread overview]
Message-ID: <85c09b2d0418f471df96e866bfd06433f439de28.1563996108.git.avtikhon@tarantool.org> (raw)

Found that the travis-ci global environment values schema
had the mistake in definition - fixed with added "global:" tag
and added the missed travis-ci environment value to the docker
call.

Closes #4377
---

Github: https://github.com/tarantool/tarantool/tree/avtikhon/gh-4377-travis-global-env
Issue: https://github.com/tarantool/tarantool/issues/4377

 .travis.mk  | 1 +
 .travis.yml | 5 +++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/.travis.mk b/.travis.mk
index 7d349bc21..ca7f209b1 100644
--- a/.travis.mk
+++ b/.travis.mk
@@ -34,6 +34,7 @@ docker_%:
 		-e TRAVIS_JOB_ID=${TRAVIS_JOB_ID} \
 		-e CMAKE_EXTRA_PARAMS=${CMAKE_EXTRA_PARAMS} \
 		-e APT_EXTRA_FLAGS="${APT_EXTRA_FLAGS}" \
+		-e TEST_RUN_EXTRA_PARAMS="${TEST_RUN_EXTRA_PARAMS}" \
 		-e CC=${CC} \
 		-e CXX=${CXX} \
 		${DOCKER_IMAGE} \
diff --git a/.travis.yml b/.travis.yml
index 61c887296..21a69d15a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,8 +17,9 @@ cache:
 git:
     depth: 100500
 
-env: >
-    TEST_RUN_EXTRA_PARAMS="-j 1"
+env:
+    global:
+      - TEST_RUN_EXTRA_PARAMS="-j 1"
 
 jobs:
     include:
-- 
2.17.1

                 reply	other threads:[~2019-07-25 11:34 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=85c09b2d0418f471df96e866bfd06433f439de28.1563996108.git.avtikhon@tarantool.org \
    --to=avtikhon@tarantool.org \
    --cc=kyukhin@tarantool.org \
    --cc=tarantool-patches@freelists.org \
    --subject='Re: [tarantool-patches] [PATCH v1] travis-ci: found wrong global environment setup' \
    /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