You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2024/02/12 23:22:39 UTC

(airflow) 03/23: Remove validate-operators-init from v2-* static check branches (#37238)

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

potiuk pushed a commit to branch v2-8-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 0fce4117c8435dc5e8be7107f3589dbb1482d355
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Thu Feb 8 09:51:21 2024 +0100

    Remove validate-operators-init from v2-* static check branches (#37238)
    
    In v2-7* branches we usually don't cherry-pick provider changes and
    we generally skip all the provider-related static checks and tests.
    
    (cherry picked from commit 53185aba1a1a0475c4cb537560e0ca5d3983644f)
---
 dev/breeze/src/airflow_breeze/utils/selective_checks.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev/breeze/src/airflow_breeze/utils/selective_checks.py b/dev/breeze/src/airflow_breeze/utils/selective_checks.py
index 394774a4b1..ea2667f07c 100644
--- a/dev/breeze/src/airflow_breeze/utils/selective_checks.py
+++ b/dev/breeze/src/airflow_breeze/utils/selective_checks.py
@@ -877,6 +877,7 @@ class SelectiveChecks:
                     "check-provider-yaml-valid",
                     "validate-operators-init",
                     "lint-helm-chart",
+                    "validate-operators-init",
                 )
             )