File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,12 @@ final cycle point = {{CSET_TRIAL_END_DATE}}
100100 [[[environment ]]]
101101 ANALYSIS_LENGTH = {{ANALYSIS_LENGTH}}
102102
103+ [[PARBAKE ]]
104+ script = rose task-run -v --app-key=parbake_recipes
105+ execution time limit = PT5M
106+ [[[environment ]]]
107+ ENCODED_ROSE_SUITE_VARIABLES = {{b64json(ROSE_SUITE_VARIABLES)}}
108+
103109 [[METPLUS ]]
104110 [[[environment ]]]
105111 {% if METPLUS_GRID_STAT|default(False) %}
@@ -155,17 +161,12 @@ final cycle point = {{CSET_TRIAL_END_DATE}}
155161
156162 [[parbake_recipes ]]
157163 # Parbake all the recipes for this cycle.
158- script = rose task-run -v --app-key=parbake_recipes
159- execution time limit = PT5M
160- [[[environment ]]]
161- ENCODED_ROSE_SUITE_VARIABLES = {{b64json(ROSE_SUITE_VARIABLES)}}
164+ inherit = PARBAKE
162165
163166 [[parbake_aggregation_recipes ]]
164167 # Parbake all the aggregation recipes.
165- script = rose task-run -v --app-key=parbake_recipes
166- execution time limit = PT5M
168+ inherit = PARBAKE
167169 [[[environment ]]]
168- ENCODED_ROSE_SUITE_VARIABLES = {{b64json(ROSE_SUITE_VARIABLES)}}
169170 DO_CASE_AGGREGATION = True
170171
171172 [[bake_recipes ]]
You can’t perform that action at this time.
0 commit comments