Skip to content
Snippets Groups Projects
Commit ad9d367e authored by Tim Jaacks's avatar Tim Jaacks
Browse files

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
parent 81c2ad85
No related branches found
No related tags found
No related merge requests found
...@@ -64,6 +64,7 @@ yamllint: ...@@ -64,6 +64,7 @@ yamllint:
# Explicitly allow externally triggered pipelines in every case # Explicitly allow externally triggered pipelines in every case
- if: $CI_PIPELINE_SOURCE == "pipeline" || $CI_PIPELINE_SOURCE == "api" - if: $CI_PIPELINE_SOURCE == "pipeline" || $CI_PIPELINE_SOURCE == "api"
needs: ["integrate"] needs: ["integrate"]
allow_failure: true
script: script:
- cd ${CI_PROJECT_DIR} - cd ${CI_PROJECT_DIR}
# When running in a trigger pipeline the CII_MERGE_REQUEST_IID is not set # When running in a trigger pipeline the CII_MERGE_REQUEST_IID is not set
......
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