potiuk opened a new pull request, #69337: URL: https://github.com/apache/airflow/pull/69337
Backport of #69113 to `v3-3-test`. The duration monitor flagged jobs by comparing a single nightly canary run against the median of the preceding runs, so any one slow run tripped the alert. This pins the monitor to green canary runs, compares the median of the last few runs against the baseline, and requires a larger absolute jump before flagging individual jobs. Cherry-picked cleanly from e99daee1. The `v3-3-test` copy of `scripts/ci/analyze_ci_job_durations.py` already supports `ONLY_SUCCESSFUL`, `LATEST_RUNS`, and `JOB_MIN_ABS_INCREASE_MINUTES` with matching defaults, so the workflow-only change is self-contained. closes: #69332 --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Claude Code (Opus 4.8) Generated-by: Claude Code (Opus 4.8) following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
