You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2021/08/08 21:12:08 UTC

[airflow] branch main updated (ef1b124 -> d19e61a)

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

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


    from ef1b124  Use `dag_maker` fixture in models/test_taskinstance.py (#17425)
     add d19e61a  Improve breeze resource check (#17492)

No new revisions were added by this update.

Summary of changes:
 .../ci_test_examples_of_prod_image_building.sh     |  4 +-
 scripts/ci/libraries/_docker_engine_resources.sh   | 51 +++-------------
 scripts/ci/libraries/_parallel.sh                  |  4 +-
 scripts/ci/testing/ci_run_airflow_testing.sh       |  3 +-
 scripts/in_container/_in_container_utils.sh        |  1 -
 scripts/in_container/run_resource_check.sh         | 69 ++++++++++++++++++++++
 6 files changed, 79 insertions(+), 53 deletions(-)
 create mode 100755 scripts/in_container/run_resource_check.sh