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 2022/01/20 17:48:41 UTC

[airflow] branch main updated (ddb3f52 -> 8ff5fe2)

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 ddb3f52  Fixing MyPy issue inside tests providers microsoft wasb systems (#20967)
     add 8ff5fe2  Verify enough resources for Docker (#20957)

No new revisions were added by this update.

Summary of changes:
 scripts/ci/libraries/_docker_engine_resources.sh |   2 +-
 scripts/in_container/run_resource_check.py       | 106 +++++++++++++++++++++++
 scripts/in_container/run_resource_check.sh       |  69 ---------------
 3 files changed, 107 insertions(+), 70 deletions(-)
 create mode 100644 scripts/in_container/run_resource_check.py
 delete mode 100755 scripts/in_container/run_resource_check.sh