Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion .github/workflows/fv3_translate_tests.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# TODO: Revert tests back to NOAA-GFDL version (not jjuyeonkim) after
# NDSL/issues#64's PRs close and are all merged. These PRs include:
# https://github.com/NOAA-GFDL/NDSL/pull/218
# https://github.com/NOAA-GFDL/PyFV3/pull/83
# https://github.com/NOAA-GFDL/PySHiELD/pull/58
# https://github.com/NOAA-GFDL/pace/pull/145
#
name: "FV3 translate tests"

# Run these these whenever ...
Expand All @@ -7,10 +14,13 @@ on:
push:
branches:
- main # ... when merging into the main branch
- 20250908_namelist_2

# TODO: Revert tests back to GFDL (not jjuyeonkim) after merging
# https://github.com/NOAA-GFDL/NDSL/issues/64
jobs:
fv3_translate_tests:
uses: NOAA-GFDL/pyFV3/.github/workflows/translate.yaml@develop
uses: jjuyeonkim/pyFV3/.github/workflows/translate.yaml@20250908_namelist_2
with:
component_trigger: true
component_name: NDSL
11 changes: 11 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# TODO: Revert tests back to NOAA-GFDL version (not jjuyeonkim) after
# NDSL/issues#64's PRs close and are all merged. These PRs include:
# https://github.com/NOAA-GFDL/NDSL/pull/218
# https://github.com/NOAA-GFDL/PyFV3/pull/83
# https://github.com/NOAA-GFDL/PySHiELD/pull/58
# https://github.com/NOAA-GFDL/pace/pull/145
#
name: "Lint"

# Run these these whenever ...
Expand All @@ -7,6 +14,7 @@ on:
push:
branches:
- main # ... when merging into the main branch
- 20250908_namelist_2

# cancel running jobs if theres a newer push
concurrency:
Expand All @@ -19,6 +27,9 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v5
with:
repository: jjuyeonkim/ndsl
ref: 20250908_namelist_2

- name: Setup Python 3.11
uses: actions/setup-python@v5
Expand Down
12 changes: 11 additions & 1 deletion .github/workflows/pace_tests.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# TODO: Revert tests back to NOAA-GFDL version (not jjuyeonkim) after
# NDSL/issues#64's PRs close and are all merged. These PRs include:
# https://github.com/NOAA-GFDL/NDSL/pull/218
# https://github.com/NOAA-GFDL/PyFV3/pull/83
# https://github.com/NOAA-GFDL/PySHiELD/pull/58
# https://github.com/NOAA-GFDL/pace/pull/145
#
name: "pace main tests"

# Run these these whenever ...
Expand All @@ -7,10 +14,13 @@ on:
push:
branches:
- main # ... when merging into the main branch
- 20250908_namelist_2

# TODO: Revert tests back to GFDL (not jjuyeonkim) after merging
# https://github.com/NOAA-GFDL/NDSL/issues/64
jobs:
pace_main_tests:
uses: NOAA-GFDL/pace/.github/workflows/main_unit_tests.yaml@develop
uses: jjuyeonkim/pace/.github/workflows/main_unit_tests.yaml@20250908_namelist_2
with:
component_trigger: true
component_name: NDSL
12 changes: 11 additions & 1 deletion .github/workflows/shield_tests.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# TODO: Revert tests back to NOAA-GFDL version (not jjuyeonkim) after
# NDSL/issues#64's PRs close and are all merged. These PRs include:
# https://github.com/NOAA-GFDL/NDSL/pull/218
# https://github.com/NOAA-GFDL/PyFV3/pull/83
# https://github.com/NOAA-GFDL/PySHiELD/pull/58
# https://github.com/NOAA-GFDL/pace/pull/145
#
name: "SHiELD Translate tests"

# Run these these whenever ...
Expand All @@ -7,10 +14,13 @@ on:
push:
branches:
- main # ... when merging into the main branch
- 20250908_namelist_2

# TODO: Revert tests back to GFDL (not jjuyeonkim) after merging
# https://github.com/NOAA-GFDL/NDSL/issues/64
jobs:
shield_translate_tests:
uses: NOAA-GFDL/pySHiELD/.github/workflows/translate.yaml@develop
uses: jjuyeonkim/pySHiELD/.github/workflows/translate.yaml@20250908_namelist_2
with:
component_trigger: true
component_name: NDSL
Loading
Loading