-
Notifications
You must be signed in to change notification settings - Fork 168
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
Dummy PR for CI Test on Gaea C5 #2964
base: develop
Are you sure you want to change the base?
Conversation
The Jinja2 python module is not availed in the shell environment that the Gaea Node is configured to:
It can be found here. |
Thanks Terry! Will check with Kris and will sort out jinja2 configuration issue. |
@TerrenceMcGuinness-NOAA, is it expected that the py-jinja2 module be loaded into the Jenkins runner? This seems like something that the shell environment here should load at runtime. |
@kbooker79 It is required that the shell that the Jenkins Node is connected to be configured with all the modules specified in |
@TerrenceMcGuinness-NOAA, can we try using method 1, and just have Jenkins set the environment variable MODULE_GWSETUP_PATH=$HOMEgfs/modulefiles, then load the module path and module for the node module_gwsetup.gaea at runtime? My only issue with method 2 is that it sets certain module persistently in a shell environment that is shared by other teams. I hope this makes sense. |
@TerrenceMcGuinness-NOAA Please re-run the PR again. Thanks |
@TerrenceMcGuinness-NOAA @AnilKumar-NOAA, I've reconfigured Gaea to use Method2 instead, if $HOMEgfs (and subsequently MODULE_GWSETUP_PATH should be) it is set properly this should work now. Please re-run this workflow on Gaea and let me know if you have questions. |
It still doesn't appear the shell running on Gaea is getting the gwsetup module loaded:
as such:
|
@TerrenceMcGuinness-NOAA It looks like you are using module purge on Gaea which may lead to issues (from the Gaea docs): "Do not use the command module purge on Gaea. This will remove all modules currently loaded by default in your environment and may lead to errors, and can make your session unusable. If you do run the command to purge your module environment, log out and back in to Gaea to restore the default environment with the default modules loaded." |
module-setup.sh is using |
4c475c0
to
9c3dc43
Compare
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.
For CI test - We have updated module setup for Gaea. Some issue with old module path and need to be updated to fix all environments for gaea system
9c3dc43
to
581dd7f
Compare
Where does this one stand? Does it need the Gaea CI Ready label reapplied? Should it be closed? |
we are still working on it. It's just on hold because gaea c5 has some OS upgrades with spack stack changes. We submitted all the PR's related to all these changes. Soon these PR's will be merged and we will start working on CI test after that. |
Marked this as draft since it is just a dummy PR. |
Description
Type of change
Change characteristics
How has this been tested?
Checklist