This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch extract-build-images-to-composite-actions
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit 67abc6b1f4 Extract Build images to composite actions
omit 1bad08162e Extract tests to composite actions in CI
add 3cb805fd8f Extract tests to composite actions in CI
add a8324460b6 Extract Build images to composite actions
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 (67abc6b1f4)
\
N -- N -- N refs/heads/extract-build-images-to-composite-actions
(a8324460b6)
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/build-ci-images/action.yml | 6 +-
.github/actions/build-prod-images/action.yml | 2 +-
.../actions/migration_tests/action.yml | 39 +--
.../actions/post_tests/action.yml | 47 ++-
.../actions/prepare_tests/action.yml | 23 +-
.github/actions/tests/action.yml | 100 ------
.github/workflows/build-images.yml | 7 +-
.github/workflows/ci.yml | 346 ++++++++++-----------
8 files changed, 237 insertions(+), 333 deletions(-)
copy .gitpod.yml => .github/actions/migration_tests/action.yml (56%)
copy scripts/ci/images/ci_stop_arm_instance.sh =>
.github/actions/post_tests/action.yml (50%)
mode change 100755 => 100644
copy .readthedocs.yml => .github/actions/prepare_tests/action.yml (70%)
delete mode 100644 .github/actions/tests/action.yml