Skip to content

Commit

Permalink
qa: Pin qemu version
Browse files Browse the repository at this point in the history
The PR test job installs qemu in order to run NBD tests.

The issue is that we're hitting checksum errors with the latest
Qemu choco build (released 1 week ago), for which reason we'll
switch to the previous version.

Signed-off-by: Lucian Petrut <lpetrut@cloudbasesolutions.com>
  • Loading branch information
petrutlucian94 committed Jun 7, 2023
1 parent dff5233 commit 8f8663e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
wnbd-client install-driver --debug
vstudio\x64\${{ matrix.configuration }}\driver\wnbd.inf
- name: "Install qemu, used for NBD tests"
run: choco install qemu
run: choco install qemu --version 2023.4.24 -y
- name: "Add qemu directory to env PATH"
run: Add-Content $env:GITHUB_PATH 'C:\Program Files\qemu'
- name: "Create qcow2 image, used for NBD"
Expand Down

0 comments on commit 8f8663e

Please sign in to comment.