You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ke...@apache.org on 2020/05/29 00:43:56 UTC

[airflow] branch master updated (e4d811d -> decf7e8)

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

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


    from e4d811d  Use production image for k8s tests (#9038)
     add decf7e8  Profile hostname for celery executor (#8624)

No new revisions were added by this update.

Summary of changes:
 airflow/executors/base_executor.py             | 25 ++++++----
 airflow/executors/celery_executor.py           | 68 ++++++++++++++------------
 airflow/executors/debug_executor.py            |  4 +-
 airflow/executors/kubernetes_executor.py       |  2 +-
 airflow/jobs/backfill_job.py                   |  5 +-
 airflow/jobs/scheduler_job.py                  |  9 ++--
 scripts/perf/scheduler_dag_execution_timing.py |  4 +-
 tests/executors/test_base_executor.py          |  6 +--
 tests/executors/test_celery_executor.py        | 12 +++--
 tests/executors/test_kubernetes_executor.py    | 10 ++--
 tests/executors/test_local_executor.py         |  4 +-
 tests/jobs/test_backfill_job.py                |  4 +-
 tests/jobs/test_scheduler_job.py               |  8 +--
 tests/test_utils/mock_executor.py              |  6 +--
 14 files changed, 93 insertions(+), 74 deletions(-)