Skip to content

Commit c8f073f

Browse files
committed
github: blktests workflow benchmarking
Signed-off-by: Daniel Gomez <da.gomez@samsung.com>
1 parent 0f7daa6 commit c8f073f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/kdevops.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,10 @@ jobs:
177177
&& fromJSON('["blktests"]')
178178
|| github.event_name == 'workflow_dispatch'
179179
&& fromJSON(format('["{0}"]', github.event.inputs.ci_workflow))
180-
|| fromJSON('["blktests_nvme", "xfs_reflink_4k"]')
180+
|| fromJSON('["blktests_nvme", "blktests_block", "blktests_loop",
181+
"blktests_meta", "blktests_nbd",
182+
"blktests_scsi", "blktests_srp",
183+
"blktests_zbd"]')
181184
}}
182185
steps:
183186
- name: Checkout repository for ${{ matrix.ci_workflow }}

0 commit comments

Comments
 (0)