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/05 14:11:20 UTC

[airflow] branch main updated (61b29d7 -> e374fae)

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 61b29d7  Don't import Celery or Kubernetes at top level of CLI parser (#20675)
     add e374fae  Revert "[New] - Ci free space python (#20200)" (#20684)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/build-images.yml                 |  14 +--
 .github/workflows/ci.yml                           | 135 ++++-----------------
 dev/breeze/setup.cfg                               |   1 -
 .../breeze/src/airflow_breeze/ci}/__init__.py      |   0
 dev/breeze/src/airflow_ci/__init__.py              |  16 ---
 dev/breeze/src/airflow_ci/freespace.py             |  69 -----------
 .../ui_lint.sh => tools/free_space.sh}             |  23 ++--
 7 files changed, 40 insertions(+), 218 deletions(-)
 copy {tests/timetables => dev/breeze/src/airflow_breeze/ci}/__init__.py (100%)
 delete mode 100644 dev/breeze/src/airflow_ci/__init__.py
 delete mode 100755 dev/breeze/src/airflow_ci/freespace.py
 copy scripts/ci/{static_checks/ui_lint.sh => tools/free_space.sh} (67%)