-
Notifications
You must be signed in to change notification settings - Fork 210
Upadte and tested CI Bash for WCOSS2 #2481
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
WalterKolczynski-NOAA
merged 28 commits into
NOAA-EMC:develop
from
TerrenceMcGuinness-NOAA:ci_bash_wcoss2
Apr 16, 2024
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
423e400
added wcoss2 bash ci config file for platform
d1a543f
updated already defaulted ACCOUNT still miss-named SLURM though
TerrenceMcGuinness-NOAA 659d748
added wcoss2 for checking if system is supported in the driver ci scr…
TerrenceMcGuinness-NOAA f989ea8
update gh assignment in check too because WCOSS2 uses a module load
TerrenceMcGuinness-NOAA c78f7b1
upated GH assignment and REPO_URL from env if needed over ride
TerrenceMcGuinness-NOAA 1960268
updated slurm util calls to bash in the drivers for bash ci
TerrenceMcGuinness-NOAA 2a6363f
branch 'ci_bash_wcoss2' of github.com:TerrenceMcGuinness-NOAA/global…
TerrenceMcGuinness-NOAA f536a88
Merge branch 'NOAA-EMC:develop' into ci_bash_wcoss2
TerrenceMcGuinness-NOAA 7b1cc6d
Merge branch 'NOAA-EMC:develop' into ci_bash_wcoss2
TerrenceMcGuinness-NOAA 960a161
added ci runtime module file for wcoss2
TerrenceMcGuinness-NOAA 695b8f0
Merge branch 'ci_bash_wcoss2' of github.com:TerrenceMcGuinness-NOAA/g…
TerrenceMcGuinness-NOAA 07294e4
fixed path in ci modulefile for wcoss2
TerrenceMcGuinness-NOAA 049149b
update GH assignment for WCOSS2 updates
TerrenceMcGuinness-NOAA 0e1abe7
fixed shellnorms including GH export
TerrenceMcGuinness-NOAA bfc37c2
replace with with command -v for gh
TerrenceMcGuinness-NOAA 3566d66
check_ci.sh had an extra done in the wrong place
TerrenceMcGuinness-NOAA 6dfc133
updated gh assignment for shellnorms again
TerrenceMcGuinness-NOAA 95b4399
update shellnorms recomondation for testig agains ?$
TerrenceMcGuinness-NOAA a01c1e8
copilot consulted and was succent this was best way to comply to shel…
TerrenceMcGuinness-NOAA aa7d8f9
need to load the ci runtime module file for wcoss2 to git gh in check…
TerrenceMcGuinness-NOAA f5322e1
was not intended to unset HOMEgfs in the check script
TerrenceMcGuinness-NOAA afa6205
misspelled scheduler varible when checkout for torque in bash utils
TerrenceMcGuinness-NOAA 82db788
removed gefs case for this PR as it is for bash
TerrenceMcGuinness-NOAA ea3d495
miss indeented skipp on wcoss2
TerrenceMcGuinness-NOAA 07c24e0
Merge branch 'NOAA-EMC:develop' into ci_bash_wcoss2
TerrenceMcGuinness-NOAA 8d0c593
removed casses that needed gdasapp and removed the -u switch from the…
TerrenceMcGuinness-NOAA 160f195
Merge branch 'ci_bash_wcoss2' of github.com:TerrenceMcGuinness-NOAA/g…
TerrenceMcGuinness-NOAA b98c66a
Update C96C48_ufs_hybatmDA.yaml
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
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 |
|---|---|---|
|
|
@@ -21,3 +21,5 @@ skip_ci_on_hosts: | |
| - hera | ||
| - orion | ||
| - hercules | ||
| - wcoss2 | ||
|
|
||
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 |
|---|---|---|
|
|
@@ -19,3 +19,4 @@ arguments: | |
| skip_ci_on_hosts: | ||
| - orion | ||
| - hercules | ||
| - wcoss2 | ||
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 |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| #!/usr/bin/bash | ||
|
|
||
| export GFS_CI_ROOT=/lfs/h2/emc/global/noscrub/globalworkflow.ci/GFS_CI_ROOT | ||
| export ICSDIR_ROOT=/lfs/h2/emc/global/noscrub/emc.global/data/ICSDIR | ||
| export STMP="/lfs/h2/emc/stmp/${USER}" | ||
| export SLURM_ACCOUNT=GFS-DEV | ||
| 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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| help([[ | ||
| Load environment to run GFS workflow ci scripts on WCOSS2 | ||
| ]]) | ||
|
|
||
| prepend_path("MODULEPATH", "/apps/ops/para/nco/modulefiles/core") | ||
| load(pathJoin("gh","2.28.0")) | ||
|
|
||
| whatis("Description: GFS run setup ci environment") |
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.