mirror of
https://github.com/ceph/ceph
synced 2024-12-23 20:03:56 +00:00
68888862a1
Often we want to build a test collection that substitutes different sequences of tasks into a parallel/sequential construction. However, the yaml combination that happens when generating jobs is not smart enough to substitute some fragment into a deeply-nested piece of yaml. Instead, make these sequences top-level entries in the config dict, and reference them. For example: tasks: - install: - ceph: - parallel: - workload - upgrade-sequence workload: workunit: - something upgrade-sequence: install.restart: [osd.0, osd.1] Signed-off-by: Sage Weil <sage@inktank.com> |
||
---|---|---|
.. | ||
locker | ||
orchestra | ||
task | ||
test | ||
__init__.py | ||
ceph.conf.template | ||
contextutil.py | ||
coverage.py | ||
lock.py | ||
lockstatus.py | ||
misc.py | ||
nuke.py | ||
parallel.py | ||
queue.py | ||
run_tasks.py | ||
run.py | ||
safepath.py | ||
suite.py |