Skip to content
Snippets Groups Projects
Commit 146fd256 authored by Sébastien Heurtematte's avatar Sébastien Heurtematte Committed by Stefan Schmidt
Browse files
parent 3aa1d213
No related branches found
No related tags found
1 merge request!27feat: add eca check.
Pipeline #13384 passed
...@@ -9,14 +9,16 @@ stages: ...@@ -9,14 +9,16 @@ stages:
- report - report
include: include:
- project: 'eclipse/oniro-core/oniro' - project: 'eclipse/oniro-core/oniro'
file: file:
- '/.oniro-ci/dco.yaml' - '/.oniro-ci/dco.yaml'
- '/.oniro-ci/reuse.yaml' - '/.oniro-ci/reuse.yaml'
- '/.oniro-ci/build-generic.yaml' - '/.oniro-ci/build-generic.yaml'
- '/.oniro-ci/test-generic.yaml' - '/.oniro-ci/test-generic.yaml'
- '/.oniro-ci/machines-and-flavours.yaml' - '/.oniro-ci/machines-and-flavours.yaml'
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml' - template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
- project: 'eclipsefdn/it/releng/gitlab-ci-templates'
file: '/jobs/eca.gitlab-ci.yml'
dco: dco:
extends: .dco extends: .dco
...@@ -30,6 +32,9 @@ reuse: ...@@ -30,6 +32,9 @@ reuse:
# it - it is a 3rd party fork. Let if fail for now. # it - it is a 3rd party fork. Let if fail for now.
allow_failure: true allow_failure: true
eca:
extends: .eca
# Customize the .workspace job to set the path of the git repository to deviate # Customize the .workspace job to set the path of the git repository to deviate
# from what the git-repo manifest prepares. This effectively allows testing # from what the git-repo manifest prepares. This effectively allows testing
# incoming changes that match the repository holding this CI pipeline. # incoming changes that match the repository holding this CI pipeline.
......
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