eladkal commented on code in PR #30825: URL: https://github.com/apache/airflow/pull/30825#discussion_r1174664522
########## dev/breeze/SELECTIVE_CHECKS.md: ########## @@ -103,51 +103,57 @@ The logic implements the following rules: * if `Image building` is disabled, only basic pre-commits are enabled - no 'image-depending` pre-commits are enabled. * If there are some setup files changed, `upgrade to newer dependencies` is enabled. +* If docs are build, the `docs-filter` will determine which docs packages to build. This is based on + several criteria: if any of the airflow core, charts, docker-stack, providers files or docs have changed, Review Comment: We may have cross refence between peoviders. For example amazon provider uses common.sql example dags as part of doc build. ########## dev/breeze/SELECTIVE_CHECKS.md: ########## @@ -103,51 +103,57 @@ The logic implements the following rules: * if `Image building` is disabled, only basic pre-commits are enabled - no 'image-depending` pre-commits are enabled. * If there are some setup files changed, `upgrade to newer dependencies` is enabled. +* If docs are build, the `docs-filter` will determine which docs packages to build. This is based on + several criteria: if any of the airflow core, charts, docker-stack, providers files or docs have changed, Review Comment: We may have cross refence between providers. For example amazon provider uses common.sql example dags as part of doc build. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
