CI: use retries for control host bootstrap in seed VM jobs
All instances of 'kayobe control host bootstrap' in the development scripts use a helper function, except for during seed_hypervisor_deploy. The helper adds a retry mechanism to combat flakiness often seen during Ansible Galaxy installs. This change fixes the issue. TrivialFix Change-Id: I954cb604a18874744b3673ebf2e2c29caa18ce8f
This commit is contained in:
parent
1a20aa071b
commit
760c2b796d
@ -266,8 +266,7 @@ function seed_hypervisor_deploy {
|
||||
# Deploy a seed hypervisor.
|
||||
environment_setup
|
||||
|
||||
echo "Bootstrapping the Ansible control host"
|
||||
run_kayobe control host bootstrap
|
||||
control_host_bootstrap
|
||||
|
||||
echo "Configuring the seed hypervisor"
|
||||
run_kayobe seed hypervisor host configure
|
||||
|
Loading…
Reference in New Issue
Block a user