CI: remove deletion tasks of 'packet' VMs

Kubevirt VMs deletion will be handled by the Kubernetes GC (see previous
commit), remove all the codes handling that.
This commit is contained in:
Max Gautier
2024-09-13 12:02:11 +02:00
parent 65c67c5c51
commit e8ee422808
9 changed files with 1 additions and 120 deletions

View File

@@ -20,18 +20,7 @@ create-packet: init-packet
-e pipeline_id="$(CI_PIPELINE_ID)" \
-e inventory_path=$(INVENTORY)
delete-packet:
ansible-playbook cloud_playbooks/delete-packet.yml -c local \
$(ANSIBLE_LOG_LEVEL) \
-e @"files/${CI_JOB_NAME}.yml" \
-e test_id=$(TEST_ID) \
-e branch="$(CI_COMMIT_BRANCH)" \
-e pipeline_id="$(CI_PIPELINE_ID)" \
-e inventory_path=$(INVENTORY)
cleanup-packet:
ansible-playbook cloud_playbooks/cleanup-packet.yml -c local \
$(ANSIBLE_LOG_LEVEL)
delete-packet: ;
create-vagrant:
vagrant up