-
Notifications
You must be signed in to change notification settings - Fork 374
Conversation
It depends on kata-containers/agent#706. And When it landed, we need to update |
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
So, how do we co-ordinate the update of this, the vendor, and the agent connection check? :-)
Hi @grahamwhaley |
@Pennyzct add |
This file is mainly used by kata-runtime and missing logging part. We add one new "agent-client" log field here, and Plz notice that, you should turn on the `kata-runtime` debug option to see the output. Fixes: kata-containers#705 Depends-on: github.com/kata-containers/runtime#2379 Signed-off-by: Penny Zheng <penny.zheng@arm.com>
/test-fc |
Hi @devimc |
/test-fc |
This file is mainly used by kata-runtime and missing logging part. We add one new "agent-client" log field here, and Plz notice that, you should turn on the `kata-runtime` debug option to see the output. Fixes: kata-containers#705 Depends-on: github.com/kata-containers/runtime#2379 Signed-off-by: Penny Zheng <penny.zheng@arm.com>
/test-fc |
This file is mainly used by kata-runtime and missing logging part. We add one new "agent-client" log field here, and Plz notice that, you should turn on the `kata-runtime` debug option to see the output. Fixes: kata-containers#705 Depends-on: github.com/kata-containers/runtime#2379 Signed-off-by: Penny Zheng <penny.zheng@arm.com>
/test-fc |
Getting error:
Restart to see if it's reproducible. |
hi @Pennyzct,
taken from http://jenkins.katacontainers.io/job/kata-containers-runtime-ubuntu-1804-PR-firecracker/1434/console I see that the newest CI execution shows that another test failed:
seems like same grpc issue on both tests, but I am not sure if this is related with your changes. |
@chavafg Hi~
|
Seems like we are having this failure randomly. I see most jobs of the firecracker CI are constantly failing. Any idea @devimc ? |
@Pennyzct could you upgrade your client code to use the latest changes ? we have reverted some changes and now looks more stable the CI |
Hi~ @jcvenegas |
/test |
Codecov Report
@@ Coverage Diff @@
## master #2379 +/- ##
=========================================
Coverage ? 50.62%
=========================================
Files ? 112
Lines ? 16274
Branches ? 0
=========================================
Hits ? 8239
Misses ? 7020
Partials ? 1015 |
This file is mainly used by kata-runtime and missing logging part. We add one new "agent-client" log field here, and Plz notice that, you should turn on the `kata-runtime` debug option to see the output. Fixes: kata-containers#705 Depends-on: github.com/kata-containers/runtime#2379 Signed-off-by: Penny Zheng <penny.zheng@arm.com>
/test-fc |
/test |
/test-fc |
/test |
#2440 includes the bump from here (and clh) and point to latest agent client code, both ARM CI and cloud hypervisor are running initrd job seems that is broken |
Hi~ @jcvenegas |
@Pennyzct woops we need rease |
Or merge 2440 |
Hi~ @jcvenegas no problem, I'll do the rebase asap.;). |
The new release for Firecracker is `v0.20.0`. Fixes: kata-containers#2378 Signed-off-by: Penny Zheng <penny.zheng@arm.com>
We need to include changes in PR github.com/kata-containers/agent#706 (kata-containers/agent#706, to use the new vsock-trivial-handshake scheme implemented in FC v0.20.0. Fixes: kata-containers#2378 Signed-off-by: Penny Zheng <penny.zheng@arm.com>
/test-fc |
/test-ubuntu |
The new release for Firecracker is
v0.20.0
.There are a few related updates:
Fixes: #2378
Signed-off-by: Penny Zheng penny.zheng@arm.com