This is an automated email from the ASF dual-hosted git repository.

pierrejeambrun pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 3adaa9b34e AWS system tests selective log purge (#28819)
     add 65010fda09 Fix for LocalKubernetesExecutor scheduler is not serving 
logs (#28638)

No new revisions were added by this update.

Summary of changes:
 airflow/cli/commands/scheduler_command.py          | 2 +-
 airflow/executors/base_executor.py                 | 2 ++
 airflow/executors/celery_kubernetes_executor.py    | 2 ++
 airflow/executors/local_executor.py                | 2 ++
 airflow/executors/local_kubernetes_executor.py     | 2 ++
 airflow/executors/sequential_executor.py           | 2 ++
 tests/cli/commands/test_scheduler_command.py       | 1 +
 tests/executors/test_base_executor.py              | 4 ++++
 tests/executors/test_celery_kubernetes_executor.py | 3 +++
 tests/executors/test_local_executor.py             | 3 +++
 tests/executors/test_local_kubernetes_executor.py  | 3 +++
 tests/executors/test_sequential_executor.py        | 3 +++
 12 files changed, 28 insertions(+), 1 deletion(-)

Reply via email to