-
Notifications
You must be signed in to change notification settings - Fork 42
Move pointers to workflow jobs #1984
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
base: develop
Are you sure you want to change the base?
Conversation
|
Needs to be merged after the Global-Workflow PR is merged |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates workflow test scripts to point to job files in their new location (${HOMEgfs}/dev/jobs/) instead of the old location (${HOMEgfs}/jobs/), aligning with the companion PR in the global-workflow repository.
- Updates path references from
${HOMEgfs}/jobs/to${HOMEgfs}/dev/jobs/across all test scripts - Maintains consistency between YAML configuration and direct execution paths
- Affects both atmospheric and aerosol analysis workflow tests
Reviewed Changes
Copilot reviewed 14 out of 14 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| test/atm/global-workflow/jjob_var_run.sh | Updated path for JGLOBAL_ATM_ANALYSIS_VARIATIONAL job |
| test/atm/global-workflow/jjob_var_init.sh | Updated path for JGLOBAL_ATM_ANALYSIS_INITIALIZE job |
| test/atm/global-workflow/jjob_var_inc.sh | Updated path for JGLOBAL_ATM_ANALYSIS_FV3_INCREMENT job |
| test/atm/global-workflow/jjob_var_final.sh | Updated path for JGLOBAL_ATM_ANALYSIS_FINALIZE job |
| test/atm/global-workflow/jjob_ens_sol.sh | Updated path for JGLOBAL_ATMENS_ANALYSIS_SOL job |
| test/atm/global-workflow/jjob_ens_obs.sh | Updated path for JGLOBAL_ATMENS_ANALYSIS_OBS job |
| test/atm/global-workflow/jjob_ens_letkf.sh | Updated path for JGLOBAL_ATMENS_ANALYSIS_LETKF job |
| test/atm/global-workflow/jjob_ens_init_split.sh | Updated path for JGLOBAL_ATMENS_ANALYSIS_INITIALIZE job, but incorrect job name in else clause |
| test/atm/global-workflow/jjob_ens_init.sh | Updated path for JGLOBAL_ATMENS_ANALYSIS_INITIALIZE job, but incorrect job name in else clause |
| test/atm/global-workflow/jjob_ens_inc.sh | Updated path for JGLOBAL_ATMENS_ANALYSIS_FV3_INCREMENT job |
| test/atm/global-workflow/jjob_ens_final.sh | Updated path for JGLOBAL_ATMENS_ANALYSIS_FINALIZE job |
| test/aero/global-workflow/jjob_var_run.sh | Updated path for JGLOBAL_AERO_ANALYSIS_RUN job |
| test/aero/global-workflow/jjob_var_init.sh | Updated path for JGLOBAL_AERO_ANALYSIS_INITIALIZE job |
| test/aero/global-workflow/jjob_var_final.sh | Updated path for JGLOBAL_AERO_ANALYSIS_FINALIZE job |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <[email protected]>
RussTreadon-NOAA
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changes look correct.
We may find it necessary to change other files in GDASApp. We won't know for certain until we run the changes in this PR inside NOAA-EMC/global-workflow#4259.
NOTE: Once we merge these changes into GDASApp develop, select GDASApp ctests are broken until NOAA-EMC/global-workflow#4259 is in g-w develop. My preference is to not do this and sequence our PRs so that we maintain ctest fidelity.
|
agreed @RussTreadon-NOAA let's not merge this until after the global-workflow changes are made |
Description
This has the workflow tests look for the j-jobs in the new dev/jobs location
Companion PRs
NOAA-EMC/global-workflow#4259
Issues
Didn't create one
Automated CI tests to run in Global Workflow