aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRex Lee <limingjiang@huawei.com>2018-03-14 21:44:13 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-03-14 21:44:13 +0000
commit82689ccae0c247e6ceeea6154bdf7cfcf3e07abd (patch)
tree2c3e05dc2f83ad4e02361fed0748fd88267bc278
parent4b8b674b65830a24230faed71e8d9a1048139c89 (diff)
parent19e6a5fc4d9dd81b4da13bce55d28f00aa07616e (diff)
Merge "Add "YARD_IMG_ARCH" input variable to "build_yardstick_image.yml""
-rwxr-xr-xtests/ci/load_images.sh1
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