-
Notifications
You must be signed in to change notification settings - Fork 183
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
Migration to role account for Jenkins on Hercules #3423
base: develop
Are you sure you want to change the base?
Migration to role account for Jenkins on Hercules #3423
Conversation
Experiment C96mx100_S2S FAILED on Hercules in Build# 2 with error logs:
Follow link here to view the contents of the above file(s): (link) |
Experiment C48_S2SW FAILED on Hercules in Build# 2 with error logs:
Follow link here to view the contents of the above file(s): (link) |
Experiment C48_ATM FAILED on Hercules in Build# 2 with error logs:
Follow link here to view the contents of the above file(s): (link) |
Experiment C96mx100_S2S FAILED on Hercules in Build# 2 in |
Experiment C48_S2SW FAILED on Hercules in Build# 2 in |
Experiment C48_ATM FAILED on Hercules in Build# 2 in |
Experiment C96_atm3DVar FAILED on Hercules in Build# 2 with error logs:
Follow link here to view the contents of the above file(s): (link) |
CI Failed on Hercules in Build# 2
|
Jobs failed because the role account on Hercules was not in the stmp group. Kate F. put in a ticket for it to be added. |
…ess-NOAA/global-workflow into ci_jenkins_role_hercules
Experiment C48_ATM FAILED on Hercules in Build# 4 with error logs:
Follow link here to view the contents of the above file(s): (link) |
Experiment C48_ATM FAILED on Hercules in Build# 4 in |
Experiment C96C48_hybatmDA FAILED on Hercules in Build# 4 with error logs:
Follow link here to view the contents of the above file(s): (link) |
Experiment C96C48_hybatmDA FAILED on Hercules in Build# 4 in |
Experiment C96_atm3DVar FAILED on Hercules in Build# 4 with error logs:
Follow link here to view the contents of the above file(s): (link) |
Experiment C48mx500_hybAOWCDA FAILED on Hercules in Build# 4 with error logs:
Follow link here to view the contents of the above file(s): (link) |
Experiment C96_atm3DVar FAILED on Hercules in Build# 4 in |
Experiment C48mx500_hybAOWCDA FAILED on Hercules in Build# 4 in |
Experiment C48mx500_3DVarAOWCDA FAILED on Hercules in Build# 4 with error logs:
Follow link here to view the contents of the above file(s): (link) |
Experiment C48mx500_3DVarAOWCDA FAILED on Hercules in Build# 4 in |
Experiment C48_S2SW FAILED on Hercules in Build# 4 with error logs:
Follow link here to view the contents of the above file(s): (link) |
Experiment C48_S2SW FAILED on Hercules in Build# 4 in |
CI Failed on Hercules in Build# 4
|
Description
This PR has the necessary updates to the CI scripts in Jenkins for running on Hercules with the glopara role account.
PyGithub is not in Spack Stack yet and is needed in support of the GitHub logging and gist creation python codes. This python module will be installed in
$HOME/.local
in the role accounts until the module is added to Spack Stack.Same with GitHub CLI (which will be supported in Spack Stack 1.9) it will be installed in
${ROLE_HOME}/utils/bin
which should be in role account's$PATH
whereROLE_HOME
is at the same level asfix
anddata
.This is setup to run in the role account with the following added directories and utils:
/work2/noaa/global/role-global/GFS_CI_CD/HERCULES/CI
Location on disk where the CI test cases actually build and run specified in Jenkinsfile
Top level CI directories (this will file structure be duplicated for each role account)
CI system directory for Jenkins launching scripts and in support of BASH CI
Directory where the JAVA agent is launched from
Jenkins work space (system level workspace)
Resolves #3378
Type of change
Change characteristics
How has this been tested?
This PR can be tested in place