From 1aa29614516485b6ed7e17f67901e4f4e086cb0f Mon Sep 17 00:00:00 2001 From: Eric Flumerfelt Date: Thu, 29 Aug 2024 11:58:33 -0500 Subject: [PATCH 1/2] Use schema suggested by Giovanna and Alessandro --- schema/confmodel/dunedaq.schema.xml | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/schema/confmodel/dunedaq.schema.xml b/schema/confmodel/dunedaq.schema.xml index c03421c..d7a702c 100644 --- a/schema/confmodel/dunedaq.schema.xml +++ b/schema/confmodel/dunedaq.schema.xml @@ -80,15 +80,11 @@ - + - - - - - - + + @@ -141,6 +137,19 @@ + + + + + + + + + + + + + @@ -346,6 +355,11 @@ + + + + + From fcbc257c0b34f6e8a6e4fcdde889bc0206be2eff Mon Sep 17 00:00:00 2001 From: Eric Flumerfelt Date: Fri, 30 Aug 2024 12:20:25 -0500 Subject: [PATCH 2/2] Remove SmartActionPlan in favor of validation within appfwk. Add execution_policy attribute to ActionPlan that allows switching steps to serial execution (series of serial steps) --- schema/confmodel/dunedaq.schema.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/schema/confmodel/dunedaq.schema.xml b/schema/confmodel/dunedaq.schema.xml index d7a702c..cb9a38e 100644 --- a/schema/confmodel/dunedaq.schema.xml +++ b/schema/confmodel/dunedaq.schema.xml @@ -83,6 +83,7 @@ + @@ -355,11 +356,6 @@ - - - - -