This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
[pipelines-in-pipelines] SIGSEGV in controller if parent PipelineRun is cancelled while child PipelineRun is starting #866
Labels
kind/bug
Categorizes issue or PR as related to a bug.
Expected Behavior
When a
Run
is changed before its childPipelineRun
has started, this change should be ignored if it isn't handled.Actual Behavior
Pip controller crashes (SEGV signal received) and restart once an again until child
PipelineRun
ends.Then, when it ends, pip controller starts normally.
Log:
Pod changes:
Steps to Reproduce the Problem
While child
PipelineRun
is created but before it starts, cancel it. (You can cancel it using Dashboard)Then Pip controller crashes
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: