scripts: Remove downloads from integration test scripts

Assisted-by: Claude:Opus-4.6
Signed-off-by: Rob Bradford <rbradford@meta.com>
This commit is contained in:
Rob Bradford
2026-05-22 15:44:24 +01:00
parent 4442d3b09b
commit 531666bc67
9 changed files with 75 additions and 180 deletions

View File

@@ -18,9 +18,10 @@ WIN_IMAGE_FILE="/root/workloads/windows-server-2025-amd64-1.raw"
WORKLOADS_DIR="/root/workloads"
OVMF_FW="$WORKLOADS_DIR/CLOUDHV.fd"
# Download amd64 ovmf
if [ ! -f "$OVMF_FW" ]; then
download_amd64_ovmf
echo "Missing workload asset: $OVMF_FW"
echo "Run: python3 scripts/fetch_workloads.py --test windows"
exit 1
fi
CFLAGS=""