The GitHub Actions job "Tests (AMD)" on 
airflow.git/fix-deadline-nullable-interval-ui has failed.
Run started by GitHub user shahar1 (triggered by shahar1).

Head commit for run:
8bfab471137abe82eeceaf01e4f081925445ed88 / Shahar Epstein 
<[email protected]>
Regenerate UI client and fix deadline alerts with no fixed interval

The deadline-alert response now reports a null interval when the alert
has no fixed number of seconds, but the committed TypeScript client
still described it as a required number. That stale client hid a real
type error in every component rendering the completion rule, so
`ts-compile-lint-ui` fails on a clean checkout and blocks unrelated PRs.

The null is wrong on screen today as well: dayjs humanizes it as "a few
seconds", so such an alert claims the run must complete within a few
seconds of its reference point. There is no duration to name there, so
the rule now names the reference point alone. English is the source and
fallback locale, so the wording is added there alone and the other
locales fall back to it until translated.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to