Make manual actions blocking
What does this MR do?
This merge request makes it possible to define blocking and non-blocking manual actions.
Plan
-
Playable manual actions should have manualcore status -
Block pipeline if manual action is allow_failure: false -
Manual actions without allow_failuredefined default toallow_failure: true -
Migrate legacy, skippedmanual actions, tomanual -
Review tests, harden related test examples -
Manual testing
Screenshots
Does this MR meet the acceptance criteria?
-
Changelog entry added -
Documentation created/updated -
Tests added for this feature/bug
What are the relevant issue numbers?
Closes #26360 (closed)
Closes #22628 (closed)

