Skip to content

Commit

Permalink
Merge branch 'recipe_test_workflow_prototype' into 3663_add_recipe_oc…
Browse files Browse the repository at this point in the history
…ean_amoc_to_RTW
  • Loading branch information
ehogan authored Jun 25, 2024
2 parents c6f59ab + 3c09610 commit e2161bd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
esmvaltool/cmorizers @ESMValGroup/obs-maintainers
.github/workflows @valeriupredoi
esmvaltool/utils/recipe_test_workflow/ @alistairsellar @ehogan
5 changes: 5 additions & 0 deletions .github/workflows/check-rtw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ jobs:
cd esmvaltool/utils/recipe_test_workflow/recipe_test_workflow
rose metadata-check -C meta/
- name: Run Rose configuration validation macros
run: |
cd esmvaltool/utils/recipe_test_workflow/recipe_test_workflow
rose macro -V
- name: Build documentation
run: |
cd esmvaltool/utils/recipe_test_workflow/doc
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ KGO="${KGO_ROOT_PATH}/${RECIPE_NAME}*"
COMPARE_SCRIPT="${ESMVALTOOL_DIR}/esmvaltool/utils/testing/regression/compare.py"

# Run the compare script.
python "${COMPARE_SCRIPT}" ${KGO} ${FOLDER_NAME}
python "${COMPARE_SCRIPT}" ${KGO} ${FOLDER_NAME} --verbose
Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,4 @@ compulsory=true
description=The site at which the Rose suite will run.
help=This value must be set in a site-specific configuration file located in
=the 'opt/' directory.
values="metoffice, jasmin"
type=quoted

0 comments on commit e2161bd

Please sign in to comment.