-
Notifications
You must be signed in to change notification settings - Fork 28.9k
SPARK-9545, SPARK-9547: Use Maven in PRB if title contains "[test-maven]" #7878
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
Closed
Closed
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
6184a00
SPARK-9545: Use Maven in prb if title contains "[maven-test]"
pwendell a15f53c
Wording change to test-maven
pwendell e83b49f
Adding support for SPARK-9547
pwendell 5d15d31
Adding randomized zinc ports
pwendell 7f1ff75
Fixing up python lint issues
pwendell c77f951
Small style fix
pwendell 69dd9af
Push Zinc support down into exec_maven
pwendell 0d3944a
Small fixes
pwendell 05d7720
Bug fix to kill command
pwendell 3d36d0a
Temporarily disabling mima
pwendell 2e9edcc
Increasing timeout
pwendell acf1e4f
Merge remote-tracking branch 'apache/master' into maven-tests
pwendell a938de3
Only do compatibility tests in sbt
pwendell 603f891
removing unncessary spacing changes
pwendell 87d4d19
Whitepsace issues
pwendell cf58c49
Merge remote-tracking branch 'apache/master' into maven-tests
pwendell 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
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.
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 hope this doesn't lead to builds failing because zinc can't bind to the chosen port.
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 logic is identical to that hard coded in the bash scripts that run the maven builds, in the past they've never failed for this reason... but yeah it could happen.