diff options
author | Rex Lee <limingjiang@huawei.com> | 2018-03-14 21:44:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-03-14 21:44:13 +0000 |
commit | 82689ccae0c247e6ceeea6154bdf7cfcf3e07abd (patch) | |
tree | 2c3e05dc2f83ad4e02361fed0748fd88267bc278 /tests/ci/load_images.sh | |
parent | 4b8b674b65830a24230faed71e8d9a1048139c89 (diff) | |
parent | 19e6a5fc4d9dd81b4da13bce55d28f00aa07616e (diff) |
Merge "Add "YARD_IMG_ARCH" input variable to "build_yardstick_image.yml""
Diffstat (limited to 'tests/ci/load_images.sh')
-rwxr-xr-x | tests/ci/load_images.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ci/load_images.sh b/tests/ci/load_images.sh index caaba9e8b..d723823ee 100755 --- a/tests/ci/load_images.sh +++ b/tests/ci/load_images.sh @@ -67,6 +67,7 @@ build_yardstick_image() cd ${ANSIBLE_SCRIPTS} &&\ ansible-playbook \ -e img_property="normal" \ + -e YARD_IMG_ARCH=${YARD_IMG_ARCH} \ -vvv -i inventory.ini build_yardstick_image.yml if [ ! -f "${QCOW_IMAGE}" ]; then |