From 9f82731d8c2eb794696ab15312bf186b3d8a5f11 Mon Sep 17 00:00:00 2001 From: Ross Brattain Date: Thu, 12 Apr 2018 13:00:08 -0700 Subject: [yardstick] debug dump image ID 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 --- jjb/yardstick/yardstick-daily.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'jjb/yardstick') 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##*/} -- cgit 1.2.3-korg