Skip to content
Snippets Groups Projects
Commit fc9971fd authored by Jonas Höppner's avatar Jonas Höppner
Browse files

CI: Integration job is now optional

parent 55e34b98
No related branches found
No related tags found
No related merge requests found
Pipeline #9084 skipped with stages
......@@ -101,6 +101,8 @@ yamllint:
stage: integrate
rules:
- if: $CI_MERGE_REQUEST_IID
when: manual
allow_failure: true
script:
- cd ${CI_PROJECT_DIR}
- ./deploy_gitlab_ci.py
......@@ -188,6 +190,7 @@ merge-yocto:
# --------------------------------------------------------------------------------------
check:
stage: check
needs: [integrate-yocto, integrate-ci-test]
rules:
- if: $CI_MERGE_REQUEST_IID
tags:
......
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