Use common playbook to wait for SSH (#4734)

This commit is contained in:
Maxime Guyot
2019-05-10 10:25:59 +02:00
committed by Kubernetes Prow Robot
parent 787a9c74fa
commit 5e3bd2dff1
7 changed files with 17 additions and 38 deletions

View File

@@ -37,6 +37,7 @@
CI_PLATFORM: tf
script:
- cd tests && make create-${CI_PLATFORM} -s ; cd -
- ansible-playbook tests/cloud_playbooks/wait-for-ssh.yml
- ansible-playbook cluster.yml --become
# - tests/scripts/testcases_prepare.sh
after_script: