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

potiuk pushed a change to branch backport-36356cc-v3-2-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 894546d6359 [v3-2-test] Don't force the full test matrix for large 
test/docs-only PRs (#68059)
     add 9db4e423b00 Bump aws-actions/configure-aws-credentials (#68090)
     add 41c49e23904 [v3-2-test] fix: guard the to.finish stats emission 
(#67955) (#68099)
     add 4af2a3a49e1 [v3-2-test] Only force the full test matrix on API changes 
when the contract changes (#68060) (#68084)
     add ab00e0bc79c Revert "[v3-2-test] Fix CI/CD running full matrix on push 
to release branches (v3-X-test) (#68056)" (#68121)
     add c22c8c454ba [v3-2-test] Exclude auto-generated REST API reference from 
docs spell-check (#68114) (#68119)
     add 8130d247a5c [v3-2-test] Fix LatestBoto CI test stuck at boto3 1.38.2 
(below provider minimum) (#68122) (#68128)
     add 8215eb13963 [v3-2-test] Don't force the full test matrix for large 
test/docs-only PRs (#68059)

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   (894546d6359)
            \
             N -- N -- N   refs/heads/backport-36356cc-v3-2-test (8215eb13963)

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/ci-image-checks.yml              |   2 +-
 .github/workflows/publish-docs-to-s3.yml           |   2 +-
 .github/workflows/registry-backfill.yml            |   4 +-
 .github/workflows/registry-build.yml               |   2 +-
 Dockerfile.ci                                      |   6 +-
 airflow-core/docs/conf.py                          |   6 +-
 .../src/airflow_breeze/utils/selective_checks.py   |  19 +-
 dev/breeze/tests/test_selective_checks.py          | 215 ++++++++++++---------
 scripts/docker/entrypoint_ci.sh                    |   6 +-
 .../src/airflow/sdk/execution_time/task_runner.py  |  19 +-
 .../task_sdk/execution_time/test_task_runner.py    |  37 ++++
 11 files changed, 199 insertions(+), 119 deletions(-)

Reply via email to