kubernetes-sigs / kubespray

Deploy a Production Ready Kubernetes Cluster
Apache License 2.0
15.91k stars 6.42k forks source link

[CI] Redundant pipelines on push #11532

Open VannTen opened 4 days ago

VannTen commented 4 days ago

It seems like in some circumstances, force pushing to a PR (or maybe just pushing) can trigger multiples pipelines, instead of cancelling / keeping just one : image

PR here: #11466

And the correspondings pipelines: https://gitlab.com/kargo-ci/kubernetes-sigs-kubespray/-/pipelines/1452439427 https://gitlab.com/kargo-ci/kubernetes-sigs-kubespray/-/pipelines/1452439399 https://gitlab.com/kargo-ci/kubernetes-sigs-kubespray/-/pipelines/1452439295

VannTen commented 4 days ago

(maybe that's related to the config changes we did on the runner ? Would it have "lost" jobs while restarting :thinking: )