af84fa9181
A force parameter was added in case deleting a running execution is needed but that will spew all kinds of errors afterwards The default is force = False Change-Id: I19d822800a1ee056682daeaa7ddf0f400392525d Closes-bug: 1598135 Depends-On: Id935265fcbe0a3072ba2d693edf54b892173fbdf
10 lines
430 B
YAML
10 lines
430 B
YAML
---
|
|
features:
|
|
- Use of the parameter force to forcefully delete executions. Note using this parameter
|
|
on unfinished executions might cause a cascade of errors.
|
|
issues:
|
|
- Deleting unfinished executions might cause a cascade of errors, so the standard behaviour
|
|
has been changed to delete only safe to delete executions and a new parameter force
|
|
was added to forceful delete ignoring the state the execution is in.
|
|
|