Skip to content

Update gdas.cd#2978

Merged
WalterKolczynski-NOAA merged 23 commits into
NOAA-EMC:developfrom
guillaumevernieres:feature/update_hashes
Oct 26, 2024
Merged

Update gdas.cd#2978
WalterKolczynski-NOAA merged 23 commits into
NOAA-EMC:developfrom
guillaumevernieres:feature/update_hashes

Conversation

@guillaumevernieres
Copy link
Copy Markdown
Contributor

@guillaumevernieres guillaumevernieres commented Oct 3, 2024

Description

Updates to the gdas.cd #.
@RussTreadon-NOAA will submit a PR in the GDASApp, we'll update the gdas.cd # in this branch after the GDASApp PR is merged.
In the mean time, could somebody review the few simple code changes that are needed to run with the new #?

  • Depends on GDASApp PR #1310
  • Depends on g-w issue #3012

Type of change

  • Maintenance (code refactor, clean-up, new CI test, etc.)

Change characteristics

  • Is this a breaking change (a change in existing functionality)? NO
  • Does this change require a documentation update? NO
  • Does this change require an update to any of the following submodules? YES

How has this been tested?

Run subset of g-w CI on Hera, Hercules, Orion, and WCOSS2 (Cactus)

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • This change is covered by an existing CI test or a new one has been added

CoryMartin-NOAA
CoryMartin-NOAA previously approved these changes Oct 3, 2024
aerorahul
aerorahul previously approved these changes Oct 4, 2024
Copy link
Copy Markdown
Contributor

@aerorahul aerorahul left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me

Comment thread ush/python/pygfs/utils/marine_da_utils.py
@RussTreadon-NOAA
Copy link
Copy Markdown
Contributor

@guillaumevernieres , the hash for sorc/gdas.cd can be updated. GDASApp PR #1310 was merged into develop at 9d95c9d.

@guillaumevernieres guillaumevernieres changed the title Feature/update hashes Update gdas.cd Oct 7, 2024
Co-authored-by: Rahul Mahajan <aerorahul@users.noreply.github.com>
@guillaumevernieres
Copy link
Copy Markdown
Contributor Author

@guillaumevernieres , the hash for sorc/gdas.cd can be updated. GDASApp PR #1310 was merged into develop at 9d95c9d.

Thanks @RussTreadon-NOAA , working on it this morning.

@guillaumevernieres guillaumevernieres marked this pull request as ready for review October 7, 2024 13:21
CoryMartin-NOAA
CoryMartin-NOAA previously approved these changes Oct 7, 2024
aerorahul
aerorahul previously approved these changes Oct 7, 2024
@aerorahul aerorahul added CI-Hera-Ready **CM use only** PR is ready for CI testing on Hera CI-Orion-Ready **CM use only** PR is ready for CI testing on Orion CI-Wcoss2-Ready PR is ready for CI testing on WCOSS2. labels Oct 7, 2024
@emcbot emcbot added CI-Orion-Building **Bot use only** CI testing is cloning/building on Orion CI-Hera-Building **Bot use only** CI testing is cloning/building on Hera CI-Wcoss2-Building CI testing is cloning/building on WCOSS2 and removed CI-Orion-Ready **CM use only** PR is ready for CI testing on Orion CI-Hera-Ready **CM use only** PR is ready for CI testing on Hera CI-Wcoss2-Ready PR is ready for CI testing on WCOSS2. labels Oct 7, 2024
@RussTreadon-NOAA
Copy link
Copy Markdown
Contributor

Hercules /work2/noaa/stmp usage remains over quota.

        Project: stmp
                Directory: /work/noaa/stmp DiskInUse=321861 GB, Quota=342000 GB, Files=28126233, FileQUota=0
                Directory: /work2/noaa/stmp DiskInUse=353832 GB, Quota=342000 GB, Files=47305420, FileQUota=0

Can we change GFS_CI_ROOT in ci/platforms/config.hercules to point at /work/noaa/stmp? Otherwise, we may be unable to run CI-Hercules until early next week.

@WalterKolczynski-NOAA
Copy link
Copy Markdown
Contributor

Hercules /work2/noaa/stmp usage remains over quota.

        Project: stmp
                Directory: /work/noaa/stmp DiskInUse=321861 GB, Quota=342000 GB, Files=28126233, FileQUota=0
                Directory: /work2/noaa/stmp DiskInUse=353832 GB, Quota=342000 GB, Files=47305420, FileQUota=0

Can we change GFS_CI_ROOT in ci/platforms/config.hercules to point at /work/noaa/stmp? Otherwise, we may be unable to run CI-Hercules until early next week.

Only @TerrenceMcGuinness-NOAA can change it, and since it is now the weekend, it probably has to wait until Monday 🙁.

@RussTreadon-NOAA
Copy link
Copy Markdown
Contributor

Hercules /work2/noaa/stmp usage remains over quota.

        Project: stmp
                Directory: /work/noaa/stmp DiskInUse=321861 GB, Quota=342000 GB, Files=28126233, FileQUota=0
                Directory: /work2/noaa/stmp DiskInUse=353832 GB, Quota=342000 GB, Files=47305420, FileQUota=0

Can we change GFS_CI_ROOT in ci/platforms/config.hercules to point at /work/noaa/stmp? Otherwise, we may be unable to run CI-Hercules until early next week.

Only @TerrenceMcGuinness-NOAA can change it, and since it is now the weekend, it probably has to wait until Monday 🙁.

I see that ci/platforms/config.orion also uses /work2/noaa/stmp. 😞

@TerrenceMcGuinness-NOAA
Copy link
Copy Markdown
Collaborator

TerrenceMcGuinness-NOAA commented Oct 25, 2024

@RussTreadon-NOAA I cleared out all the directories that I'm using under /work2/noaa/stmp for Global Workflow CI. If you have any full paths that I missed let me know.

Oh wait I hear what you're saying. We should change where it runs where we have more space, right?
Yeah we can do that. @WalterKolczynski-NOAA where is a good spot where we can redirect the output on Hercules?

@WalterKolczynski-NOAA
Copy link
Copy Markdown
Contributor

WalterKolczynski-NOAA commented Oct 26, 2024

@RussTreadon-NOAA Terry says if you change custom_workspace entry in the ci/Jenkinsfile file, it will use the new location. If you make that change, I will reset the label to try again.

Please change it to /work2/noaa/global/CI/HERCULES.

@RussTreadon-NOAA
Copy link
Copy Markdown
Contributor

@RussTreadon-NOAA Terry says if you change custom_workspace entry in the ci/Jenkinsfile file, it will use the new location. If you make that change, I will reset the label to try again.

Please change it to /work2/noaa/global/CI/HERCULES.

You mean /work/noaa/global/CI/HERCULES, right? The file already has /work2/noaa/global/CI/HERCULES.

@WalterKolczynski-NOAA
Copy link
Copy Markdown
Contributor

@RussTreadon-NOAA Terry says if you change custom_workspace entry in the ci/Jenkinsfile file, it will use the new location. If you make that change, I will reset the label to try again.
Please change it to /work2/noaa/global/CI/HERCULES.

You mean /work/noaa/global/CI/HERCULES, right? The file already has /work2/noaa/global/CI/HERCULES.

The file has /work2/noaa/stmp/CI/HERCULES. We just want to change the stmp to global.

@RussTreadon-NOAA
Copy link
Copy Markdown
Contributor

@WalterKolczynski-NOAA : The change @TerrenceMcGuinness-NOAA suggested has been made. custom_workspace in ci/Jenkinsfile now has /work/noaa/stmp/CI/HERCULES. Done at 1e3398a.

@WalterKolczynski-NOAA
Copy link
Copy Markdown
Contributor

All tests passed on WCOSS.

@emcbot
Copy link
Copy Markdown

emcbot commented Oct 26, 2024

Experiment C48_ATM FAILED on Hercules in Build# 5 in
/work/noaa/stmp/CI/HERCULES/2978/RUNTESTS/EXPDIR/

@emcbot
Copy link
Copy Markdown

emcbot commented Oct 26, 2024

Experiment C96C48_hybatmDA FAILED on Hercules in Build# 5 in
/work/noaa/stmp/CI/HERCULES/2978/RUNTESTS/EXPDIR/

@emcbot
Copy link
Copy Markdown

emcbot commented Oct 26, 2024

Experiment C96_S2SWA_gefs_replay_ics FAILED on Hercules in Build# 5 in
/work/noaa/stmp/CI/HERCULES/2978/RUNTESTS/EXPDIR/

@emcbot
Copy link
Copy Markdown

emcbot commented Oct 26, 2024

Experiment C48_S2SWA_gefs FAILED on Hercules in Build# 5 in
/work/noaa/stmp/CI/HERCULES/2978/RUNTESTS/EXPDIR/

@emcbot
Copy link
Copy Markdown

emcbot commented Oct 26, 2024

Experiment C96_atm3DVar FAILED on Hercules in Build# 5 in
/work/noaa/stmp/CI/HERCULES/2978/RUNTESTS/EXPDIR/

@emcbot
Copy link
Copy Markdown

emcbot commented Oct 26, 2024

Experiment C48_S2SW FAILED on Hercules in Build# 5 in
/work/noaa/stmp/CI/HERCULES/2978/RUNTESTS/EXPDIR/

@WalterKolczynski-NOAA
Copy link
Copy Markdown
Contributor

stmp on /work is also full. Needs to be /work2/noaa/global/CI/HERCULES like I requested.

@RussTreadon-NOAA
Copy link
Copy Markdown
Contributor

@WalterKolczynski-NOAA . I failed to correctly read your message. 17cf1eb commits the change you requested. custom_workspace is now set to /work2/noaa/global for Hercules in ci/Jenkinsfile

@RussTreadon-NOAA
Copy link
Copy Markdown
Contributor

@WalterKolczynski-NOAA , feel free to edit ci/Jenkinsfile in guillaumevernieres:feature/update_hashes as you wish. This isn't a file users should normally edit, right?

@emcbot
Copy link
Copy Markdown

emcbot commented Oct 26, 2024

Experiment C96C48_hybatmDA FAILED on Hercules in Build# 6 in
/work2/noaa/global/CI/HERCULES/2978/RUNTESTS/EXPDIR/

@emcbot
Copy link
Copy Markdown

emcbot commented Oct 26, 2024

Experiment C48_ATM FAILED on Hercules in Build# 6 in
/work2/noaa/global/CI/HERCULES/2978/RUNTESTS/EXPDIR/

@emcbot
Copy link
Copy Markdown

emcbot commented Oct 26, 2024

Experiment C48_S2SWA_gefs FAILED on Hercules in Build# 6 in
/work2/noaa/global/CI/HERCULES/2978/RUNTESTS/EXPDIR/

@emcbot
Copy link
Copy Markdown

emcbot commented Oct 26, 2024

Experiment C96_S2SWA_gefs_replay_ics FAILED on Hercules in Build# 6 in
/work2/noaa/global/CI/HERCULES/2978/RUNTESTS/EXPDIR/

@emcbot
Copy link
Copy Markdown

emcbot commented Oct 26, 2024

Experiment C48_S2SW FAILED on Hercules in Build# 6 in
/work2/noaa/global/CI/HERCULES/2978/RUNTESTS/EXPDIR/

@emcbot
Copy link
Copy Markdown

emcbot commented Oct 26, 2024

Experiment C96_atm3DVar FAILED on Hercules in Build# 6 in
/work2/noaa/global/CI/HERCULES/2978/RUNTESTS/EXPDIR/

@WalterKolczynski-NOAA
Copy link
Copy Markdown
Contributor

Okay, there are other issues with CI going on beyond just full drives. Going to go ahead and merge this. Will keep the new CI location, so there are fewer people to harangue to clean up space when we run out.

@RussTreadon-NOAA
Copy link
Copy Markdown
Contributor

Thanks you @WalterKolczynski-NOAA for merging this PR into develop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI-Hera-Passed **Bot use only** CI testing on Hera for this PR has completed successfully CI-Hercules-Failed **Bot use only** CI testing on Hercules for this PR has failed CI-Wcoss2-Passed CI testing on WCOSS for this PR has completed successfully

Projects

None yet

Development

Successfully merging this pull request may close these issues.