-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
TestSidecarTaskSupport e2e test case fix for custom base image #3358
Conversation
…ustom base image
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Hi @bahetiamit. Thanks for your PR. I'm waiting for a tektoncd 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. |
@imjasonh Anything required from my end to fix |
/kind bug |
/ok-to-test |
/retest |
We need this fix to be able to use custom base images guided by policies. Also it's a fairly simple fix for test case & should not impact existing working. Do let me know if there are any questions around. |
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
Stale issues rot after 30d of inactivity. /lifecycle rotten Send feedback to tektoncd/plumbing. |
@bahetiamit: The following tests failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
Rotten issues close after 30d of inactivity. /close Send feedback to tektoncd/plumbing. |
@tekton-robot: Closed this PR. In response to this:
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. |
Changes
This PR resolves #1253
TestSidecarTaskSupport
e2e test. When a base image of nop contains the command sidecar is executing, sidecar is not terminated. The detailed cause is already discussed at #1347. I faced the exact same issue when I usedregistry.access.redhat.com/ubi8/ubi:latest
as base for nop image. There is already a merged PR #1464 which documents this behavior.Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
Release Notes