This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch split-tests-to-core-providers-task-sdk
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 99433b4b46a Split tests to core/providers/task-sdk/integration/system
add a7137d7d5cb Stop passing "context" dict in OTel traces (#43991)
add edcb48a5f91 Fix parsing of development dependencies for airflow
version (#43995)
add e7a0dddc09c Limit temporarily aiohttp to < 3.11.0 (#44006)
add d839b724109 Split tests to core/providers/task-sdk/integration/system
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 (99433b4b46a)
\
N -- N -- N refs/heads/split-tests-to-core-providers-task-sdk
(d839b724109)
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.yml | 126 ++++++++++-----------
.github/workflows/run-unit-tests.yml | 2 +-
airflow/models/taskinstance.py | 1 -
dev/breeze/src/airflow_breeze/utils/run_tests.py | 4 +-
docs/conf.py | 1 +
generated/provider_dependencies.json | 2 +-
providers/src/airflow/providers/http/provider.yaml | 3 +-
.../ci/testing/run_integration_tests_with_retry.sh | 2 +-
scripts/in_container/install_devel_deps.py | 3 +-
9 files changed, 73 insertions(+), 71 deletions(-)