-
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
InvalidTaskResultsReference when dynamically generating subsequent tasks in a pipeline using matrix #8324
Labels
kind/bug
Categorizes issue or PR as related to a bug.
Comments
8 tasks
+1 |
@chengjoey: GitHub didn't allow me to assign the following users: l-qing. Note that only tektoncd members, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. |
8 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
Pipeline runs and taskruns from all 3 tasks are generated.
Actual Behavior
PipelineRun fails with
'invalid result reference in pipeline task "printer": unable to validate result referencing pipeline task "platforms": task spec not found'
Steps to Reproduce the Problem
Run a pipeline with 3 tasks:
'invalid result reference in pipeline task "printer": unable to validate result referencing pipeline task "platforms": task spec not found'
Additional Info
Kubernetes version:
Output of
kubectl version
:Tekton Pipeline version:
Output of
tkn version
orkubectl get pods -n tekton-pipelines -l app=tekton-pipelines-controller -o=jsonpath='{.items[0].metadata.labels.version}'
The text was updated successfully, but these errors were encountered: