Skip to content

Commit

Permalink
cijoe: add INSTALL_FIO to build-qcow2 workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Simon A. F. Lund <[email protected]>
  • Loading branch information
safl committed Oct 31, 2024
1 parent 0326d60 commit 544ca54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cijoe/workflows/build_qcow2_using_qemu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ steps:
- name: pkgdep_and_autotest_setup
run: |
/tmp/spdk/scripts/pkgdep.sh -a
INSTALL_FLAMEGRAPH=true /tmp/spdk/test/common/config/autotest_setup.sh --install-deps --upgrade --test-conf="lcov"
INSTALL_FLAMEGRAPH=true INSTALL_FIO=true /tmp/spdk/test/common/config/autotest_setup.sh --install-deps --upgrade --test-conf="lcov"
- name: guest_shutdown
run: |
Expand Down

0 comments on commit 544ca54

Please sign in to comment.