[WIP] Reduce baseline footprint - #3254
Draft
BrianCurtis-NOAA wants to merge 31 commits into
Draft
Conversation
…into small_bl_footprint
…weather-model into small_bl_footprint
…into small_bl_footprint
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Commit Queue Requirements:
test_changes.listindicates which tests, if any, are changed by this PR. Committest_changes.list, even if it is empty.Description:
[WORK IN PROGRESS]
[WORK IN PROGRESS]
The current system of storage for baselines will copy/mv all baselines into a new bl_date regardless if the test changed baselines. This causes a lot of overlap between PR's that only change a few tests.
The work in this PR is meant to add a new function to the rt.sh called "Final Testing" which will add the '-f' option.
This -f option will make changes to the repository in tests/tests (where the bl_date will now be stored). This move will allow rt.sh to have a unique bl_date for every test. The
-foption will also create the log file, and test_changes.listI would recommend all PR's now use this
-foption after a PR meets all criteria (minus what we would typically ask for in final testing, i.e. logs & test_changes.list) and it is ready for final testing. Then we will have the PR author run final testing as a final step before getting into the commit queue.Commit Message:
Priority:
Git Tracking
UFSWM:
Sub component Pull Requests:
UFSWM Blocking Dependencies:
Documentation:
Changes
Regression Test Changes (Please commit test_changes.list):
Input data Changes:
Library Changes/Upgrades:
Testing Log:
Testing Remarks: