Skip to content
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

Taskrun step and status shown as --- even after complete run #949

Closed
piyush-garg opened this issue Apr 30, 2020 · 2 comments
Closed

Taskrun step and status shown as --- even after complete run #949

piyush-garg opened this issue Apr 30, 2020 · 2 comments
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug.
Milestone

Comments

@piyush-garg
Copy link
Contributor

Expected Behavior

Taskrun describe command should show the actual status of step and sidecar

Actual Behavior

Taskrun describe show the status as ---

Steps to Reproduce the Problem

  1. Create a task and taskrun
  2. hit tkn tr describe taskrunname command
  3. You will see the output like
tkn tr desc build-push-run-knxh6
Name:              build-push-run-knxh6
Namespace:         default
Task Ref:          build-push
Service Account:   pipeline
Timeout:           1h0m0s
Labels:
 app.kubernetes.io/managed-by=tekton-pipelines
 tekton.dev/task=build-push

🌡️  Status

STARTED      DURATION     STATUS
1 hour ago   26 minutes   Succeeded

📨 Input Resources

 NAME       RESOURCE REF
 ∙ source   cp-repo

📡 Output Resources

 NAME           RESOURCE REF
 ∙ builtImage   container-tools-image

⚓ Params

 NAME           VALUE
 ∙ contextDir   jenkins/master

🦶 Steps

 NAME                            STATUS
 ∙ create-dir-builtimage-wk86g   ---
 ∙ image-digest-exporter-g6npr   ---
 ∙ git-source-cp-repo-86qnl      ---
 ∙ push-image                    ---
 ∙ build-image                   ---

🚗 Sidecars

No sidecars

Additional Info

tkn version: 0.9.0

/kind bug

@tekton-robot tekton-robot added the kind/bug Categorizes issue or PR as related to a bug. label Apr 30, 2020
@piyush-garg
Copy link
Contributor Author

I have raised tektoncd/pipeline#2511 to fix this in the pipeline

/assign

@piyush-garg
Copy link
Contributor Author

This has been fixed with bump to pipeline v0.13.x as dependency by PR #1017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

3 participants