[CI] Try to stabilize Travis job#685
Merged
simon-mo merged 2 commits intoucbrise:developfrom May 7, 2019
Merged
Conversation
There are some cases where Travis rarely fails due to an unknown error. I think we need a little bit of waiting time to finish one test, delete the clipper cluster, and then recreate the clipper cluster for a new test. Let's try one patch to solve this problem.
Travis shows this message now. 'This job is running using the default Python version, which was updated to 3.6 on April 16th, 2019. You can explicitly stay on the previous version by specifying python: 2.7 in your .travis.yml.'
|
Test PASSed. |
|
Test PASSed. |
rkooo567
reviewed
May 7, 2019
|
|
||
| language: python | ||
|
|
||
| python: "2.7" |
Collaborator
There was a problem hiding this comment.
Why don't we specify all the versions we support? I believe we support 2.7, 3.5, and 3.6.
Contributor
There was a problem hiding this comment.
This will actually create many builds. Just 2.7 is fine for now.
Collaborator
Author
There was a problem hiding this comment.
Simon is right. Currently the Travis is used only for the Kubernetes integration tests.
simon-mo
approved these changes
May 7, 2019
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
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.
There are some cases where Travis rarely fails due to an unknown error.
I think we need a little bit of waiting time to finish one test, delete the clipper cluster,
and then recreate the clipper cluster for a new test. Let's try one patch to solve this problem.