-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
chore: remove bok-choy settings #33350
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.
Some initial questions and comments.
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.
Looking really good! Thanks for all the progress so far, I've got some more questions.
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.
1 point, rest seems alright
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.
Changes look good to me. I'm gonna merge this Monday so that we don't ruin anyone's weekend if we find that they're using the bokchoy settings in a way we don't expect.
@@ -354,13 +354,3 @@ def install_prereqs(): | |||
def log_installed_python_prereqs(): | |||
""" Logs output of pip freeze for debugging. """ | |||
sh("pip freeze > {}".format(Env.GEN_LOG_DIR + "/pip_freeze.log")) | |||
|
|||
|
|||
def print_devstack_warning(): # lint-amnesty, pylint: disable=missing-function-docstring |
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.
@feanil @salman2013: Is there a quick fix to revert this change, or should I revert the whole thing? We could also temporarily remove the call to print_devstack_warning()
, but I'd have the question as to whether this warning should really go away? In all cases, what is going to be the quick fix since this is breaking things? Thanks.
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.
This PR was reverted in #33630 until this issue can be fixed. The changes did make it to Prod (temporarily), so other code seems to be ok.
2U Release Notice: This PR has been deployed to the edX staging environment in preparation for a release to production. |
2U Release Notice: This PR has been deployed to the edX production environment. |
Description
In this PR i have removed the bok-choy settings and all bok-choy references as per the following ticket
https://github.com/orgs/openedx/projects/55/views/1?pane=issue&itemId=37830749