summaryrefslogtreecommitdiffstats
path: root/jjb/yardstick
diff options
context:
space:
mode:
authorTrevor Bramwell <tbramwell@linuxfoundation.org>2018-05-04 21:53:41 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-05-04 21:53:41 +0000
commitcca211baf9c9db618445b1cb81443410442914c3 (patch)
tree2780a48716ac9f62bbcb05d5abffe7ce64351ae2 /jjb/yardstick
parent2a556f8b1db01fa137f6596862dc39e229cfa276 (diff)
parent9f82731d8c2eb794696ab15312bf186b3d8a5f11 (diff)
Merge "[yardstick] debug dump image ID"
Diffstat (limited to 'jjb/yardstick')
-rwxr-xr-xjjb/yardstick/yardstick-daily.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/jjb/yardstick/yardstick-daily.sh b/jjb/yardstick/yardstick-daily.sh
index 2fd68484e..783c64ee1 100755
--- a/jjb/yardstick/yardstick-daily.sh
+++ b/jjb/yardstick/yardstick-daily.sh
@@ -63,6 +63,7 @@ if [ "$(uname -m)" = 'aarch64' ]; then
fi
echo "Yardstick: Pulling image ${DOCKER_REPO}:${DOCKER_TAG}"
docker pull ${DOCKER_REPO}:$DOCKER_TAG >$redirect
+docker images
# map log directory
branch=${BRANCH##*/}