mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-13 21:34:40 +03:00
[CI] add ara to collect CI job logs (#8545)
This commit is contained in:
@@ -16,10 +16,13 @@ else
|
||||
fi
|
||||
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)"
|
||||
|
||||
cd tests && make create-${CI_PLATFORM} -s ; cd -
|
||||
ansible-playbook tests/cloud_playbooks/wait-for-ssh.yml
|
||||
|
||||
Reference in New Issue
Block a user