Skip to content

Commit

Permalink
DEBUG: test with updated edk2 with my personal repository
Browse files Browse the repository at this point in the history
Signed-off-by: Bo Chen <[email protected]>
  • Loading branch information
likebreath committed Nov 16, 2023
1 parent 0eade51 commit a3ee6f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/run_integration_tests_windows_x86_64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fi
WIN_IMAGE_FILE="/root/workloads/windows-server-2022-amd64-2.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=$(curl --silent https://api.github.com/repos/likebreath/edk2/releases/latest | grep "browser_download_url" | grep -o 'https://.*[^ "]')
OVMF_FW="$WORKLOADS_DIR/CLOUDHV.fd"
if [ ! -f "$OVMF_FW" ]; then
pushd $WORKLOADS_DIR
Expand Down
2 changes: 1 addition & 1 deletion scripts/run_integration_tests_x86_64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cp scripts/sha1sums-x86_64 $WORKLOADS_DIR

download_hypervisor_fw

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=$(curl --silent https://api.github.com/repos/likebreath/edk2/releases/latest | grep "browser_download_url" | grep -o 'https://.*[^ "]')
OVMF_FW="$WORKLOADS_DIR/CLOUDHV.fd"
if [ ! -f "$OVMF_FW" ]; then
pushd $WORKLOADS_DIR
Expand Down

0 comments on commit a3ee6f9

Please sign in to comment.