-
Notifications
You must be signed in to change notification settings - Fork 216
Migrate CI Jenkins to role account on Hera #3414
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
Merged
DavidHuber-NOAA
merged 17 commits into
NOAA-EMC:develop
from
TerrenceMcGuinness-NOAA:ci_jenkins_role_hera
Mar 6, 2025
Merged
Changes from 15 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
8e222c1
moving role of BASH ROOT away from man ROOT dir in platformws
504f7d5
Added GFS_BASH_CI_ROOT into bash scripts since GFS_CI_ROOT has a high…
b1cbb5b
addeding documentation to custome_workspace in the config file for hera
5bca717
Merge branch 'NOAA-EMC:develop' into ci_jenkins_role_hera2
TerrenceMcGuinness-NOAA a7e040c
updated path to where CI tests run from Jenkins when using role accou…
d617046
updated jenkins launch script to print approprate error message when …
2e46425
Update config.hera to use fv3-cpu instead of nems
TerrenceMcGuinness-NOAA c1f850b
Update ci/platforms/config.hera
TerrenceMcGuinness-NOAA c9b559a
Update ci/platforms/config.orion
TerrenceMcGuinness-NOAA 6853337
Merge branch 'NOAA-EMC:develop' into ci_jenkins_role_hera
TerrenceMcGuinness-NOAA 4219db6
added wrapper on build_compute.sh in Jenkins to pickup HPC_ACCOUNT an…
TerrenceMcGuinness-NOAA c8ca9a1
replaced build_compute.sh with wrapper
TerrenceMcGuinness-NOAA 5cbb764
updated name of GFS_BASH_CI on Gaea C6 for consistancy
TerrenceMcGuinness-NOAA e912916
shellnorms quoting on build_compute wrapper
TerrenceMcGuinness-NOAA 88331a7
updated to correct path to the build_compute.sh scripts in the ci uti…
TerrenceMcGuinness-NOAA 0a9578d
Update ci/platforms/config.hera
DavidHuber-NOAA 4ac3798
Merge branch 'NOAA-EMC:develop' into ci_jenkins_role_hera
TerrenceMcGuinness-NOAA File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| #!/usr/bin/bash | ||
| export GFS_CI_ROOT=/gpfs/f5/ufs-ard/world-shared/global/GFS_CI_ROOT | ||
| export ICSDIR_ROOT=/gpfs/f5/ufs-ard/world-shared/global/glopara/data/ICSDI | ||
|
|
||
| export GFS_CI_ROOT=/gpfs/f5/epic/proj-shared/global/GFS_CI_ROOT | ||
| export ICSDIR_ROOT=/gpfs/f5/epic/proj-shared/global/glopara/data/ICSDIR | ||
| export HPC_ACCOUNT=ufs-ard | ||
| export max_concurrent_cases=5 | ||
| export max_concurrent_pr=4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,12 +1,20 @@ | ||
| #!/usr/bin/bash | ||
|
|
||
| export GFS_CI_ROOT=/scratch1/NCEPDEV/global/Terry.McGuinness/GFS_CI_ROOT | ||
| export GFS_CI_ROOT=/scratch1/NCEPDEV/global/glopara/GFS_CI_CD | ||
| export ICSDIR_ROOT=/scratch1/NCEPDEV/global/glopara/data/ICSDIR | ||
|
|
||
| # Jenkins directories | ||
| export JENKINS_AGENT_LANUCH_DIR=${GFS_CI_ROOT}/Jenkins/agent | ||
| export JENKINS_WORK_DIR=${GFS_CI_ROOT}/Jenkins/workspace | ||
| # JENKINS cutome_workspace directory where CI jobs are run | ||
|
DavidHuber-NOAA marked this conversation as resolved.
Outdated
|
||
| # /scratch1/NCEPDEV/global/glopara/CI | ||
|
|
||
| # CTest functional test directories for pre stagged input data | ||
| export STAGED_TESTS_DIR=${GFS_CI_ROOT}/STAGED_TESTS_DIR | ||
| export HPC_ACCOUNT=nems | ||
|
|
||
| # CI BASH test directories | ||
| export GFS_BASH_CI_ROOT=${GFS_CI_ROOT}/GFS_BASH_CI | ||
|
|
||
| export HPC_ACCOUNT=fv3-cpu | ||
| export max_concurrent_cases=5 | ||
| export max_concurrent_pr=4 | ||
|
|
||
| export JENKINS_AGENT_LANUCH_DIR=/scratch1/NCEPDEV/global/Terry.McGuinness/Jenkins | ||
| export JENKINS_WORK_DIR=/scratch1/NCEPDEV/global/Terry.McGuinness | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.