-
Notifications
You must be signed in to change notification settings - Fork 31
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
Try to save a stable build with symlink #1042
Conversation
This is in draft since it needs testing both manually and in cron before I would want it merged. |
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.
Looks reasonable. Thanks for adding this, and accommodating my lazy ways of working! Helpful for quick tinkering and just having a continuous path to some modules for GDASapp that is tracking develop.
@@ -117,7 +117,7 @@ if [ $ci_status -eq 0 ]; then | |||
fi | |||
if [ $total -ne 0 ]; then | |||
echo "Issue merging with develop. please manually fix" | |||
PEOPLE="[email protected] [email protected] [email protected]" | |||
PEOPLE="[email protected] [email protected] [email protected] [email protected]" |
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.
Disapprove 😂
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.
Thanks @CoryMartin-NOAA
I'm thinking this will be superseded by stuff that Dan was working on that I hope to pick up in July (aka don't rebuild JEDI if not needed, point to existing libraries, I would think we could extend that to include this). But will not yet close this PR just in case. |
Closing this ancient PR, @DavidNew-NOAA for awareness, this might be an area of focus to revisit soon |
Updating the stable-nightly branch update cron script with the capability (hopefully) to a fixed symlink to the most recent stable build on the HPC platform.