From ce656e80ad16b752297f3a9b94461c51c66125f0 Mon Sep 17 00:00:00 2001 From: Zuul Date: Wed, 13 Dec 2023 23:23:35 +0000 Subject: [PATCH] Update git submodules * Update mistral from branch 'master' to e38cfcbbdfefc8ecb7470bca80fd51bf982a5e58 - Merge "Partial Workflow Failure Handling" - Partial Workflow Failure Handling This feature introduces an enhanced error-handling mechanism for workflows, allowing them to gracefully handle issues within individual tasks without causing a complete workflow failure. Previously, when using subworkflow and passing an incomplete set of parameters, the entire workflow would terminate. With this feature, the workflow continues execution, isolating errors at the task level. Consequently, partial issues in one task no longer impact other branches of workflow execution. Implements blueprint partial-workflow-failure-handling Change-Id: Id6a910c85c1d6953408682a2a724c4826333422f --- mistral | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mistral b/mistral index cfbea4f743..e38cfcbbdf 160000 --- a/mistral +++ b/mistral @@ -1 +1 @@ -Subproject commit cfbea4f743c04d8271584614fcdccf121e44924b +Subproject commit e38cfcbbdfefc8ecb7470bca80fd51bf982a5e58