mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
ci: Update the OVMF version the tests rely on
Bumping the OVMF binary version along with UEFI documentation to reflect the latest set of patches on top of tianocore/edk2 'master' branch, which can be found on the Cloud Hypervisor fork on 'ch' branch. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
@@ -63,7 +63,7 @@ mod tests {
|
||||
pub const FOCAL_IMAGE_NAME_VHDX: &str =
|
||||
"focal-server-cloudimg-amd64-custom-20210609-0.vhdx";
|
||||
pub const WINDOWS_IMAGE_NAME: &str = "windows-server-2019.raw";
|
||||
pub const OVMF_NAME: &str = "OVMF-4b47d0c6c8.fd";
|
||||
pub const OVMF_NAME: &str = "OVMF-83041af43c.fd";
|
||||
pub const GREP_SERIAL_IRQ_CMD: &str = "grep -c 'IO-APIC.*ttyS0' /proc/interrupts || true";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user