-
Notifications
You must be signed in to change notification settings - Fork 180
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
Removes jlogfile
and postmsg
instances from workflow
#2312
Removes jlogfile
and postmsg
instances from workflow
#2312
Conversation
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.
Cleanup of jlogfile
references and related postmsg
references look good for the most part. Left a few comments to address. Also, the following still need to be removed:
ush/radmon_verf_bcoef.sh:pgmout=${pgmout:-${jlogfile}}
ush/radmon_verf_bcor.sh:pgmout=${pgmout:-${jlogfile}}
ush/radmon_verf_angle.sh:export pgmout=${pgmout:-${jlogfile}}
@KateFriedman-NOAA I wasn't sure how to handle this. Looking at |
Take a look at a log for a verfrad job (e.g. Since you'll be touching some of the GSI monitor scripts I suggest adding @EdwardSafford-NOAA (GSI monitor POC) as an additional reviewer. He can let you know if that line removal is kosher. |
@EdwardSafford-NOAA I added you, as suggested by @KateFriedman-NOAA, to verify whether the above is a safe assumption. Thank you in advance. |
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.
Changes look good! Approve pending successful CI tests. Thanks @HenryWinterbottom-NOAA !
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 good to me. Thanks.
Description
This PR addresses issue #2125. The following is accomplished:
All remaining instances of
jlogfile
andpostmsg
have been removed from workflow scripts.Resolves Remove remaining jlogfile references #2125
Type of change
Change characteristics
How has this been tested?
Tested on RDHPCS Hera. The following is a snapshot of the Rocoto status:
Note, the
gdassfcanl
andgfssfcanl
failures are not related to the modifications introduced in this PR.Checklist