Skip to content

Commit

Permalink
Remove ara support in CI
Browse files Browse the repository at this point in the history
We do not use it and it has some overhead.
  • Loading branch information
VannTen committed Dec 11, 2024
1 parent 61b9bb9 commit b9e9364
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions tests/scripts/testcases_cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,3 @@
set -euxo pipefail

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
4 changes: 0 additions & 4 deletions tests/scripts/testcases_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,9 @@ if [ "${UPGRADE_TEST}" != "false" ]; then
git checkout "${CI_COMMIT_SHA}" -- tests/
fi

# needed for ara not to complain
export TZ=UTC

export ANSIBLE_REMOTE_USER=$SSH_USER
export ANSIBLE_BECOME=true
export ANSIBLE_BECOME_USER=root
export ANSIBLE_CALLBACK_PLUGINS="$(python -m ara.setup.callback_plugins)"
export ANSIBLE_INVENTORY=${CI_PROJECT_DIR}/inventory/sample/

make -C tests INVENTORY_DIR=${ANSIBLE_INVENTORY} create-${CI_PLATFORM} -s
Expand Down

0 comments on commit b9e9364

Please sign in to comment.