From b0ad4cce0b8f8a82143cf9701ae923160ca81fa6 Mon Sep 17 00:00:00 2001 From: Ed Gillett <146008263+mo-gill@users.noreply.github.com> Date: Tue, 28 May 2024 14:21:40 +0100 Subject: [PATCH] #3074: Remove criteria and specify naming convention. --- .../doc/source/user_guide/adding_a_recipe.rst | 4 ++-- .../utils/recipe_test_workflow/recipe_test_workflow/flow.cylc | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/esmvaltool/utils/recipe_test_workflow/doc/source/user_guide/adding_a_recipe.rst b/esmvaltool/utils/recipe_test_workflow/doc/source/user_guide/adding_a_recipe.rst index 93d9edb2eb..5684da3308 100644 --- a/esmvaltool/utils/recipe_test_workflow/doc/source/user_guide/adding_a_recipe.rst +++ b/esmvaltool/utils/recipe_test_workflow/doc/source/user_guide/adding_a_recipe.rst @@ -19,8 +19,8 @@ able to successfully run it with ESMValtool without error. cylc stop "a_running_recipe_test_workflow" * Add the recipe to the ``[task parameters]`` section of the |RTW| ``flow.cylc`` - workflow file (make sure to place it within the "fast" or "medium" category - depending on how long it took to run): + workflow file, make sure your recipe name fits the formatting of ``recipe_new_ + recipe \\``. * Run the workflow. The process task for the new recipe should succeed, but its compare task should fail with an error that the reference data (KGO) does diff --git a/esmvaltool/utils/recipe_test_workflow/recipe_test_workflow/flow.cylc b/esmvaltool/utils/recipe_test_workflow/recipe_test_workflow/flow.cylc index 65ead31d50..cb653f59af 100644 --- a/esmvaltool/utils/recipe_test_workflow/recipe_test_workflow/flow.cylc +++ b/esmvaltool/utils/recipe_test_workflow/recipe_test_workflow/flow.cylc @@ -3,8 +3,6 @@ UTC mode = True [task parameters] - # `fast` recipes are those taking less than 10 mins. - # Other recipes should be included in `medium`. # Recipe paths are specified relative to esmvaltool/recipes. For recipes in # subdirectories, `--` stands for `/` since the latter is an illegal char. fast = recipe_radiation_budget, \