[CI] add ara to collect CI job logs (#8545)

This commit is contained in:
Cristian Calin
2022-02-23 17:36:19 +02:00
committed by GitHub
parent 4f1499bd23
commit a090038d02
6 changed files with 12 additions and 1 deletions

View File

@@ -2,3 +2,8 @@
set -euxo pipefail
cd tests && make delete-${CI_PLATFORM} -s ; cd -
if [ -d ~/.ara ] ; then
tar czvf ${CI_PROJECT_DIR}/cluster-dump/ara.tgz ~/.ara
rm -fr ~/.ara
fi