-
Notifications
You must be signed in to change notification settings - Fork 0
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
Hotfix/restart build #203
Hotfix/restart build #203
Conversation
…NOAA/global-workflow into hotfix/restart_build
|
|
|
|
Automated global-workflow Testing Results:
|
Automated global-workflow Testing Results:
|
Experiment C48_ATM_063a95b4 SUCCESS on Hera at 11/29/23 09:21:11 PM |
Experiment C96C48_hybatmDA_063a95b4 SUCCESS on Hera at 11/29/23 10:27:16 PM |
Experiment C96C48_hybatmDA_063a95b4 SUCCESS on Orion at 11/29/23 04:51:14 PM |
All CI Test Cases Passed on Hera:
NOTE: This is a "short" incomplete list of completed cases because of a discrepancy with both the dev crons and the productions crons pointing to the same build location with the |
All CI Test Cases Passed on Orion:
|
Co-authored-by: Walter Kolczynski - NOAA <Walter.Kolczynski@noaa.gov>
Co-authored-by: Rahul Mahajan <aerorahul@users.noreply.github.com>
took out || true because we are using DATE not date
better regex for testing for a substring (pervasively missed) Co-authored-by: Walter Kolczynski - NOAA <Walter.Kolczynski@noaa.gov>
Description
Improved CI robustness for reverting back to CI-Ready from any given state
See a full review of the latest updated PR user's messaging from the CI Scripts (here)
New Features:
Improved
scancel
routine (refactored into bash "subroutine")Improved messaging (see below) when ever a user changes state
Any and all previous build scripts and running experiments are killed as a result of reset to Ready
Resolves bug/fix on false positive for link phase fail NOAA-EMC/global-workflow#2060
Resolves Add Kill Switch (Label) to CI NOAA-EMC/global-workflow#2067
Bug fix (Resetting CI tests had lingering builds simultaneously running)
New feature (Robust Resetting with messages)
Maintenance (code refactor - use of BASH subroutines in main drivers)
Example of output when user updates state and request a restart:
Change characteristics
How has this been tested?
Reset at all steps in dev Cron CI space with appropriate kills taking place on Hera and Orion
Checklist