Recent changes (master)
Jens Axboe <[email protected]> Wed, 24 Jun 2026 06:00:01 -0600
| Newsgroups | org.kernel.vger.fio |
|---|---|
| Message-ID | <[email protected]> |
The following changes since commit fb5b6ae8913be8032beb6cbfe0a4772c74d78cb2:
Merge branch 'pr-speed-up-norandommap-read-bw' of https://github.com/malikoyv/fio (2026-06-15 11:29:22 -0400)
are available in the Git repository at:
git://git.kernel.dk/fio.git master
for you to fetch changes up to 2c69e8e9b67c0e8967cb1b9e67a74ef55ef9d027:
test: run QEMU tests on push and pull request (2026-06-23 16:36:52 -0400)
----------------------------------------------------------------
Vincent Fu (2):
t/nvmept_pi: improve default fio executable
test: run QEMU tests on push and pull request
.github/workflows/qemu.yml | 4 ++--
t/nvmept_pi.py | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
---
Diff of recent changes:
diff --git a/.github/workflows/qemu.yml b/.github/workflows/qemu.yml
index 451ecd42..db90b03d 100644
--- a/.github/workflows/qemu.yml
+++ b/.github/workflows/qemu.yml
@@ -2,8 +2,8 @@ name: QEMU
on:
workflow_dispatch:
- schedule:
- - cron: "50 3 * * *" # daily at 4:50 UTC (00:50 EST)
+ push:
+ pull_request:
jobs:
qemu-guest:
diff --git a/t/nvmept_pi.py b/t/nvmept_pi.py
index df7c0b9f..520dc560 100755
--- a/t/nvmept_pi.py
+++ b/t/nvmept_pi.py
@@ -902,7 +902,7 @@ def main():
if args.fio:
fio_path = str(Path(args.fio).absolute())
else:
- fio_path = 'fio'
+ fio_path = os.path.join(str(Path(__file__).absolute().parent.parent), "fio")
print(f"fio path is {fio_path}")
lbaf_list = get_lbafs(args)