From 940f44cb05d6741c827bc55ff54431d60df7b061 Mon Sep 17 00:00:00 2001 From: "sebastien.heurtematte" <sebastien.heurtematte@eclipse-foundation.org> Date: Fri, 4 Nov 2022 14:10:15 +0100 Subject: [PATCH] ci: add eca check. related to https://gitlab.eclipse.org/eclipse-wg/oniro-wg/products-services-oniro-wg/it-services-oniro-wg/pipelines-architecture-oniro-wg/-/issues/55 Signed-off-by: sebastien.heurtematte <sebastien.heurtematte@eclipse-foundation.org> --- .gitlab-ci.yml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b8fd10e..13d8f91 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,11 +8,13 @@ stages: - deploy include: - - project: eclipse/oniro-core/oniro - ref: kirkstone - file: - - .oniro-ci/dco.yaml - - .oniro-ci/reuse.yaml + - project: eclipse/oniro-core/oniro + ref: kirkstone + file: + - .oniro-ci/dco.yaml + - .oniro-ci/reuse.yaml + - project: 'eclipsefdn/it/releng/gitlab-ci-templates' + file: '/jobs/eca.gitlab-ci.yml' dco: extends: .dco @@ -25,7 +27,9 @@ reuse: rules: - if: '$CI_PIPELINE_SOURCE == "merge_request_event"' - +eca: + extends: .eca + # Naming scheme for variables is defined as follows: # # CI_ONIRO_*: -- GitLab