Skip to content

Commit

Permalink
CI(packet): cleanup unused tasks
Browse files Browse the repository at this point in the history
The "/tmp/{{ test_name }}" directory does not appear to be used by the
tests anymore.
  • Loading branch information
VannTen committed Sep 20, 2024
1 parent b0910d0 commit bbfd93a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions tests/cloud_playbooks/roles/packet-ci/tasks/create-vms.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -21,7 +15,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"
Expand Down

0 comments on commit bbfd93a

Please sign in to comment.