-
Notifications
You must be signed in to change notification settings - Fork 21
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
Remove eagle related code and reference since eagle is retired. #475
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.
Suggestion: add something to a migration guide about removing the eagle
block and migrating to Kestrel for those with project files that haven't been run since the Eagle days.
eagle: include('hpc-spec', required=False) | ||
kestrel: include('hpc-spec', required=False) | ||
eagle: include('hpc-spec', required=False) |
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.
It just seems like you moved this. Shouldn't it be removed?
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.
Ah okay, a new schema without eagle
.
the ``bundle`` and ``bundle_path`` options in the OpenStudio CLI. | ||
See `run_building <https://github.com/NREL/buildstockbatch/blob/61c00cc4139769939f16db9b62f3a7dc58f1f46e/buildstockbatch/eagle.py#L334>`_ | ||
for additional implementation details. |
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.
Makes sense to pin it to a specific commit.
Yes, I will add that to the migration guide. I will add that text to the PR description. |
Fixes #470.
Pull Request Description
Remove all eagle related code and references since Eagle is already retired from NREL HPC.
Migration guide:
The following changes are necessary on the yaml file after this PR is merged:
Change schema version to 0.5.
Change eagle block to kestrel block. The specification is the same, so no changes are needed for the arguments in the block.
Checklist
Not all may apply
minimum_coverage
in.github/workflows/coverage.yml
as necessary.