Skip to content
Snippets Groups Projects
Commit 1648ea7d authored by GitBot's avatar GitBot Committed by Tim Jaacks
Browse files

Integrate gitlab-ci/allow-check-job-to-fail and 1 more

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@ad9d367e

Allow check job to fail

This makes merging a project MR possible even if the manifest has
received new commits since the MR pipeline build has run. The developer
is responsible for deciding whether it is safe to merge it without
having a build based on the latest manifest.

BCS 746-000794

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@81c2ad85

merge_into_manifest: fix error message if MR already exists
parent 21402a86
No related branches found
No related tags found
1 merge request!59Integrate gitlab-ci/allow-check-job-to-fail and 1 more
Subproject commit 6fbbf3388fee9045aea7bb4aab77700895119ff1 Subproject commit ad9d367e52a0f364f4a3559e5b5005ec554110cb
...@@ -4,5 +4,5 @@ ...@@ -4,5 +4,5 @@
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
include: include:
- project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
ref: 6fbbf3388fee9045aea7bb4aab77700895119ff1 ref: ad9d367e52a0f364f4a3559e5b5005ec554110cb
file: 'manifest-integration.yml' file: 'manifest-integration.yml'
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