diff mbox series

[v1,1/1] travis: setup default docker name space

Message ID 1534968007-20526-2-git-send-email-odpbot@yandex.ru
State Superseded
Headers show
Series [v1,1/1] travis: setup default docker name space | expand

Commit Message

Github ODP bot Aug. 22, 2018, 8 p.m. UTC
From: Maxim Uvarov <maxim.uvarov@linaro.org>


Travis runs docker images which build under
github/Linaro/odp-docker-images.git project. DOCKER_NAMESPACE variable
should be set in Travis settings (in web interface) to match image
which build to images which is used for testing. If that variable is
not set, then switch to mainline images (lngodp/<image>).

Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>

---
/** Email created from pull request 678 (muvarov:devel/master_docker_ns)
 ** https://github.com/Linaro/odp/pull/678
 ** Patch: https://github.com/Linaro/odp/pull/678.patch
 ** Base sha: 1c36bf726387b291d73bee1448cf163527cf5fb0
 ** Merge commit sha: 0ab070cf9fc46fc1df6f75ec1a7b548e51607609
 **/
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/.travis.yml b/.travis.yml
index 01c5bca47..206a3be6f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -55,6 +55,7 @@  env:
         # you need generated new one at https://codecov.io specific for your repo.
         - CODECOV_TOKEN=a733c34c-5f5c-4ff1-af4b-e9f5edb1ab5e
         - DPDK_VERS="17.11.3"
+        - if [ -z "${DOCKER_NAMESPACE} ] ; then export DOCKER_NAMESPACE="lngodp"; fi
     matrix:
         - CONF=""
         - CONF="--disable-abi-compat"