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

PipelineRuns finished as Succeeded change to PipelineRunTimeout after some time #6812

Closed
zalejus opened this issue Jun 12, 2023 · 3 comments
Closed
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@zalejus
Copy link

zalejus commented Jun 12, 2023

Properly closed PipelineRuns, set as 'Succeeded', should stay in this Status till deletion.

After some time (I don't know exactly how long it takes now) PR changes its status to Failed(PipelineRunTimeout). At the same time, all TaskRuns remain correctly set as Succeeded.

pr1   1 hour ago    5m56s      Succeeded
pr2   2 hours ago   26m34s     Succeeded
pr3   5 hours ago   3m59s      Succeeded
pr4   2 days ago    9h39m28s   Failed(PipelineRunTimeout)
pr5   2 days ago    5h3m2s     Failed(PipelineRunTimeout)

PR describe Message:
PipelineRun "pr3" failed to finish within "2h0m0s"

I set the timeout to 2 hours

  • Kubernetes version:
    1.27
clientVersion:
  buildDate: "2023-05-17T14:20:07Z"
  compiler: gc
  gitCommit: 7f6f68fdabc4df88cfea2dcf9a19b2b830f1e647
  gitTreeState: clean
  gitVersion: v1.27.2
  goVersion: go1.20.4
  major: "1"
  minor: "27"
  platform: linux/amd64
kustomizeVersion: v5.0.1
serverVersion:
  buildDate: "2023-04-14T20:40:28Z"
  compiler: gc
  gitCommit: abfec7d7e55d56346a5259c9379dea9f56ba2926
  gitTreeState: clean
  gitVersion: v1.27.1-eks-2f008fe
  goVersion: go1.20.3
  major: "1"
  minor: 27+
  platform: linux/amd64
  • Tekton Pipeline version:
Client version: 0.31.0
Chains version: v0.16.0
Pipeline version: v0.47.0
Triggers version: v0.24.0
Dashboard version: v0.35.0
Operator version: v0.67.0
@zalejus zalejus added the kind/bug Categorizes issue or PR as related to a bug. label Jun 12, 2023
@AlanGreene
Copy link
Member

AlanGreene commented Jun 14, 2023

@zalejus this is fixed in Pipelines v0.47.1 or later

@zalejus
Copy link
Author

zalejus commented Jun 14, 2023

@AlanGreene many thanks for your hint. So I'm closing this topic.

@pritidesai
Copy link
Member

Adding a reference to the PR if anyone runs into this in future - #6622

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