The GitHub Actions job "Tests (AMD)" on airflow.git/backport-bfba4eb-v3-3-test has succeeded. Run started by GitHub user jason810496 (triggered by jason810496).
Head commit for run: 0a3f5abae16e97e8d1a03386e3dfdf656a8887ed / Jarek Potiuk <[email protected]> [v3-3-test] Fix lang-SDK KubernetesExecutor system test reverting api-server auth manager (#69221) 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. (cherry picked from commit bfba4eb) Co-authored-by: Jarek Potiuk <[email protected]> Report URL: https://github.com/apache/airflow/actions/runs/28874213118 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
