The GitHub Actions job "Tests" on 
airflow.git/pin-k8s-test-images-against-dockerhub-ratelimit has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
55d04ae2a98f18fde21611a39623c970e82dc1b8 / Jarek Potiuk <[email protected]>
Fix expected_pod fixtures + changelog formatting + spelling

Three follow-ups to the original commit, surfaced by CI on
#66423:

1. The dict-literal `image` keys in `expected_pod` fixtures inside
   `kubernetes-tests/tests/kubernetes_tests/test_kubernetes_pod_operator.py`
   still pointed at the bare names (`"ubuntu"`, `"alpine"`) — only
   the kwarg-style `image=` references were caught by the original
   sed. Pinned them to match the new defaults. Without this, every
   pod-spec equality assertion against `self.expected_pod` failed
   on Python 3.10 K8s system tests.

2. The cncf.kubernetes changelog note used a level-3 `~~~` heading
   directly under `Changelog ---`, which (a) shifted the entire
   version-section hierarchy and produced ~700 cascading docs-build
   errors, and (b) was 1 char short of the title length triggering
   a `Title underline too short` warning. Replaced the heading with
   a bold-led paragraph — same content, no hierarchy disruption.

3. `kubelet` was missing from `docs/spelling_wordlist.txt`, so the
   sphinx spellcheck flagged it in the new note.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to