You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Matthias Pohl (Jira)" <ji...@apache.org> on 2024/01/30 14:54:00 UTC

[jira] [Closed] (FLINK-33909) Custom Action: Select the right branch and commit hash

     [ https://issues.apache.org/jira/browse/FLINK-33909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Pohl closed FLINK-33909.
---------------------------------
    Resolution: Won't Fix

This issue is resolved in FLINK-33914

> Custom Action: Select the right branch and commit hash
> ------------------------------------------------------
>
>                 Key: FLINK-33909
>                 URL: https://issues.apache.org/jira/browse/FLINK-33909
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Build System / CI
>    Affects Versions: 1.19.0
>            Reporter: Matthias Pohl
>            Assignee: Matthias Pohl
>            Priority: Major
>              Labels: github-actions, pull-request-available
>
> For nightly builds, we want to select the release branches dynamically (rather than using the automatic selection through GHA schedule). We want to do this dynamically because the GHA feature for branch selection seems to be kind of limited right now, e.g.:
>  * Don't run a branch that hasn't have any changes in the past 1 day (or any other time period)
>  * Run only the most-recent release branches and ignore older release branches (similar to what we're doing in [flink-ci/git-repo-sync:sync_repo.sh|https://github.com/flink-ci/git-repo-sync/blob/master/sync_repo.sh#L28] right now)
> A custom action that selects the branch and commit hash enables us to overwrite this setting.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)