Merge "Fix ara installation"

This commit is contained in:
Zuul 2020-07-02 19:25:03 +00:00 committed by Gerrit Code Review
commit 03273bd61d
1 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ function ansible_install {
# what's deployed in the gates # what's deployed in the gates
sudo -H -E pip3 install --upgrade "ansible==2.5.5" sudo -H -E pip3 install --upgrade "ansible==2.5.5"
sudo -H -E pip3 install --upgrade \ sudo -H -E pip3 install --upgrade \
ara \ ara==0.16.5 \
yq yq
} }
@ -84,7 +84,7 @@ else
fi fi
cd ${WORK_DIR} cd ${WORK_DIR}
export ANSIBLE_CALLBACK_PLUGINS="$(python -c 'import os,ara; print(os.path.dirname(ara.__file__))')/plugins/callbacks" export ANSIBLE_CALLBACK_PLUGINS="$(python3 -m ara.setup.callback_plugins)"
rm -rf ${HOME}/.ara rm -rf ${HOME}/.ara
function dump_logs () { function dump_logs () {