Skip to content
Snippets Groups Projects
Unverified Commit b9e9364c authored by Max Gautier's avatar Max Gautier
Browse files

Remove ara support in CI

We do not use it and it has some overhead.
parent 61b9bb93
Branches
Tags
No related merge requests found
...@@ -2,8 +2,3 @@ ...@@ -2,8 +2,3 @@
set -euxo pipefail set -euxo pipefail
make -C tests delete-${CI_PLATFORM} -s make -C tests delete-${CI_PLATFORM} -s
if [ -d ~/.ara ] ; then
tar czvf ${CI_PROJECT_DIR}/cluster-dump/ara.tgz ~/.ara
rm -fr ~/.ara
fi
...@@ -23,13 +23,9 @@ if [ "${UPGRADE_TEST}" != "false" ]; then ...@@ -23,13 +23,9 @@ if [ "${UPGRADE_TEST}" != "false" ]; then
git checkout "${CI_COMMIT_SHA}" -- tests/ git checkout "${CI_COMMIT_SHA}" -- tests/
fi fi
# needed for ara not to complain
export TZ=UTC
export ANSIBLE_REMOTE_USER=$SSH_USER export ANSIBLE_REMOTE_USER=$SSH_USER
export ANSIBLE_BECOME=true export ANSIBLE_BECOME=true
export ANSIBLE_BECOME_USER=root export ANSIBLE_BECOME_USER=root
export ANSIBLE_CALLBACK_PLUGINS="$(python -m ara.setup.callback_plugins)"
export ANSIBLE_INVENTORY=${CI_PROJECT_DIR}/inventory/sample/ export ANSIBLE_INVENTORY=${CI_PROJECT_DIR}/inventory/sample/
make -C tests INVENTORY_DIR=${ANSIBLE_INVENTORY} create-${CI_PLATFORM} -s make -C tests INVENTORY_DIR=${ANSIBLE_INVENTORY} create-${CI_PLATFORM} -s
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment