You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Owen Nichols (Jira)" <ji...@apache.org> on 2021/10/23 16:44:00 UTC

[jira] [Commented] (GEODE-9766) Do not trigger CI for changes in CODEWATCHERS file

    [ https://issues.apache.org/jira/browse/GEODE-9766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17433314#comment-17433314 ] 

Owen Nichols commented on GEODE-9766:
-------------------------------------

I agree, PR checks should be skipped for changes to these two files.  In the main pipeline they are already skipped by [https://github.com/apache/geode/blob/develop/ci/pipelines/geode-build/jinja.template.yml#L167-L168]

But in the PR pipeline, the current method of skipping assumed only *directories* would be skipped, so it will take a tiny bit more rework to skip top-level files: [https://github.com/apache/geode/blob/develop/ci/scripts/shared_utilities.sh#L81] 

> Do not trigger CI for changes in CODEWATCHERS file
> --------------------------------------------------
>
>                 Key: GEODE-9766
>                 URL: https://issues.apache.org/jira/browse/GEODE-9766
>             Project: Geode
>          Issue Type: Improvement
>          Components: ci
>            Reporter: Alberto Bustamante Reyes
>            Priority: Major
>
> Modifications in CODEWATCHERS file do not require to run CI tasks, it is a waste of resources to do it.
> Also it should be verified if this is currently happening the same for changes in CODEOWNERS file.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)