-
Notifications
You must be signed in to change notification settings - Fork 371
TOOLS-3941 - make mongodump_passthrough work with newer pinned mongosync #830
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
Merged
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,4 +32,4 @@ modules: | |
- name: mongosync | ||
repo: [email protected]:10gen/mongosync.git | ||
prefix: ${workdir}/src | ||
branch: rcownie/passthru4 | ||
branch: rcownie/md_passthru6 |
This file contains hidden or 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 file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,28 @@ | ||
# buildvariant "rhel80" is used only for mongodump passthrough testing | ||
# buildvariant "mongodump_passthrough_v" is used only for mongodump passthrough testing | ||
# | ||
# This is the same variant name used for mongosync passthrough testing, | ||
# and we try to set it up the same way. | ||
# This maps to the same amazon2-arm64 platform used for mongosync passthrough testing. | ||
|
||
buildvariants: | ||
- name: rhel80 | ||
# We use a strange name here so that the Build Baron context rules can steer | ||
# the mongodump passthrough tests, and only those tests, to context "mongodump_passthrough". | ||
# | ||
# This name must also match some name in mongo-tools/release/platform/platform.go, | ||
# so if you change the name here you also need to change that. | ||
- name: mongodump_passthru_v | ||
mankawal marked this conversation as resolved.
Show resolved
Hide resolved
|
||
# Use this name to get it sorted near the top of the list in spruce UI. | ||
display_name: "# RHEL 8.x (mongodump passthrough)" | ||
display_name: "# V mongodump_passthru_v (arm64)" | ||
cron: 0 3 * * * | ||
tasks: | ||
- name: deliberate_fail_to_test_build_baron_context_rules | ||
- name: compile_coverage | ||
- name: compile_verifier | ||
- name: mongodump_suites_up_to_date | ||
- name: .mongodump_passthrough_task_generator | ||
run_on: | ||
- rhel80-xlarge | ||
- amazon2-arm64-latest-small | ||
expansions: | ||
python_override: /opt/mongodbtoolchain/v4/bin/python3 | ||
modules: | ||
# git.get_project will only fetch modules that are declared in the variant. | ||
- migration-verifier | ||
- mongosync |
This file contains hidden or 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 file contains hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.