-
Notifications
You must be signed in to change notification settings - Fork 210
Migration to role account for Jenkins on Orion #3440
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
KateFriedman-NOAA
merged 14 commits into
NOAA-EMC:develop
from
TerrenceMcGuinness-NOAA:ci_jenkins_role_orion2
Mar 14, 2025
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
2de1215
updating Jenkinsfile with machine name indpendendace from Node name
TerrenceMcGuinness-NOAA 66a10b0
reverting Jenkinsfile to develop
TerrenceMcGuinness-NOAA a3bca65
updating Jenkinsfile with machine name indpendendace from Node name
TerrenceMcGuinness-NOAA 3dc68eb
updated path to running PR with Jenkins on Orion role account
TerrenceMcGuinness-NOAA 12db94d
moving STMP/PTMP to global on work2 for running Orion role account in…
TerrenceMcGuinness-NOAA 2fad328
updating config.orion for work on Jenkins role account on Orion
TerrenceMcGuinness-NOAA 87101d0
Case was wrong message body, should be caseName
TerrenceMcGuinness-NOAA 2043b45
error_output was not defind in the try scope and had to be declared o…
TerrenceMcGuinness-NOAA 681ef72
clear the cache when re-lanuching a java agent
TerrenceMcGuinness-NOAA b671a62
Added ws for custome work space off of HOMEgfs in the script block of…
TerrenceMcGuinness-NOAA 2dbb47c
Merge branch 'NOAA-EMC:develop' into ci_jenkins_role_orion2
TerrenceMcGuinness-NOAA 8711e59
updating HOMEDIR for Orion role account to host yaml since we can not…
a658597
Merge branch 'NOAA-EMC:develop' into ci_jenkins_role_orion2
TerrenceMcGuinness-NOAA 41e30e7
Merge branch 'develop' into ci_jenkins_role_orion2
KateFriedman-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,18 +1,25 @@ | ||
| #!/usr/bin/bash | ||
|
|
||
| export GFS_CI_ROOT=/work2/noaa/stmp/GFS_CI_ROOT/ORION | ||
| # Main CI root directory | ||
| export GFS_CI_ROOT=/work2/noaa/global/${USER}/GFS_CI_CD/ORION | ||
| # ICSDIR root directory used on the create_experment.py command line | ||
| export ICSDIR_ROOT=/work/noaa/global/glopara/data/ICSDIR | ||
|
|
||
| # Jenkins directories | ||
| export JENKINS_AGENT_LAUNCH_DIR=/home/role-nems/GFS_CI_ROOT_JENKINS/AGENT_mterry | ||
| export JENKINS_WORK_DIR=/home/role-nems/GFS_CI_ROOT_JENKINS | ||
| # JENKINS launch directory for agent | ||
| export JENKINS_AGENT_LAUNCH_DIR=${GFS_CI_ROOT}/Jenkins/agent | ||
| # JENKINS internal working directories for CI jobs (not for users use) | ||
| export JENKINS_WORK_DIR=${GFS_CI_ROOT}/Jenkins/workspace | ||
| # NOTE: JENKINS custom_workspace directory where CI jobs are run | ||
| # /work2/noaa/global/role-global/GFS_CI_CD/ORION/CI | ||
| # is defined in the Jenkinsfile | ||
|
|
||
| # CTest functional test directories for pre stagged input data | ||
| export STAGED_TESTS_DIR=${GFS_CI_ROOT}/STAGED_TESTS_DIR | ||
|
|
||
| # CI BASH test directories | ||
| export GFS_BASH_CI_ROOT=${GFS_CI_ROOT}/GFS_BASH_CI | ||
|
|
||
| # CTest functional test directories for pre stagged input data | ||
| export STAGED_TESTS_DIR=/work/noaa/stmp/GFS_CI_ROOT/ORION/STAGED_TESTS_DIR | ||
|
|
||
| export HPC_ACCOUNT=nems | ||
| # HPC account which overides the default account | ||
| export HPC_ACCOUNT=fv3-cpu | ||
| 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
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.