From 80b9bc89a5e7a42b201b2f9c16aa37c973ebfac3 Mon Sep 17 00:00:00 2001 From: Pavel Zhukov <pavel.zhukov@huawei.com> Date: Thu, 30 Jun 2022 11:10:25 +0200 Subject: [PATCH] Re-nables rules to not build changes in conf This reverts commit 6fcfe40192db910f6ae9cca51d4e9a91ad8b9868. --- .gitlab-ci.yml | 8 ++++++++ CONTRIBUTING.md | 1 + 2 files changed, 9 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 182e3136..c79feaf0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -71,6 +71,14 @@ aggregate-docs: CI_ONIRO_MANIFEST_URL: "$CI_MERGE_REQUEST_SOURCE_PROJECT_URL" CI_ONIRO_MANIFEST_BRANCH: "$CI_COMMIT_REF_NAME" - if: '$CI_PIPELINE_SOURCE == "merge_request_event"' + changes: + - assets/**/* + - flavours/**/* + - manifests/*.xml + - meta-*/**/* + - .oniro-ci/* + - .gitlab-ci.yml + when: on_success # When building a merge request substitute the CI_ONIRO_MANIFEST_URL to point # to the incoming repository, and CI_ONIRO_MANIFEST_BRANCH, to the right # branch name. This allows testing the changes coming into project. This diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 98e76954..e783896f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -224,6 +224,7 @@ Before your contribution can be accepted by the project team, contributors must Commits that are provided by non-committers must have a Signed-off-by field in the footer indicating that the author is aware of the terms by which the contribution has been provided to the project. The non-committer must additionally have an Eclipse Foundation account and must have a signed Eclipse Contributor Agreement (ECA) on file. +test For more information, please see the [Eclipse Committer Handbook](https://www.eclipse.org/projects/handbook/#resources-commit) -- GitLab