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

kaxilnaik 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 9045538d281 Fix compatibility test uri hint (#59788)
9045538d281 is described below

commit 9045538d28103d5cdd874b05c23a8967a39c6c4c
Author: Jason(Zhe-You) Liu <[email protected]>
AuthorDate: Wed Dec 24 21:33:43 2025 +0800

    Fix compatibility test uri hint (#59788)
---
 scripts/in_container/run_ci_tests.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/in_container/run_ci_tests.sh 
b/scripts/in_container/run_ci_tests.sh
index 1774aef9eeb..9bb1d149cf5 100755
--- a/scripts/in_container/run_ci_tests.sh
+++ b/scripts/in_container/run_ci_tests.sh
@@ -64,7 +64,7 @@ if [[ ${CI:="false"} == "true" && ${RES} != "0" && 
${USE_AIRFLOW_VERSION=} != ""
     echo "${COLOR_YELLOW}Failing compatibility test of providers for for 
${USE_AIRFLOW_VERSION} Airflow and you need to make sure it passes for it as 
well or deal with compatibility.${COLOR_RESET}"
     echo
     echo "${COLOR_BLUE}Read more on how to run the test locally and how to 
deal with Provider's compatibility with older Airflow versions 
at:${COLOR_RESET}"
-    echo 
"https://github.com/apache/airflow/blob/main/contributing-docs/testing/unit_tests.rst#running-provider-compatibility-tests";
+    echo 
"https://github.com/apache/airflow/blob/main/contributing-docs/testing/unit_tests.rst#compatibility-provider-unit-tests-against-older-airflow-releases";
     echo
 fi
 

Reply via email to