Skip to content
Snippets Groups Projects
Unverified Commit a090038d authored by Cristian Calin's avatar Cristian Calin Committed by GitHub
Browse files

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

parent 4f1499bd
Branches
Tags
No related merge requests found
...@@ -14,7 +14,7 @@ fact_caching_timeout = 7200 ...@@ -14,7 +14,7 @@ fact_caching_timeout = 7200
stdout_callback = default stdout_callback = default
display_skipped_hosts = no display_skipped_hosts = no
library = ./library library = ./library
callback_whitelist = profile_tasks callback_whitelist = profile_tasks,ara_default
roles_path = roles:$VIRTUAL_ENV/usr/local/share/kubespray/roles:$VIRTUAL_ENV/usr/local/share/ansible/roles:/usr/share/kubespray/roles roles_path = roles:$VIRTUAL_ENV/usr/local/share/kubespray/roles:$VIRTUAL_ENV/usr/local/share/ansible/roles:/usr/share/kubespray/roles
deprecation_warnings=False deprecation_warnings=False
inventory_ignore_extensions = ~, .orig, .bak, .ini, .cfg, .retry, .pyc, .pyo, .creds, .gpg inventory_ignore_extensions = ~, .orig, .bak, .ini, .cfg, .retry, .pyc, .pyo, .creds, .gpg
......
...@@ -10,3 +10,4 @@ molecule==3.0.6 ...@@ -10,3 +10,4 @@ molecule==3.0.6
molecule-vagrant==0.3 molecule-vagrant==0.3
testinfra==5.2.2 testinfra==5.2.2
python-vagrant==0.5.15 python-vagrant==0.5.15
ara[server]==1.5.7
...@@ -10,3 +10,4 @@ molecule==3.0.6 ...@@ -10,3 +10,4 @@ molecule==3.0.6
molecule-vagrant==0.3 molecule-vagrant==0.3
testinfra==5.2.2 testinfra==5.2.2
python-vagrant==0.5.15 python-vagrant==0.5.15
ara[server]==1.5.7
...@@ -13,3 +13,4 @@ molecule-vagrant==0.3 ...@@ -13,3 +13,4 @@ molecule-vagrant==0.3
testinfra==5.2.2 ; python_version >= '3.0' testinfra==5.2.2 ; python_version >= '3.0'
testinfra==3.4.0 ; python_version < '3.0' testinfra==3.4.0 ; python_version < '3.0'
python-vagrant==0.5.15 python-vagrant==0.5.15
ara[server]==1.5.7
...@@ -2,3 +2,8 @@ ...@@ -2,3 +2,8 @@
set -euxo pipefail set -euxo pipefail
cd tests && make delete-${CI_PLATFORM} -s ; cd - 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
...@@ -16,10 +16,13 @@ else ...@@ -16,10 +16,13 @@ else
fi fi
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)"
cd tests && make create-${CI_PLATFORM} -s ; cd - cd tests && make create-${CI_PLATFORM} -s ; cd -
ansible-playbook tests/cloud_playbooks/wait-for-ssh.yml ansible-playbook tests/cloud_playbooks/wait-for-ssh.yml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment