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

potiuk pushed a change to branch restore-test-airflow-release-commands
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard a43ef41370 Bring back release airflow command to be run in canary build
     add 4d606813a6 Do not use cache to install breeze (#38491)
     add 067fedbb99 Add the deferrable mode to RunPipelineJobOperator (#37969)
     add 6dd8b4dc76 Run special tests only in canary-runs and when we upgrade 
deps (#38488)
     add 24995e87c0 Suppress error if no tests collected in pydantic special 
Tests (#38470)
     add ade3481ec5 Resolve `PT012` in k8s tests (#38485)
     add ba593f9cff Fix missing input in special tests (#38492)
     add 51f5537b19 Remove verbosity from cleaning up airflow package in image 
build (#38490)
     add bbd2ccdbb2 Bring back release airflow command to be run in canary build

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   (a43ef41370)
            \
             N -- N -- N   refs/heads/restore-test-airflow-release-commands 
(bbd2ccdbb2)

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                  |   9 -
 .github/workflows/ci.yml                           |   2 +
 .github/workflows/special-tests.yml                |  16 ++
 Dockerfile                                         |   4 +-
 Dockerfile.ci                                      |   4 +-
 .../hooks/vertex_ai/hyperparameter_tuning_job.py   |   3 +-
 .../google/cloud/hooks/vertex_ai/pipeline_job.py   | 242 ++++++++++++++++++++-
 .../cloud/operators/vertex_ai/pipeline_job.py      |  68 ++++--
 .../providers/google/cloud/triggers/vertex_ai.py   |  33 ++-
 .../commands/minor_release_command.py              |  16 +-
 .../airflow_breeze/commands/testing_commands.py    |   5 +
 hatch_build.py                                     |   1 +
 kubernetes_tests/test_kubernetes_pod_operator.py   |  20 +-
 pyproject.toml                                     |   2 +-
 scripts/ci/install_breeze.sh                       |   2 +-
 ...install_airflow_dependencies_from_branch_tip.sh |   4 +-
 .../cloud/hooks/vertex_ai/test_pipeline_job.py     | 115 ++++++++++
 .../google/cloud/operators/test_vertex_ai.py       |  68 +++++-
 .../google/cloud/triggers/test_vertex_ai.py        | 200 ++++++++++++++++-
 19 files changed, 743 insertions(+), 71 deletions(-)

Reply via email to