mirror of
https://github.com/ceph/ceph
synced 2024-12-30 07:23:11 +00:00
c1f950236b
This makes it easier to re-run tests against a suite branch without requiring a full ceph-ci build and repo. Signed-off-by: Jason Dillaman <dillaman@redhat.com>
15 lines
261 B
YAML
15 lines
261 B
YAML
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
|