Skip to content

Commit

Permalink
ci: install VMs in parallel
Browse files Browse the repository at this point in the history
Signed-off-by: Kiefer Chang <kiefer.chang@suse.com>
  • Loading branch information
bk201 committed Dec 27, 2022
1 parent 8bdbb40 commit 58f38f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/run_vagrant_install_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@

- name: Clone ipxe-examples repo
git:
repo: https://github.com/harvester/ipxe-examples.git
version: main
repo: https://github.com/bk201/ipxe-examples.git
version: parallel-install
dest: "{{ WORKSPACE }}/ipxe-examples"

- name: Check to see if "/usr/share/qemu/OVMF.fd" exist
Expand Down

0 comments on commit 58f38f6

Please sign in to comment.