The GitHub Actions job "Tests (AMD)" on 
airflow.git/ci-duration-alert-reduce-noise has succeeded.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
7252b100fddeb53f89bcde72ad92b70c7f40d46a / Jarek Potiuk <[email protected]>
Reduce noise in the daily CI duration trend alert

The duration monitor flagged jobs by comparing a single nightly canary run
against the median of the preceding runs, so any one slow run — slow PyPI,
runner queue pressure, a cold cache — tripped the alert. Because a different
run was "latest" each day, a different set of jobs was flagged each day, and
network-bound constraint-resolution jobs that legitimately swing tens of
minutes dominated nearly every alert. The result was a near-daily alert whose
contents swung wildly and carried little signal.

Compare the median of the last few nightly runs against the baseline so the
two sides are symmetric and one unlucky run no longer trips it, and require a
larger absolute jump before flagging individual jobs.

Report URL: https://github.com/apache/airflow/actions/runs/28353885465

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to