Skip to content
Snippets Groups Projects
Commit 09bf53a6 authored by Zygmunt Krynicki's avatar Zygmunt Krynicki
Browse files

.gitlab-ci.yml: include pipelines for merge requests

This template is offered by GitLab to enable pipelines for merge
requests, a safety feature that avoids breaking the default branch by
merging things that passed in the past.

Reference: https://docs.gitlab.com/ee/ci/pipelines/merge_request_pipelines.html


Signed-off-by: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
parent 78d05649
No related branches found
No related tags found
No related merge requests found
...@@ -29,6 +29,7 @@ include: ...@@ -29,6 +29,7 @@ include:
- local: '/.oniro-ci/build-generic.yaml' - local: '/.oniro-ci/build-generic.yaml'
- local: '/.oniro-ci/test-generic.yaml' - local: '/.oniro-ci/test-generic.yaml'
- local: '/.oniro-ci/machines-and-flavours.yaml' - local: '/.oniro-ci/machines-and-flavours.yaml'
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
dco: dco:
extends: .dco extends: .dco
......
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