Skip to content

Commit

Permalink
Merge pull request #27 from andreygubarev/fix-gh-actions-test
Browse files Browse the repository at this point in the history
fix for gh action tests
  • Loading branch information
andreygubarev authored Sep 9, 2023
2 parents e5b2c4c + afb37d9 commit 19a6ff3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ platforms:
network_mode: vmnet-shared # optional, default is user
network_extra_args: "" # optional, only used when network_mode: user
network_ssh_port: 2222 # optional, default is 22
network_ssh_user: root # optional, default is root
network_ssh_user: ansible # optional, default is ansible

vm_cpus: 1 # optional, default is 1
vm_memory: 512 # optional, default is 512
Expand All @@ -84,7 +84,7 @@ platforms:
Driver depends on:
- QEMU (tested with 8.0.2, 8.0.4)
- QEMU (tested with 8.0.2, 8.0.4, 8.1.0)
- mkisofs (tested with 3.02a09)
Install QEMU and CDRTools on macOS:
Expand Down
3 changes: 1 addition & 2 deletions molecule_qemu/playbooks/create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@

- name: Install EDK II for supported platforms
loop:
- x86_64
- aarch64
ansible.builtin.copy:
src: "edk2-{{ item }}.fd"
Expand Down Expand Up @@ -285,8 +284,8 @@
-display none
-daemonize
-pidfile {{ item.path_pid }}
-bios {{ molecule_driver_directory }}/edk2-{{ item.image_arch }}.fd
{% if item.image_arch == 'aarch64' %}
-bios {{ molecule_driver_directory }}/edk2-{{ item.image_arch }}.fd
-machine virt
{% if qemu_cap_hvf and item.image_arch == ansible_machine %}
-cpu host
Expand Down
Binary file removed molecule_qemu/playbooks/edk2-x86_64.fd
Binary file not shown.

0 comments on commit 19a6ff3

Please sign in to comment.