From 58f38f64fcfb696ac77bd1608df7f4e990240b96 Mon Sep 17 00:00:00 2001 From: Kiefer Chang Date: Tue, 27 Dec 2022 17:06:48 +0800 Subject: [PATCH] ci: install VMs in parallel Signed-off-by: Kiefer Chang --- ci/run_vagrant_install_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/run_vagrant_install_test.yml b/ci/run_vagrant_install_test.yml index 25fcc37d5..1596488cc 100644 --- a/ci/run_vagrant_install_test.yml +++ b/ci/run_vagrant_install_test.yml @@ -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