diff mbox series

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

Message ID 1535032808-21906-2-git-send-email-odpbot@yandex.ru
State New
Headers show
Series [v2,1/1] travis: setup default docker name space | expand

Commit Message

Github ODP bot Aug. 23, 2018, 2 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 (opendataplane/<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: d3f7b6c347b6633eec6ace83e939aecd62d7655a
 **/
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/.travis.yml b/.travis.yml
index 01c5bca47..d1520aa1a 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="opendataplane"; fi
     matrix:
         - CONF=""
         - CONF="--disable-abi-compat"