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

shahar pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-1-test by this push:
     new a95bc578d2c [v3-1-test] Fix compatibility test uri hint (#59788) 
(#59790)
a95bc578d2c is described below

commit a95bc578d2c20559f94ba358513251d1b40da833
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 24 22:12:30 2025 +0200

    [v3-1-test] Fix compatibility test uri hint (#59788) (#59790)
    
    (cherry picked from commit 9045538d28103d5cdd874b05c23a8967a39c6c4c)
    
    Co-authored-by: Jason(Zhe-You) Liu 
<[email protected]>
---
 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