Skip to content

Commit 01b4360

Browse files
committed
.ci: add blktests workflow support
Add .ci targets for blktests. Reviewed-by: Luis Chamberlain <mcgrof@kernel.org> Signed-off-by: Daniel Gomez <da.gomez@samsung.com>
1 parent 7586c27 commit 01b4360

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

.ci/build-test/blktests

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
make blktests

.ci/results/blktests

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
workflows/blktests/results/
2+
guestfs/*/*.xml
3+
guestfs/*/*.log
4+
journal/*
5+
.config
6+
extra_vars.yaml
7+
linux/.config
8+
ci.log
9+
.kernel.ci.*
10+
crashes

.ci/test/blktests

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
make blktests-baseline

0 commit comments

Comments
 (0)