Skip to content
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

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

AnilKumar-NOAA
Copy link
Contributor

Description

  • CI Test for Gaea C5 system

Type of change

  • Bug fix (fixes something broken)
  • New feature (adds functionality)
  • Maintenance (code refactor, clean-up, new CI test, etc.)

Change characteristics

  • Is this a breaking change (a change in existing functionality)? YES/NO
  • Does this change require a documentation update? YES/NO
  • Does this change require an update to any of the following submodules? YES/NO (If YES, please add a link to any PRs that are pending.)
    • EMC verif-global
    • GDAS
    • GFS-utils
    • GSI
    • GSI-monitor
    • GSI-utils
    • UFS-utils
    • UFS-weather-model
    • wxflow

How has this been tested?

Checklist

  • Any dependent changes have been merged and published
  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have documented my code, including function, input, and output descriptions
  • My changes generate no new warnings
  • New and existing tests pass with my changes
  • This change is covered by an existing CI test or a new one has been added
  • I have made corresponding changes to the system documentation if necessary

@AnilKumar-NOAA AnilKumar-NOAA changed the title Dummpy PR for CI Test on Gaea C5 Dummy PR for CI Test on Gaea C5 Sep 27, 2024
@TerrenceMcGuinness-NOAA TerrenceMcGuinness-NOAA added the CI-Gaea-Ready **CM use only** PR is ready for CI testing on Gaea label Sep 27, 2024
@emcbot emcbot added CI-Gaea-Building **Bot use only** CI testing is cloning/building on Gaea CI-Gaea-Running **Bot use only** CI testing on Gaea for this PR is in-progress and removed CI-Gaea-Ready **CM use only** PR is ready for CI testing on Gaea CI-Gaea-Building **Bot use only** CI testing is cloning/building on Gaea labels Sep 27, 2024
@TerrenceMcGuinness-NOAA
Copy link
Collaborator

TerrenceMcGuinness-NOAA commented Sep 30, 2024

The Jinja2 python module is not availed in the shell environment that the Gaea Node is configured to:

+ /gpfs/f5/epic/proj-shared/global/CI/2964/gfs/ci/scripts/utils/get_host_case_list.py gaea
Traceback (most recent call last):
  File "/gpfs/f5/epic/proj-shared/global/CI/2964/gfs/ci/scripts/utils/get_host_case_list.py", line 6, in <module>
    from wxflow import parse_j2yaml
  File "/gpfs/f5/epic/proj-shared/global/CI/2964/gfs/ci/scripts/utils/wxflow/__init__.py", line [1](https://jenkins.epic.oarcloud.noaa.gov/job/global-workflow/job/EMC-Global-Pipeline/view/change-requests/job/PR-2964/1/pipeline-console/?start-byte=0&selected-node=113#log-1)3, in <module>
    from .jinja import Jinja
  File "/gpfs/f5/epic/proj-shared/global/CI/[2](https://jenkins.epic.oarcloud.noaa.gov/job/global-workflow/job/EMC-Global-Pipeline/view/change-requests/job/PR-2964/1/pipeline-console/?start-byte=0&selected-node=113#log-2)964/gfs/ci/scripts/utils/wxflow/jinja.py", line 7, in <module>
    import jinja2
ModuleNotFoundError: No module named 'jinja2'
script returned exit code 1

It can be found here.

@TerrenceMcGuinness-NOAA TerrenceMcGuinness-NOAA added CI-Gaea-Failed **Bot use only** CI testing on Gaea for this PR has failed and removed CI-Gaea-Running **Bot use only** CI testing on Gaea for this PR is in-progress labels Sep 30, 2024
@AnilKumar-NOAA
Copy link
Contributor Author

Thanks Terri! Will check with Kris and will sort out jinja2 configuration issue.

@kbooker79
Copy link

Thanks Terri! 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI-Gaea-Failed **Bot use only** CI testing on Gaea for this PR has failed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants