From 146fd256a44df4f406c8899df65dc6b761f7bc28 Mon Sep 17 00:00:00 2001
From: "sebastien.heurtematte" <sebastien.heurtematte@eclipse-foundation.org>
Date: Fri, 4 Nov 2022 14:35:40 +0100
Subject: [PATCH] ci: add eca check

Related to eclipse-wg/oniro-wg/products-services-oniro-wg/it-services-oniro-wg/pipelines-architecture-oniro-wg#55

Signed-off-by: sebastien.heurtematte <sebastien.heurtematte@eclipse-foundation.org>
---
 .gitlab-ci.yml | 21 +++++++++++++--------
 1 file changed, 13 insertions(+), 8 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 27028fb..eda5323 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,14 +9,16 @@ stages:
   - report
 
 include:
- - project: 'eclipse/oniro-core/oniro'
-   file:
-    - '/.oniro-ci/dco.yaml'
-    - '/.oniro-ci/reuse.yaml'
-    - '/.oniro-ci/build-generic.yaml'
-    - '/.oniro-ci/test-generic.yaml'
-    - '/.oniro-ci/machines-and-flavours.yaml'
- - template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
+  - project: 'eclipse/oniro-core/oniro'
+    file:
+      - '/.oniro-ci/dco.yaml'
+      - '/.oniro-ci/reuse.yaml'
+      - '/.oniro-ci/build-generic.yaml'
+      - '/.oniro-ci/test-generic.yaml'
+      - '/.oniro-ci/machines-and-flavours.yaml'
+  - template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
+  - project: 'eclipsefdn/it/releng/gitlab-ci-templates'
+    file: '/jobs/eca.gitlab-ci.yml'
 
 dco:
   extends: .dco
@@ -30,6 +32,9 @@ reuse:
   # it - it is a 3rd party fork. Let if fail for now.
   allow_failure: true
 
+eca:
+  extends: .eca
+
 # 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
 # incoming changes that match the repository holding this CI pipeline.
-- 
GitLab