You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by gi...@apache.org on 2020/05/28 02:50:26 UTC

[airflow] tag nightly-master updated (0b0e4f7 -> 7386670)

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

github-bot pushed a change to tag nightly-master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


*** WARNING: tag nightly-master was modified! ***

    from 0b0e4f7  (commit)
      to 7386670  (commit)
    from 0b0e4f7  Preparing for RC3 relase of backports (#9026)
     add 6fc555d  Add ADDITIONAL_PYTHON_DEPS (#9031)
     add 5a7a3d1  Add ADDITIONAL_AIRFLOW_EXTRAS (#9032)
     add 30b12a9  Filter dags by clicking on tag (#8897)
     add 8ac90b0  [AIRFLOW-5615] Reduce duplicated logic around job heartbeating (#6311)
     add 7386670  Additional python extras and deps can be set in breeze (#9035)

No new revisions were added by this update.

Summary of changes:
 BREEZE.rst                                         | 12 +++++++
 Dockerfile                                         | 10 +++++-
 Dockerfile.ci                                      |  3 +-
 IMAGES.rst                                         | 23 +++++++++++++
 airflow/jobs/base_job.py                           | 15 +++++++--
 airflow/jobs/scheduler_job.py                      | 10 +-----
 airflow/www/templates/airflow/dags.html            |  6 +++-
 breeze                                             | 14 ++++++++
 breeze-complete                                    |  1 +
 scripts/ci/_utils.sh                               | 12 ++++++-
 .../kubernetes/docker/rebuild_airflow_image.sh     |  2 ++
 tests/conftest.py                                  | 38 ++++++++++++++++++++++
 tests/jobs/test_base_job.py                        | 21 +++++++++++-
 13 files changed, 150 insertions(+), 17 deletions(-)