CI(packet): cleanup unused tasks

The "/tmp/{{ test_name }}" directory does not appear to be used by the
tests anymore.
Max Gautier 2024-09-20 15:44:07 +02:00
parent 5cd81a8772
commit 32a0dfc56e
No known key found for this signature in database
1 changed files with 1 additions and 7 deletions

View File

@ -1,10 +1,4 @@
---
- name: "Create temp dir /tmp/{{ test_name }} for CI files"
file:
path: "/tmp/{{ test_name }}"
state: directory
mode: "0755"
# We don't use wait: true directly because it would serialize the creation of VMs
- name: Start vms for CI job
vars:
@ -22,7 +16,7 @@
wait: true
wait_timeout: 300
- name: "Create inventory for CI test in file /tmp/{{ test_name }}/inventory"
- name: "Create inventory for CI tests"
template:
src: "inv.kubevirt.yml.j2"
dest: "{{ inventory_path }}/inv.kubevirt.yml"