You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by tu...@apache.org on 2020/11/13 13:39:34 UTC

[airflow] branch master updated (7c4fe19 -> 1222ebd)

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

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


    from 7c4fe19  For v1-10-test PRs and pushes, use target branch scripts for images (#12339)
     add 1222ebd  Create DAG-level cluster policy (#12184)

No new revisions were added by this update.

Summary of changes:
 UPDATING.md                                        |   8 ++
 airflow/models/dagbag.py                           |   5 +-
 airflow/settings.py                                |  46 ++++++++-
 docs/concepts.rst                                  | 108 ++++++++++-----------
 tests/cluster_policies/__init__.py                 |  34 +++++++
 ..._double_trigger.py => test_dag_with_no_tags.py} |  12 +--
 tests/models/test_dagbag.py                        |  22 +++--
 7 files changed, 162 insertions(+), 73 deletions(-)
 copy tests/dags/{test_double_trigger.py => test_dag_with_no_tags.py} (80%)