-
Notifications
You must be signed in to change notification settings - Fork 3.8k
travis: Enable travis CI for ppc64le arch #3272
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
Conversation
|
/test |
|
Looks like a few problems
|
676e1d0 to
4b3d517
Compare
|
@estesp: Updated the PR to exclude |
@estesp in the logs, I see that the following step is taking more time on ppc64le compare to x86:
The difference what I see in that particular script is that for x86 it is just download of the package from release section vs actual probuf compilation from the source which is causing the more delay here. I see the recent version of protobuf publishing the package for the ppc64le architecture as well: https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1/protoc-3.7.1-linux-ppcle_64.zip, so I'm wondering whether we can just bump up the protobuf version to |
|
Build succeeded.
|
4b3d517 to
c219696
Compare
|
Build succeeded.
|
|
Would have to get @stevvooe's input on the 3.7.1 bump and whether that is possible with some simple changes, or recommended as a solution. |
|
ping @stevvooe for input. |
|
We can try the proto bump and to test, use a current client on the new daemon to make sure compatibility is there |
|
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
|
Build succeeded.
|
|
Build succeeded.
|
|
Build succeeded.
|
|
Build succeeded.
|
|
Build succeeded.
|
|
Build succeeded.
|
|
Looks like this made much more progress than before; but a cgroup test problem, and looking ahead (since the CRI tests went ahead and ran) there were 3 failures there.. one with portforward and a This is the cgroup failing test during |
|
Build succeeded.
|
|
I bumped the builds for you |
|
Thanks @crosbymichael and @estesp All checks have passed. |
api/next.pb.txt
Outdated
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.
what is this change from?
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.
@crosbymichael:
This change is from make protos without which all the Travis CI's fail.
- please run 'make protos' when making changes to proto files and check-in the generated descriptor file changes
1030
Makefile:146: recipe for target 'check-api-descriptors' failed
1031
make: *** [check-api-descriptors] Error 1
1032
The command "if [ "$GOOS" = "linux" ]; then make check-protos check-api-descriptors; fi" exited with 2.
|
LGTM |
|
Build succeeded.
|
Bump Protobuf version to 3.7.0 Signed-off-by: Nitesh Konkar <[email protected]>
|
Build succeeded.
|
|
Build succeeded.
|
|
@crosbymichael could you please restart the CI or if I could get the permissions to do so, it would be more convenient. Thnx! |
|
@nitkon i bumped the CI but the tests are still timing out so it looks like a real issue. |
|
Build succeeded.
|
Enable travis CI for ppc64le arch Signed-off-by: Nitesh Konkar <[email protected]>
|
Build succeeded.
|
Codecov Report
@@ Coverage Diff @@
## master #3272 +/- ##
==========================================
- Coverage 44.18% 39.86% -4.33%
==========================================
Files 124 86 -38
Lines 13751 11635 -2116
==========================================
- Hits 6076 4638 -1438
+ Misses 6744 6336 -408
+ Partials 931 661 -270
Continue to review full report at Codecov.
|
|
@crosbymichael @estesp: Finally all green! All the Travis CI tests have passed. It was failing due to some issues with Travis CI like the tests getting timed out due to networking issues, unrelated test failures etc. Apologies for so many re-pushes. |
|
Times look good on the CI now, is it stable? |
|
LGTM |
estesp
left a comment
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.
LGTM
Ref: containerd#3272 Signed-off-by: Michael Crosby <[email protected]>

Enable travis CI for ppc64le arch
Signed-off-by: Nitesh Konkar [email protected]