Skip to content
Snippets Groups Projects

feat: add eca check.

Merged Sébastien Heurtematte requested to merge feat/eca into oniro/kirkstone
All threads resolved!
+ 13
8
@@ -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.
Loading