-
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
Missing PullRequestPipelineResource steps with artifact PVC #1632
Comments
/kind bug |
Are you 100% sure that the behaviour your expect isn't there @afrittoli ? I think it might be easier to understand what's going wrong if you could list exactly what each of the missing steps is intended to be doing. (I'm just surprised b/c I think both @dlorenc and I have been using the PR resource a bunch, and I know I've got PVC linking turned on, and it was working as I expected) |
I have two clusters, with the exact same version of Tekton deployed, same Tekton resources and the only difference was the PVC vs. Bucket configuration. I'm not sure if the description of the issue is as narrow as it can be - it could be that there are other elements involved. e.g. perhaps this behavior happens only if a TaskRun is used as opposed to a PipelineRun, or perhaps it only happens if there is more than one output resource. |
oooohhhh you know what, that could be it - @dlorenc and I have definitely seen different behaviour around the PVCs in a TaskRun vs a PipelineRun (or in the case of #1068, when there was just 1 Task vs multiple) |
@afrittoli @bobcatfish is this still an issue ? 🙃 |
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. |
Rotten issues close after 30d of inactivity. /close Send feedback to tektoncd/plumbing. |
@tekton-robot: Closing this issue. 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. |
Expected Behavior
When the pull request pipeline resource is used in a Task as both input and output, I expect three steps to be added:
This should happen regardless of Tekton configuration.
Actual Behavior
If Tekton is configured to use artifact PVC, only download is added to the POD:
With the bucket instead:
Steps to Reproduce the Problem
I reproduce the output with the mario-bot prototype at https://github.com/afrittoli/plumbing/pull/1/files.
Additional Info
The text was updated successfully, but these errors were encountered: