[yardstick] debug dump image ID 21/55621/1
authorRoss Brattain <ross.b.brattain@intel.com>
Thu, 12 Apr 2018 20:00:08 +0000 (13:00 -0700)
committerRoss Brattain <ross.b.brattain@intel.com>
Thu, 12 Apr 2018 20:02:40 +0000 (13:02 -0700)
we need to know if we are pulling stale yardstick/stable images

for example, if when branching between releases we can
still be pulling old release yardstick/stable images without
knowing it.

This will dump the IMAGE ID of the images we just pulled which
we can match to Jenkins docker push builds

Change-Id: I875cf2fd07d17c3eebe294e70f2edccd9f48ce11
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
jjb/yardstick/yardstick-daily.sh

index 2fd6848..783c64e 100755 (executable)
@@ -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##*/}