blob: 135103b34979d00b2037fd4607a81108801c7880 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
tasks:
- parallel:
- io_workload
- op_workload
io_workload:
sequential:
- qemu:
client.0:
clone: true
type: block
disks: 3
time_wait: 120
test: qa/run_xfstests_qemu.sh
exclude_arch: armv7l
|