[
https://issues.apache.org/jira/browse/GEODE-8406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17173255#comment-17173255
]
ASF subversion and git services commented on GEODE-8406:
--------------------------------------------------------
Commit fbcf0c6670a41c9ca255970a504fe0a27bd9fe43 in geode's branch
refs/heads/develop from Robert Houghton
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=fbcf0c6 ]
GEODE-8406: Enable early-return in CI scripts for CI-only changes (#5427)
Creates a function that tests the code changes to be:
1) From a pull request in Geode
2) Those changes are more than ci, geode-book, geode-docs
ie: code changes, not non-testable changes
* it is the caller's responsibility to ensure the cwd is the Geode repo
> enable early-return for CI only changes in Geode Concourse
> ----------------------------------------------------------
>
> Key: GEODE-8406
> URL: https://issues.apache.org/jira/browse/GEODE-8406
> Project: Geode
> Issue Type: Improvement
> Components: ci
> Reporter: Robert Houghton
> Priority: Major
> Labels: pull-request-available
>
> The Geode Concourse PR pipeline pulls the _ci_ scripts from upstream, not the
> code under test. Ergo, CI changes are untestable by the main CI itself, and
> running the PR jobs is useless, and costly.
> GitHub does not allow granular control of what directories require a _status_
> to allow merging, so our solution is to short circuit the work for CI-only
> PRs, allowing the status to be set.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)