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

eladkal pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new f3ae6962dc5 Update release docs for bump min Airflow version for 
providers (#44953)
f3ae6962dc5 is described below

commit f3ae6962dc5f1262adf2e641fe002c7014d68b0c
Author: Elad Kalif <[email protected]>
AuthorDate: Mon Dec 16 13:48:21 2024 +0200

    Update release docs for bump min Airflow version for providers (#44953)
---
 contributing-docs/testing/unit_tests.rst                         | 4 ++--
 providers/src/airflow/providers/MANAGING_PROVIDERS_LIFECYCLE.rst | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/contributing-docs/testing/unit_tests.rst 
b/contributing-docs/testing/unit_tests.rst
index 9ad3d95d0dc..e3a9ba16a33 100644
--- a/contributing-docs/testing/unit_tests.rst
+++ b/contributing-docs/testing/unit_tests.rst
@@ -1029,7 +1029,7 @@ Our CI runs provider tests for providers with previous 
compatible airflow releas
 if the providers still work when installed for older airflow versions.
 
 The back-compatibility tests based on the configuration specified in the
-``BASE_PROVIDERS_COMPATIBILITY_CHECKS`` constant in the 
``./dev/breeze/src/airflow_breeze/global_constants.py``
+``PROVIDERS_COMPATIBILITY_TESTS_MATRIX`` constant in the 
``./dev/breeze/src/airflow_breeze/global_constants.py``
 file - where we specify:
 
 * Python version
@@ -1185,7 +1185,7 @@ Herr id how to reproduce it.
    breeze release-management generate-constraints --airflow-constraints-mode 
constraints-source-providers --answer yes
 
 4. Remove providers that are not compatible with Airflow version installed by 
default. You can look up
-   the incompatible providers in the ``BASE_PROVIDERS_COMPATIBILITY_CHECKS`` 
constant in the
+   the incompatible providers in the ``PROVIDERS_COMPATIBILITY_TESTS_MATRIX`` 
constant in the
    ``./dev/breeze/src/airflow_breeze/global_constants.py`` file.
 
 5. Enter breeze environment, installing selected airflow version and the 
provider packages prepared from main
diff --git a/providers/src/airflow/providers/MANAGING_PROVIDERS_LIFECYCLE.rst 
b/providers/src/airflow/providers/MANAGING_PROVIDERS_LIFECYCLE.rst
index 867f45edf9f..b5f918149eb 100644
--- a/providers/src/airflow/providers/MANAGING_PROVIDERS_LIFECYCLE.rst
+++ b/providers/src/airflow/providers/MANAGING_PROVIDERS_LIFECYCLE.rst
@@ -130,7 +130,7 @@ Add chicken-egg-provider to compatibility checks
 ................................................
 
 Providers that have "min-airflow-version" set to the new, upcoming versions 
should be excluded in
-all previous versions of compatibility check matrix in 
``BASE_PROVIDERS_COMPATIBILITY_CHECKS`` in
+all previous versions of compatibility check matrix in 
``PROVIDERS_COMPATIBILITY_TESTS_MATRIX`` in
 ``src/airflow_breeze/global_constants.py``. Please add it to all previous 
versions
 
 Add chicken-egg-provider to constraint generation

Reply via email to