We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Taskrun.status.steps should with the exactly same order with steps defined in Task.
Taskrun.status.steps
steps
Task
In Unnamed base it does not.
Unnamed
Apply the case in #2415 then check the Taskrun.status.steps
The root cause is we sort it based on step.name in task but they are "" in this case.
step.name
task
Kubernetes version:
Output of kubectl version:
kubectl version
Client Version: v1.16.3 Server Version: v1.15.5
Tekton Pipeline version: Master
The text was updated successfully, but these errors were encountered:
/kind bug /assign vincent-pli
Sorry, something went wrong.
vincent-pli
No branches or pull requests
Expected Behavior
The
Taskrun.status.steps
should with the exactly same order withsteps
defined inTask
.Actual Behavior
In
Unnamed
base it does not.Steps to Reproduce the Problem
Apply the case in #2415
then check the
Taskrun.status.steps
Additional Info
The root cause is we sort it based on
step.name
intask
but they are "" in this case.Kubernetes version:
Output of
kubectl version
:Tekton Pipeline version:
Master
The text was updated successfully, but these errors were encountered: