diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2018-04-12 13:00:08 -0700 |
---|---|---|
committer | Ross Brattain <ross.b.brattain@intel.com> | 2018-04-12 13:02:40 -0700 |
commit | 9f82731d8c2eb794696ab15312bf186b3d8a5f11 (patch) | |
tree | e4628639e9c0a85c10a02620533d2e04159bec84 /jjb/yardstick | |
parent | 9380666a19dc94aa270730b40517e51a9f318958 (diff) |
[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 <ross.b.brattain@intel.com>
Diffstat (limited to 'jjb/yardstick')
-rwxr-xr-x | jjb/yardstick/yardstick-daily.sh | 1 |
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##*/} |