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/18 13:08:49 UTC

[airflow] branch main updated (2c84067 -> 00fbefe)

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 2c84067  Rewrite the task decorator as a composition (#20868)
     add 00fbefe  Check free space python version for Breeze2 (#20701)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/build-images.yml                 |  16 ++-
 .github/workflows/ci.yml                           | 114 +++++++++++++++------
 dev/breeze/setup.cfg                               |   1 +
 .../breeze/src/airflow_ci}/__init__.py             |   0
 dev/breeze/src/airflow_ci/freespace.py             |  72 +++++++++++++
 scripts/ci/tools/free_space.sh                     |  36 -------
 6 files changed, 171 insertions(+), 68 deletions(-)
 copy {tests/timetables => dev/breeze/src/airflow_ci}/__init__.py (100%)
 create mode 100755 dev/breeze/src/airflow_ci/freespace.py
 delete mode 100755 scripts/ci/tools/free_space.sh