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:
Sebastien Boeuf 2021-12-01 12:37:10 +01:00
parent 03a606c7ec
commit 9b0fe505ca
4 changed files with 6 additions and 6 deletions

View file

@ -14,7 +14,7 @@ if [ "$hypervisor" = "mshv" ] ; then
features_test="--no-default-features --features mshv,common,integration_tests"
fi
WIN_IMAGE_FILE="/root/workloads/windows-server-2019.raw"
OVMF_FW_FILE="/root/workloads/OVMF-4b47d0c6c8.fd"
OVMF_FW_FILE="/root/workloads/OVMF-83041af43c.fd"
BUILD_TARGET="$(uname -m)-unknown-linux-${CH_LIBC}"
CFLAGS=""
TARGET_CC=""