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

Head commit for run:
f1fee4bfd15c3a1fc011923425121c492a56b29e / Jarek Potiuk <[email protected]>
Add CI duration trend monitor to warn on slow main builds

Adds an automated warning when CI run times on `main` creep above the
recent trend, so slowdowns are caught early instead of at the timeout
cliff (as recently happened with the MySQL tests).

A daily scheduled workflow runs a new analysis script that fetches the
recent `schedule`-event runs of `ci-amd.yml` on `main` (the post-merge
canaries), computes the wall-clock duration of each run and each job,
and compares the latest run against a robust median baseline of the
preceding runs. A regression is only flagged when the increase clears
both a relative threshold (default +25%) and an absolute floor, so
short, noisy jobs do not raise spurious alerts. When a regression is
detected it posts to the internal-airflow-ci-cd Slack channel; otherwise
it stays quiet.

Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>

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

With regards,
GitHub Actions via GitBox


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

Reply via email to