-
Notifications
You must be signed in to change notification settings - Fork 349
Expose environment variables for configuring an additional runtime handler #1069
Conversation
Hi @tallclair. Thanks for your PR. I'm waiting for a containerd member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Looks like the DCO signature validation failed. Maybe commit description ran over.. messing with the signature block? I didn't pull the PR down to check. |
/ok-to-test |
02e8b9f
to
dd93df6
Compare
Updated the commit message, in case that help.s |
kk just need you to add a doc signature.. one of these: assuming you have your name and email configured in git config...: |
dd93df6
to
69ea030
Compare
Oh yeah, sorry, done. |
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.
This format has been deprecated.. Might want to move up to the runtimes format. Here's an example for kata.
Unless this is for an older release, using the old untrusted_workload_runtime pattern that came pre runtimes? |
69ea030
to
0a0b047
Compare
Thanks, I think I've fixed it - LMK if this isn't what you meant. |
For reference, the other 2 PRs for enabling the test are:
|
/retest |
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
/test pull-cri-containerd-node-e2e |
Gave up on specifying specific options, and pushed the whole options block into a single env. kubernetes/test-infra#11572 has the updated test configuration. |
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
Just need to sign the 2nd commit :)
Expose environment variables in the GCE containerd configuration script for configuring an additional runtime handler. This unblocks E2E testing of custom runtime handlers. Signed-off-by: Tim Allclair <tallclair@google.com>
c52d00c
to
d7c5b24
Compare
squashed commits |
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
/lgtm |
This is a prerequisite to testing a non-default runtime handler in the Kubernetes containerd E2E tests.