The GitHub Actions job "Tests (AMD)" on 
airflow.git/fix-lang-sdk-k8s-auth-manager has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
aafae8ba0ab537fc0f63918aec6fb02223956004 / Jarek Potiuk <[email protected]>
Fix lang-SDK KubernetesExecutor system test reverting api-server auth manager

The lang-SDK coordinator system test provisioning helm-upgrades the
already-deployed Airflow release with only the lang-SDK values file. Because
the upgrade did not reuse the release's existing values, Helm re-rendered from
chart defaults and discarded the base deploy's --set overrides -- including
config.core.auth_manager, which the base deploy sets to SimpleAuthManager on
Python 3.13 (FAB does not support 3.13). The api-server then came back up on
the chart-default FabAuthManager and never wrote
simple_auth_manager_passwords.json.generated, so every API-login test in the
KubernetesExecutor-3.13 variant errored with FileNotFoundError while fetching
the generated admin password.

Reuse the existing release's values on the lang-SDK upgrade so the overrides
layer on top and the auth manager (and the rest of the base configuration)
stays intact.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to