diff --git a/scripts/run_integration_tests_windows.sh b/scripts/run_integration_tests_windows.sh index b9a43f062..e1a796c66 100755 --- a/scripts/run_integration_tests_windows.sh +++ b/scripts/run_integration_tests_windows.sh @@ -14,7 +14,7 @@ fi WIN_IMAGE_FILE="/root/workloads/windows-server-2019.raw" WORKLOADS_DIR="/root/workloads" -OVMF_FW_URL=$(curl --silent https://api.github.com/repos/cloud-hypervisor/edk2/releases/latest | grep "browser_download_url" | grep -o 'https://.*[^ "]') +OVMF_FW_URL="https://github.com/cloud-hypervisor/edk2/releases/download/ch-e6d6251eb6/OVMF.fd" OVMF_FW="$WORKLOADS_DIR/OVMF.fd" if [ ! -f "$OVMF_FW" ]; then pushd $WORKLOADS_DIR diff --git a/scripts/run_integration_tests_x86_64.sh b/scripts/run_integration_tests_x86_64.sh index 40e68be30..bfd6d3d76 100755 --- a/scripts/run_integration_tests_x86_64.sh +++ b/scripts/run_integration_tests_x86_64.sh @@ -28,7 +28,7 @@ if [ ! -f "$FW" ]; then popd fi -OVMF_FW_URL=$(curl --silent https://api.github.com/repos/cloud-hypervisor/edk2/releases/latest | grep "browser_download_url" | grep -o 'https://.*[^ "]') +OVMF_FW_URL="https://github.com/cloud-hypervisor/edk2/releases/download/ch-e6d6251eb6/OVMF.fd" OVMF_FW="$WORKLOADS_DIR/OVMF.fd" if [ ! -f "$OVMF_FW" ]; then pushd $WORKLOADS_DIR