-
Notifications
You must be signed in to change notification settings - Fork 373
Conversation
Golang version is bumped in another PR: #643 |
PSS Measurement: Memory inside container: |
Build failed (third-party-check pipeline) integration testing with
|
Ugh - another Clear Linux guest kernel crash on 16.04 CI:
/cc @devimc, @grahamwhaley, @jcvenegas, @miguelinux. |
The first guest kernel crash I noticed is on #585. |
c4e32cf
to
0e172b3
Compare
Build failed (third-party-check pipeline) integration testing with
|
PSS Measurement: Memory inside container: |
Fixes kata-containers#638. Latest kata-runtime can't build with golang 1.8.3, fix it for backward compatibility. Signed-off-by: Wei Zhang <[email protected]>
0e172b3
to
af0c137
Compare
PSS Measurement: Memory inside container: |
Codecov Report
@@ Coverage Diff @@
## master #662 +/- ##
=========================================
Coverage ? 65.35%
=========================================
Files ? 85
Lines ? 9879
Branches ? 0
=========================================
Hits ? 6456
Misses ? 2766
Partials ? 657 |
CI passed. PTAL @jodh-intel @sboeuf @bergwolf @kata-containers/runtime |
Build failed (third-party-check pipeline) integration testing with
|
Well, |
@WeiZhang555 please backport to stable branches. |
branch |
@WeiZhang555 thanks for the feedback. So no need to backport neither to 1.1 nor to 1.2. |
This reverts commit 717ee24. Since most of the runtime unit tests depending on unix socket without yamux, and that commit would break those tests, thus I have to revert this commit. Fixes: kata-containers#662 Signed-off-by: lifupan <[email protected]>
Fixes #638
Latest kata-runtime can't build with golang 1.8.3, fix it for backward compatibility.
Signed-off-by: Wei Zhang [email protected]