Skip to content

Commit

Permalink
Add a tool to run multiple YAML cases locally (NOAA-EMC#3004)
Browse files Browse the repository at this point in the history
This adds the script `generate_workflows.py`, which provides a flexible,
multipurpose feature set to run suites of cases from YAMLs with minimal
intervention. For most cases, this will allow users to easily run CI
tests on a local platform, including updating the user's crontab
automatically.

Resolves NOAA-EMC#2989
  • Loading branch information
DavidHuber-NOAA authored Oct 21, 2024
1 parent d9d30a1 commit 0735fca
Show file tree
Hide file tree
Showing 2 changed files with 535 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -208,3 +208,6 @@ ush/python/pygfs/ufswm/gfs.py @aerorahul
ush/python/pygfs/ufswm/ufs.py @aerorahul
ush/python/pygfs/utils/__init__.py @aerorahul
ush/python/pygfs/utils/marine_da_utils.py @guillaumevernieres @AndrewEichmann-NOAA

# Specific workflow scripts
workflow/generate_workflows.sh @DavidHuber-NOAA
Loading

0 comments on commit 0735fca

Please sign in to comment.