Make vagrant CI normal (#6074)

This commit is contained in:
Maxime Guyot
2020-05-28 09:46:02 +02:00
committed by GitHub
parent 1be15a0864
commit 83d945127f
9 changed files with 34 additions and 10 deletions

View File

@@ -72,3 +72,11 @@ delete-packet:
-e @"files/${CI_JOB_NAME}.yml" \
-e test_id=$(TEST_ID) \
-e inventory_path=$(INVENTORY)
create-vagrant:
vagrant up
find / -name vagrant_ansible_inventory
cp /builds/kargo-ci/kubernetes-sigs-kubespray/inventory/sample/vagrant_ansible_inventory $(INVENTORY)
delete-vagrant:
vagrant destroy -f