diff --git a/esmvaltool/utils/recipe_test_workflow/flow.cylc b/esmvaltool/utils/recipe_test_workflow/flow.cylc index b1ac57e283..fa9d668f2b 100644 --- a/esmvaltool/utils/recipe_test_workflow/flow.cylc +++ b/esmvaltool/utils/recipe_test_workflow/flow.cylc @@ -79,7 +79,7 @@ # Bash variable substitution below replaces `--` with `/` to obtain path to # recipe. - {% for RECIPE in FAST_RECIPES %} +{% for RECIPE in FAST_RECIPES %} [[process]] inherit = None, COMPUTE execution time limit = {{ RECIPE['max_time'] }} @@ -88,9 +88,9 @@ RECIPE_PATH = "${CYLC_TASK_PARAM_fast//--//}.yml" [[[directives]]] --mem = {{ RECIPE['max_memory'] }} - {% endfor %} +{% endfor %} - {% for RECIPE in MEDIUM_RECIPES %} +{% for RECIPE in MEDIUM_RECIPES %} [[process]] inherit = None, COMPUTE execution time limit = {{ RECIPE['max_time'] }} @@ -99,7 +99,7 @@ RECIPE_PATH = "${CYLC_TASK_PARAM_medium//--//}.yml" [[[directives]]] --mem = {{ RECIPE['max_memory'] }} - {% endfor %} +{% endfor %} [[COMPARE]] inherit = None, COMPUTE