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
fix: PipelineRun cancel-in-progress issue when generateName is used
When PipelineRun is specified using generateName field, PAC unable
to filter out and cancel PipelineRuns based on the generateName field
due to trailing hyphen in the generateName field, only alphanumeric
characters are allowed at begining and end of Kubernetes resources labels
thus getting error when filtering PipelineRuns based on originalPRName
label. Thus this PR uses originalPRName label instead of annotation to
filter the PipelineRun.
https://issues.redhat.com/browse/SRVKP-7337
Signed-off-by: Zaki Shaikh <[email protected]>
0 commit comments