From 1fcb30b49b2786e2fbbd2142c9a3f37ae8ae2490 Mon Sep 17 00:00:00 2001
From: "sebastien.heurtematte" <sebastien.heurtematte@eclipse-foundation.org>
Date: Fri, 4 Nov 2022 14:36:43 +0100
Subject: [PATCH] feat: 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 | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 61fd808f..bdffda78 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,15 +25,20 @@ stages:
   - deploy
 
 include:
- - local: '/.oniro-ci/build-generic.yaml'
- - local: '/.oniro-ci/test-generic.yaml'
- - local: '/.oniro-ci/machines-and-flavours.yaml'
- - local: '/.oniro-ci/dco.yaml'
- - template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
+  - local: '/.oniro-ci/build-generic.yaml'
+  - local: '/.oniro-ci/test-generic.yaml'
+  - local: '/.oniro-ci/machines-and-flavours.yaml'
+  - local: '/.oniro-ci/dco.yaml'
+  - template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
+  - project: 'eclipsefdn/it/releng/gitlab-ci-templates'
+    file: '/jobs/eca.gitlab-ci.yml'
 
 dco:
   extends: .dco
 
+eca:
+  extends: .eca
+  
 build-docs:
   extends: .build-docs
 
-- 
GitLab