Skip to content
Snippets Groups Projects
Commit bd2df5f1 authored by GitBot's avatar GitBot
Browse files

Integrate gitlab-ci/revert-trigger-pipeline and 4 more

--

Commit: https://gitlab.com/garz-fricke/yocto/infrastructure/gitlab-ci/-/commit/a35820b21ba2718e48e56892d87000e4efbd21f0

deploy_gitlab_ci: revert trigger pipeline on integration branch

Explicitly triggering a pipeline in the target repository does not work
easily from this place because we would have to distinguish between the
manifest (which uses branch pipelines) and the sub-projects (which use
merge request pipelines). This separation should not be hard-coded here,
so we move the decision whether or not to run a pipeline to the
.gitlab-ci.yml file of the target. Reverting these two commits:

63279799336fa99bb8bbb908084017173ed44802
    deploy_gitlab_ci: trigger pipeline only if it has not run before

dfc6204abcdfce7f7ee51ee2127500f8aecfaafa
    deploy_gitlab_ci: trigger pipeline on integration branch

--

Commit: https://gitlab.com/garz-fricke/yocto/infrastructure/gitlab-ci/-/commit/faf2073101235c05c0bdcb7fd78895a2b86a4eeb

md5: Fixed invalid encoding in open

--

Commit: https://gitlab.com/garz-fricke/yocto/infrastructure/gitlab-ci/-/commit/63279799336fa99bb8bbb908084017173ed44802

deploy_gitlab_ci: trigger pipeline only if it has not run before

--

Commit: https://gitlab.com/garz-fricke/yocto/infrastructure/gitlab-ci/-/commit/4c6b46212830fe936c684866f096ba63946f95b7

wait_until_merge_status_is_set: always query merge request

The function used to rely on the given merge request object without
checking its current state. If the given object was not in one of the
"unchecked" states, it returned immediately. The state, however, could
have changed between its last query and the call of this function, so
it now checks the state first before deciding anything.

--

Commit: https://gitlab.com/garz-fricke/yocto/infrastructure/gitlab-ci/-/commit/dfc6204abcdfce7f7ee51ee2127500f8aecfaafa

deploy_gitlab_ci: trigger pipeline on integration branch
parent eea8d9ca
No related branches found
No related tags found
1 merge request!141Integrate gitlab-ci/revert-trigger-pipeline and 4 more
Pipeline #17190 passed with stage
in 28 seconds
Subproject commit 669113ff5a25b7cfae84220d5e3beee1b3bc7fb1
Subproject commit a35820b21ba2718e48e56892d87000e4efbd21f0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment