rally icon indicating copy to clipboard operation
rally copied to clipboard

Make composite tasks extensible

Open danielmitterdorfer opened this issue 4 years ago • 1 comments

Rally is currently strict what operation-types are allowed in a composite context because not every operation would work properly out of the box. However, it is also not possible to use custom runners in a composite context. We should therefore add a mechanism for custom runners to indicate whether they support composite contexts.

danielmitterdorfer avatar Feb 10 '21 15:02 danielmitterdorfer

We should probably do that for built-in runners, too, because maintaining a list is brittle anyway. See #1391 for context.

pquentin avatar Dec 01 '21 20:12 pquentin