You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In that example the tag-images Step was the first to fail but due to misordering of the steps' statuses it appears that the image-digest-exporter was the original failure. This confuses several subsequent things:
The TaskRun gets the wrong Succeeded condition, claiming that the image-digest-exporter was the original failure.
The dashboard similarly shows image-digest-exporter as the source of failure:
The dashboard also shows that the actual failing Step (tag-images in this case) was "Not Run", which is incorrect.
Additional Info
Resources Involved
I've captured both the TaskRun's status field from the dashboard as well as the full Pod yaml for that TaskRun in this gist.
Expected Behavior
The
image-digest-exporter
Step should appear after all of the user's Steps in a TaskRun'sstatus.steps
list.Actual Behavior
In https://dashboard.dogfooding.tekton.dev/#/namespaces/default/pipelineruns/pipeline-release-nightly-zf2lz?pipelineTask=publish-images&step=image-digest-exporter-vcqhc we see the
image-digest-exporter
sorted out of order, appearing before user-created Stepscopy-to-latest-bucket
,tag-images
andrun-ko
.In that example the
tag-images
Step was the first to fail but due to misordering of the steps' statuses it appears that theimage-digest-exporter
was the original failure. This confuses several subsequent things:The TaskRun gets the wrong Succeeded condition, claiming that the
image-digest-exporter
was the original failure.The dashboard similarly shows
image-digest-exporter
as the source of failure:The dashboard also shows that the actual failing Step (
tag-images
in this case) was "Not Run", which is incorrect.Additional Info
I've captured both the TaskRun's status field from the dashboard as well as the full Pod yaml for that TaskRun in this gist.
The text was updated successfully, but these errors were encountered: