Skip to content
Snippets Groups Projects
Commit 2c6fe616 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 fd9b25e0
No related branches found
No related tags found
1 merge request!219Integrate gitlab-ci/allow-check-job-to-fail and 1 more
Pipeline #18924 passed with stage
in 24 seconds
Subproject commit 6fbbf3388fee9045aea7bb4aab77700895119ff1
Subproject commit ad9d367e52a0f364f4a3559e5b5005ec554110cb
......@@ -4,7 +4,7 @@
# ---------------------------------------------------------------------------------------
include:
- project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
ref: 6fbbf3388fee9045aea7bb4aab77700895119ff1
ref: ad9d367e52a0f364f4a3559e5b5005ec554110cb
file: 'manifest-integration.yml'
variables:
......
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