Purushottam Sinha created FLINK-40718:
-----------------------------------------
Summary: Do not run weekly if there is no new commits since the
last green run
Key: FLINK-40718
URL: https://issues.apache.org/jira/browse/FLINK-40718
Project: Flink
Issue Type: Improvement
Components: Connectors / MongoDB
Reporter: Purushottam Sinha
This was already done for the Flink main repo, and for
flink-connector-opensearch (FLINK-40711 / PR #77). We need the same for
flink-connector-mongodb: Apache Infra has complained about connector CI
resource usage, and this connector's weekly.yml re-runs its full
fixed-Flink-version matrix every week even when nothing changed and the last
run was green.
Port the same {{weekly-trigger.yml}} pattern: split {{weekly.yml}} into a
snapshot job (always runs, since snapshot Flink versions change upstream
regardless of connector commits) and a fixed-version job (only runs on new
commits to a watched branch or a non-green previous run).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)