This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch fix-missing-condition-on-image-push
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit b5e51f0061 Fix wrong & push condition on building CI image
add a0dd026fd4 Add missing condition in PROD image build (#38228)
add 8ae9331b49 Remove breeze-python-version input and propagating it
everywhere (#38227)
add 65acde9ad5 Fix wrong & push condition on building CI image
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 (b5e51f0061)
\
N -- N -- N refs/heads/fix-missing-condition-on-image-push
(65acde9ad5)
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/actions/breeze/action.yml | 7 ++++--
.../actions/prepare_breeze_and_image/action.yml | 5 ----
...e-tests.yml => additional-prod-image-tests.yml} | 7 ------
.github/workflows/basic-tests.yml | 9 +------
.github/workflows/build-images.yml | 7 ------
.github/workflows/check-providers.yml | 11 ---------
.github/workflows/ci-image-build.yml | 7 ------
.github/workflows/ci.yml | 28 ++++------------------
.github/workflows/early-image-checks.yml | 12 +++-------
.github/workflows/finalize-tests.yml | 6 -----
.github/workflows/helm-tests.yml | 9 -------
.github/workflows/k8s-tests.yml | 7 ------
.github/workflows/mypy.yml | 7 ------
.github/workflows/prod-image-build.yml | 8 +------
.github/workflows/prod-image-extra-checks.yml | 8 -------
.github/workflows/push-image-cache.yml | 7 ------
.github/workflows/run-unit-tests.yml | 7 ------
.github/workflows/special-tests.yml | 13 ----------
18 files changed, 14 insertions(+), 151 deletions(-)
rename .github/workflows/{all-prod-image-tests.yml =>
additional-prod-image-tests.yml} (95%)