This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "".
The branch, master has been updated
via 989df5d2f97ab4711328b11282dcc743f5740e00 (commit)
from 1c36bf726387b291d73bee1448cf163527cf5fb0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 989df5d2f97ab4711328b11282dcc743f5740e00
Author: Maxim Uvarov <maxim.uvarov(a)linaro.org>
Date: Wed Aug 22 22:03:50 2018 +0300
travis: setup default docker name space
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(a)linaro.org>
Reviewed-by: Bill Fischofer <bill.fischofer(a)linaro.org>
diff --git a/.travis.yml b/.travis.yml
index 01c5bca4..d1520aa1 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"
-----------------------------------------------------------------------
Summary of changes:
.travis.yml | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--