Re-enable tc_analysis tests#838
Draft
forsyth2 wants to merge 1 commit into
Draft
Conversation
Collaborator
Author
Setup stepsgit fetch upstream main
git checkout -b re-enable-tc-analysis-tests upstream/main
git grep -B 1 "\[tc_analysis\]" tests/integration/template_weekly_*.cfg
# Check for commented out lines
# Re-enable all tc_analysis tasks
git grep -B 1 "\[tc_analysis\]" tests/integration/template_weekly_*.cfg
# Good, nothing remains commented out
# We still need to add tc_analysis back into the e3sm_diags sets though.
# Resolve those and then confirm nothing was missed with:
git grep -n "TODO: Add \"tc_analysis\" back in" tests/integration/template_weekly_*.cfg
# Good, no results
lcrc_conda
rm -rf build
conda clean --all --y
conda env create -f conda/dev.yml -n zppy-re-enable-tc-analysis-20260602
conda activate zppy-re-enable-tc-analysis-20260602
git add -A
pre-commit run --all-files
git add -A
git commit -m "Re-enable tc_analysis tests"
git push upstream re-enable-tc-analysis-tests |
7 tasks
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.
Summary
Objectives:
tc_analysissections in theweeklytest templates.tc_analysissets fore3sm_diagsin the theweeklytest templates.This will allow us to test #828 more thoroughly. After completing testing of that PR, we will determine whether to merge this PR or close it (and hopefully re-open/merge it in the future once
tc_analysisis fully working again).Select one: This pull request is...
Small Change