You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by as...@apache.org on 2020/05/27 11:18:54 UTC

[airflow] branch master updated (30b12a9 -> 8ac90b0)

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

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


    from 30b12a9  Filter dags by clicking on tag (#8897)
     add 8ac90b0  [AIRFLOW-5615] Reduce duplicated logic around job heartbeating (#6311)

No new revisions were added by this update.

Summary of changes:
 airflow/jobs/base_job.py      | 15 ++++++++++++---
 airflow/jobs/scheduler_job.py | 10 +---------
 tests/conftest.py             | 38 ++++++++++++++++++++++++++++++++++++++
 tests/jobs/test_base_job.py   | 21 ++++++++++++++++++++-
 4 files changed, 71 insertions(+), 13 deletions(-)