The GitHub Actions job "Tests" on airflow.git has failed. Run started by GitHub user jedcunningham (triggered by jedcunningham).
Head commit for run: dc1de2054e6830ab665a75baf0b1ff794c3644f7 / Jed Cunningham <[email protected]> Only patch single label when adopting pod When KubernetesExecutor adopts pods, it was patching the pod with the pod it retrieved from the k8s api, while just updating a single label. Normally this works just fine, but there are cases where the pod you pull from the k8s api can't be used as-is when patching - it results in a 422 `Forbidden: pod updates may not change fields other than ...`. Instead we now just pass the single label we need to update to patch, allowing us to avoid accidentally "updating" other fields. Closes #24015 Report URL: https://github.com/apache/airflow/actions/runs/3859300739 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
