-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Improve travis build script #626
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
Conversation
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
Contributor
|
Also how about; read that on stackoverflow, but couldn't find much doc related to it. |
b414d72 to
193dcd2
Compare
Member
Author
|
Now .travis.yml creates each build job for each build profile instead of run every build profile in a single job. So output message is splitted into different build job. |
Member
|
+1 let's merge it |
Member
Author
|
While every CI test is failing, i'm merging this patch as a hotfix. |
Contributor
|
+1 |
1 task
1 task
asfgit
pushed a commit
that referenced
this pull request
Feb 12, 2016
### What is this PR for? While investigating CI failure with PR #706, I noticed that we were running all tests in each of 6 jobs in the test matrix. It seems we have accidentally switched back to running all tests even with older versions of Spark. (from PR #626 Filtering out interpreter tests for these runs help make test jobs faster (~30%) and also reduce the chance that an interpreter test might intermittently fail, thus hopefully improve CI reliability. Also changing Spark 1.2.1 to 1.2.2 (last 1.2.x release) ### What type of PR is it? Improvement ### Todos * [x] - Travis CI yml changes ### Is there a relevant Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-665 ### How should this be tested? Run Travis CI ### Screenshots (if appropriate) N/A ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Felix Cheung <felixcheung_m@hotmail.com> Closes #708 from felixcheung/testprofile and squashes the following commits: ac3bd72 [Felix Cheung] fix project list b0c8b9b [Felix Cheung] add spark tests 27d57fe [Felix Cheung] fix project list cd0cb97 [Felix Cheung] test project list for older spark versions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What is this PR for?
Recent Travis CI build is failing with
What type of PR is it?
Improvement
Todos
Is there a relevant Jira issue?
How should this be tested?
Screenshots (if appropriate)
Questions: