mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
17 lines
342 B
YAML
17 lines
342 B
YAML
teuthology:
|
|
postmerge:
|
|
- local function is_kupstream()
|
|
return yaml.ktype == 'upstream'
|
|
end
|
|
- local function is_kdistro()
|
|
return yaml.ktype == 'distro'
|
|
end
|
|
- local function is_fuse()
|
|
return false
|
|
end
|
|
- local function syntax_version()
|
|
return yaml.overrides.kclient.syntax
|
|
end
|
|
tasks:
|
|
- kclient:
|