mirror of
https://github.com/ceph/ceph
synced 2025-01-23 03:25:49 +00:00
be9c8458ff
Fixes: https://tracker.ceph.com/issues/57591 Signed-off-by: Xiubo Li <xiubli@redhat.com>
17 lines
282 B
YAML
17 lines
282 B
YAML
teuthology:
|
|
postmerge:
|
|
- local function is_kupstream()
|
|
return false
|
|
end
|
|
- local function is_kdistro()
|
|
return false
|
|
end
|
|
- local function is_fuse()
|
|
return true
|
|
end
|
|
- local function syntax_version()
|
|
return ''
|
|
end
|
|
tasks:
|
|
- ceph-fuse:
|