-
Notifications
You must be signed in to change notification settings - Fork 93
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 digital ocean tests #2813
Conversation
tests/tests_unit/test_upgrade.py
Outdated
|
||
__rounded_version__ = rounded_ver_parse(__version__) | ||
|
||
# Check image versions have been bumped up |
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.
I think there's value in keeping this sort of check that the versions have been updated in the nebari config.
tests/tests_unit/test_upgrade.py
Outdated
version = version_str | ||
|
||
|
||
def test_duplicated_version(new_upgrade_cls): |
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.
I think this is a good test to have also
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.
I think we should keep the test_upgrade.py file to test the nebari upgrade
CLI command separate from deploying an upgraded version.
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.
I think we should keep the test_upgrade.py file to test the nebari upgrade
CLI command separate from deploying an upgraded version.
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.
LGTM!
Reference Issues or PRs
Removes failing digital ocean tests since we are depercating DO
What does this implement/fix?
Put a
x
in the boxes that applyTesting
How to test this PR?
See if CI passes
Any other comments?