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
Instead of running the reconcile loop on the fresh pipeline, skip it
and let the next iterations to reconcile it.
Signed-off-by: Gal Ben Haim <[email protected]>
logger.Debugf("Skipping reconciliation, pipelineRun was updated (cached version %s vs fresh version %s)", pr.GetResourceVersion(), lpr.GetResourceVersion())
68
+
returnnil
70
69
}
71
70
72
71
// if pipelineRun is in completed or failed state then return
0 commit comments