Skip to content

Commit

Permalink
Disable soft-emulation
Browse files Browse the repository at this point in the history
  • Loading branch information
bk201 committed Feb 23, 2023
1 parent 3c950c8 commit 121ea1b
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions ci/run_vagrant_install_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,19 +120,6 @@
debug:
msg: "{{ setup_harvester_result.stdout_lines }}"

- name: Enable software-emulation in KubeVirt
register: kubevirt_result
vars:
settings_file: "{{ WORKSPACE }}/ipxe-examples/vagrant-pxe-harvester/settings.yml"
shell: >
./enable_soft_emulation.sh {{ settings_file }}
args:
chdir: "{{ WORKSPACE }}/harvester-installer/ci/terraform"

- name: Print Enable software-emulation in KubeVirt output
debug:
msg: "{{ kubevirt_result.stdout_lines }}"

- name: Clear the previous temp file
shell: >
./cleanup_test_files.sh
Expand Down

0 comments on commit 121ea1b

Please sign in to comment.