-
Notifications
You must be signed in to change notification settings - Fork 33
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
Add tbump to simplify package versioning #461
Closed
tomvothecoder
wants to merge
1,475
commits into
E3SM-Project:master
from
tomvothecoder:devops/442-tbump
Closed
Add tbump to simplify package versioning #461
tomvothecoder
wants to merge
1,475
commits into
E3SM-Project:master
from
tomvothecoder:devops/442-tbump
Conversation
This file contains 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
This should fix an issue where e3sm_diags is not able to deepcopy variables because of (unneeded) MPI comm objects stored in the variable.
Disable MPI in cdms2.tvariable
tomvothecoder
commented
Jun 2, 2021
@@ -128,68 +52,31 @@ Remember to write a description. | |||
|
|||
An example of a completed page to release the code | |||
|
|||
3. Click "Publish release". | |||
|
|||
Updating The sha256 |
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.
No more SHA256 updates for conda/meta.yaml
since we are now using source from git (git_rev
), rather than tarball.
This won't be included in |
Patch to turn off image comparison
Stop tests if unit tests fail
* remove 4.0; fix ref name for hadley SST * fix HadISST name
- Use Python 3.9 in conda envs - Pin latest dependencies in conda envs - Remove e3sm channel from conda prod env - Update output_viewer in conda recipe to >=1.3.3 - Update dependencies for pre-commit and GH Actions - Add step to configure conda channels
- Pin python=3.9.4 instead of range
- Add acme_diags/libs README.md Move os.environ settings to root __init__.py - Remove acme_diags/libs dir
v2.5.0rc2 update
* improve tc track pre-processing script for obs * update IM release code * convert IBTrACS track density from 3 hourly data to 6 hourly * preprocessing to use ibtracs * docs updates * add new files * address review
- These versions are no longer used in E3SM unified - Remove commands to clone `docs/_build_old` in CI/CD - Remove old build references in `index.rst`
* Add_column_Ozone * address reviews * address review 2 * bring arrows on colorbars back
a470f13
to
1a1351f
Compare
Update docs on releasing Fix regex for detecting non rc Update release steps - Remove screenshots of github release page Update bumping steps
1a1351f
to
adb1911
Compare
Created a new PR #494, based on latest |
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.
This PR adds
tbump
to the dev environment. tbump will help simplify the package versioning process for us moving forward.The docs covering releases are also updated.