Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove re-checkout #102

Merged
merged 5 commits into from
Jan 10, 2024
Merged

Remove re-checkout #102

merged 5 commits into from
Jan 10, 2024

Conversation

stcui007
Copy link
Contributor

@stcui007 stcui007 commented Jan 5, 2024

This PR removes the re-checkout block of codes in the original ngen_integration.yaml so the code is cleaner. Also, the CFE shared library build is updated to be consistent with CFE update.

Additions

Removals

Changes

.github/workflows/ngen_integration.yaml
realizations/realization_cfe_pet_ngenCI.json

Testing

Passed all automated tests.

Screenshots

Notes

Todos

Checklist

  • PR has an informative and human-readable title
  • Changes are limited to a single goal (no scope creep)
  • Code can be automatically merged (no conflicts)
  • Code follows project standards (link if applicable)
  • Passes all existing automated tests
  • Any change in functionality is tested
  • New functions are documented (with a description, list of inputs, and expected output)
  • Placeholder code is flagged / future todos are captured in comments
  • Visually tested in supported browsers and devices (see checklist below 👇)
  • Project documentation has been updated (including the "Unreleased" section of the CHANGELOG)
  • Reviewers requested with the Reviewers tool ➡️

Testing checklist

Target Environment support

  • Linux
  • macOS

@stcui007 stcui007 marked this pull request as ready for review January 5, 2024 20:35
Copy link
Contributor

@PhilMiller PhilMiller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like a couple small copy-paste errors

@@ -1,4 +1,4 @@
# Test ngen-cfe integration
# Test ngen-smp integration
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# Test ngen-smp integration
# Test ngen-cfe integration

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corrected.

@@ -20,7 +20,7 @@ env:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# Run general unit tests in linux environment
test_surfacebmi_plus_cfe:
test_smp:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
test_smp:
test_cfe:

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corrected.

@PhilMiller
Copy link
Contributor

Other than naming SMP vs CFE, this looks good to me.

Copy link
Contributor

@madMatchstick madMatchstick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No red flags from my end either. From my understanding, to summarize,

  • updates actions@v3 -> v4
  • temp dir pathing for lib, data, cmake build, etc.
  • removes closing re-checkout of noaa-owp/ngen actions (temp files rm now)
  • minor title Name: adjustments

@madMatchstick madMatchstick merged commit a85e2c1 into NOAA-OWP:master Jan 10, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants