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/04/21 20:55:08 UTC

[airflow] branch move-package-preparation-to-new-breeze updated (658c223b9c -> 5a578e4f75)

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

potiuk pushed a change to branch move-package-preparation-to-new-breeze
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 658c223b9c Use new Breese for building, pulling and verifying the images.
     add 5a578e4f75 Use new Breese for building, pulling and verifying the images.

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (658c223b9c)
            \
             N -- N -- N   refs/heads/move-package-preparation-to-new-breeze (5a578e4f75)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/build-images.yml                 | 29 +++++++++++++---------
 .github/workflows/ci.yml                           | 29 ++++++++++++++--------
 dev/breeze/src/airflow_breeze/breeze.py            |  1 +
 .../build_image/ci/build_ci_params.py              |  2 +-
 .../build_image/prod/build_prod_params.py          |  2 +-
 .../in_container/run_prepare_airflow_packages.sh   | 10 --------
 6 files changed, 39 insertions(+), 34 deletions(-)