-
-
Notifications
You must be signed in to change notification settings - Fork 747
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
Update from Mongo 4.4 to Mongo 7 in CI #6246
Merged
Merged
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
pull-request-size
bot
added
size/M
PR that changes 30-99 lines. Good size to review.
size/XL
PR that changes 500-999 lines. Consider splitting work into several ones that easier to review.
and removed
size/M
PR that changes 30-99 lines. Good size to review.
labels
Sep 19, 2024
cognifloyd
force-pushed
the
mongo7
branch
8 times, most recently
from
September 20, 2024 03:28
21f6017
to
580c417
Compare
cognifloyd
changed the title
CI: Switch from Mongo 4.4 to Mongo 7.0
Update to Mongo 7, mongoengine 0.29, and pymongo 4.6
Sep 20, 2024
cognifloyd
commented
Sep 20, 2024
pull-request-size
bot
added
size/XXL
PR that changes 1000+ lines. You should absolutely split your PR into several.
and removed
size/XL
PR that changes 500-999 lines. Consider splitting work into several ones that easier to review.
labels
Sep 20, 2024
This comment was marked as resolved.
This comment was marked as resolved.
nzlosh
reviewed
Sep 21, 2024
nzlosh
reviewed
Sep 21, 2024
guzzijones
approved these changes
Sep 22, 2024
I would rather not split this out. we can do the pymongo update in a separate pr in the future to avoid the debug log flood. I am guessing we can filter those out with pytest anyway. |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This makes the orquesta workflow consistent with ci workflow changes added in #6245
pull-request-size
bot
added
size/M
PR that changes 30-99 lines. Good size to review.
and removed
size/XXL
PR that changes 1000+ lines. You should absolutely split your PR into several.
labels
Sep 26, 2024
cognifloyd
changed the title
Update to Mongo 7, mongoengine 0.29, and pymongo 4.6
Update from Mongo 4.4 to Mongo 7 in CI
Sep 26, 2024
nzlosh
approved these changes
Sep 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Switches from Mongo 4.4 to Mongo 7.0 using work by @guzzijones cherry-picked from #6236.
Also updates the redis container definition in the orquesta workflow to be consistent with ci workflow changes added in #6245.