Skip to content

merge_into_manifest: remove canceling of pipelines

Tobias Poganiuch requested to merge remove-canceling-of-pipelines into master

The canceling was required when a reintegration was necessary before merging. The instant merge afterwards deleted the integration branch, so the pipeline on the branch would fail, because repo cannot checkout the code anymore. With https://gitlab.com/garz-fricke/yocto/infrastructure/ci-test/minimal-manifest/-/merge_requests/126 we started checking out code using refs/pipelines/ instead of explicit branch/tag names. This ref still exists when the branch is already deleted (see https://docs.gitlab.com/ce/ci/pipelines/#ref-specs-for-runners), so the pipeline canceling is not necessary anymore.

Edited by Tobias Poganiuch

Merge request reports