Skip to content

Commit 36f2c00

Browse files
authored
#4052: Update location of recipe_consecdrydays.yml in the RTW
1 parent f9028c2 commit 36f2c00

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

esmvaltool/utils/recipe_test_workflow/site/dkrz/recipes.jinja

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@
1616

1717
{% set FAST_RECIPES =
1818
[
19+
{
20+
"recipe_path": "droughts--recipe_cdd",
21+
"actual": "0m14s, 2.6 GB on 2025-04-07",
22+
"max_time": "PT2M",
23+
"max_memory": "15G",
24+
},
1925
{
2026
"recipe_path": "examples--recipe_python",
2127
"actual": "0m10s, 2.5 GB on 2025-04-07",
@@ -34,12 +40,6 @@
3440
"max_time": "PT2M",
3541
"max_memory": "15G",
3642
},
37-
{
38-
"recipe_path": "recipe_consecdrydays",
39-
"actual": "0m14s, 2.6 GB on 2025-04-07",
40-
"max_time": "PT2M",
41-
"max_memory": "15G",
42-
},
4343
{
4444
"recipe_path": "recipe_heatwaves_coldwaves",
4545
"actual": "0m40s, 1.9 GB on 2025-04-07",

esmvaltool/utils/recipe_test_workflow/site/jasmin/recipes.jinja

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@
1616

1717
{% set FAST_RECIPES =
1818
[
19+
{
20+
"recipe_path": "droughts--recipe_cdd",
21+
"actual": "0m29s, 2.5 GB on 2025-04-07",
22+
"max_time": "PT2M",
23+
"max_memory": "3G",
24+
},
1925
{
2026
"recipe_path": "examples--recipe_python",
2127
"actual": "0m27s, 2.1 GB on 2025-04-07",
@@ -34,12 +40,6 @@
3440
"max_time": "PT3M",
3541
"max_memory": "3G",
3642
},
37-
{
38-
"recipe_path": "recipe_consecdrydays",
39-
"actual": "0m29s, 2.5 GB on 2025-04-07",
40-
"max_time": "PT2M",
41-
"max_memory": "3G",
42-
},
4343
{
4444
"recipe_path": "recipe_heatwaves_coldwaves",
4545
"actual": "1m26s, 1.5 GB on 2025-04-07",

esmvaltool/utils/recipe_test_workflow/site/metoffice/recipes.jinja

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
1717

1818
{% set FAST_RECIPES =
1919
[
20+
{
21+
"recipe_path": "droughts--recipe_cdd",
22+
"actual": "0m19s, 2.1 GB on 2025-01-08",
23+
"max_time": "PT2M",
24+
"max_memory": "3G",
25+
},
2026
{
2127
"recipe_path": "examples--recipe_python",
2228
"actual": "0m17s, 1.9 GB on 2025-01-08",
@@ -35,12 +41,6 @@
3541
"max_time": "PT2M",
3642
"max_memory": "3G",
3743
},
38-
{
39-
"recipe_path": "recipe_consecdrydays",
40-
"actual": "0m19s, 2.1 GB on 2025-01-08",
41-
"max_time": "PT2M",
42-
"max_memory": "3G",
43-
},
4444
{
4545
"recipe_path": "recipe_heatwaves_coldwaves",
4646
"actual": "1m21s, 1.4 GB on 2025-01-08",

0 commit comments

Comments
 (0)