You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by el...@apache.org on 2023/03/07 15:01:47 UTC

[airflow] branch main updated: Add system tests paths to bot labeling (#29952)

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 c95184e8bc Add system tests paths to bot labeling (#29952)
c95184e8bc is described below

commit c95184e8bc0f974ea8d2d51cbe3ca67e5f4516ac
Author: eladkal <45...@users.noreply.github.com>
AuthorDate: Tue Mar 7 17:01:35 2023 +0200

    Add system tests paths to bot labeling (#29952)
---
 .github/boring-cyborg.yml | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/.github/boring-cyborg.yml b/.github/boring-cyborg.yml
index c7bcbadda0..2f7f32f628 100644
--- a/.github/boring-cyborg.yml
+++ b/.github/boring-cyborg.yml
@@ -23,70 +23,85 @@ labelPRBasedOnFilePath:
     - airflow/providers/google/**/*
     - docs/apache-airflow-providers-google/**/*
     - tests/providers/google/**/*
+    - tests/system/providers/google/**/*
 
   provider:AWS:
     - airflow/providers/amazon/aws/**/*
     - tests/providers/amazon/aws/**/*
     - docs/apache-airflow-providers-amazon/**/*
+    - tests/system/providers/amazon/aws/**/*
 
   provider:Azure:
     - airflow/providers/microsoft/azure/**/*
     - tests/providers/microsoft/azure/**/*
     - docs/apache-airflow-providers-microsoft-azure/**/*
+    - tests/system/providers/microsoft/azure/**/*
 
   provider:Apache:
     - airflow/providers/apache/**/*
     - docs/apache-airflow-providers-apache-*/**/*
     - tests/providers/apache/**/*
+    - tests/system/providers/apache/**/*
 
   provider:Common-sql:
     - airflow/providers/common/sql/**/*
     - docs/apache-airflow-providers-common-sql/**/*
     - tests/providers/common/sql/**/*
+    - tests/system/providers/common/sql/**/*
 
   provider:Databricks:
     - airflow/providers/databricks/**/*
     - docs/apache-airflow-providers-databricks/**/*
     - tests/providers/databricks/**/*
+    - tests/system/providers/databricks/**/*
 
   provider:Snowflake:
     - airflow/providers/snowflake/**/*
     - docs/apache-airflow-providers-snowflake/**/*
     - tests/providers/snowflake/**/*
+    - tests/system/providers/snowflake/**/*
 
   provider:DBs:
     - airflow/providers/mysql/**/*
     - docs/apache-airflow-providers-mysql/**/*
     - tests/providers/mysql/**/*
+    - tests/system/providers/mysql/**/*
     - airflow/providers/postgres/**/*
     - docs/apache-airflow-providers-postgres/**/*
     - tests/providers/postgres/**/*
+    - tests/system/providers/postgres/**/*
     - airflow/providers/sqlite/**/*
     - docs/apache-airflow-providers-sqlite/**/*
     - tests/providers/sqlite/**/*
+    - tests/system/providers/sqlite/**/*
     - airflow/providers/oracle/**/*
     - docs/apache-airflow-providers-oracle/**/*
     - tests/providers/oracle/**/*
     - airflow/providers/influxdb/**/*
     - docs/apache-airflow-providers-influxdb/**/*
     - tests/providers/influxdb/**/*
+    - tests/system/providers/influxdb/**/*
     - airflow/providers/microsoft/mssql/**/*
     - docs/apache-airflow-providers-microsoft-mssql/**/*
     - tests/providers/microsoft/mssql/**/*
+    - tests/system/providers/microsoft/mssql/**/*
 
   provider:Protocols:
     - airflow/providers/http/**/*
     - docs/apache-airflow-providers-http/**/*
     - tests/providers/http/**/*
+    - tests/system/providers/http/**/*
     - airflow/providers/ftp/**/*
     - docs/apache-airflow-providers-ftp/**/*
     - tests/providers/ftp/**/*
+    - tests/system/providers/ftp/**/*
     - airflow/providers/ssh/**/*
     - docs/apache-airflow-providers-ssh/**/*
     - tests/providers/ssh/**/*
     - airflow/providers/jdbc/**/*
     - docs/apache-airflow-providers-jdbc/**/*
     - tests/providers/jdbc/**/*
+    - tests/system/providers/jdbc/**/*
 
   provider:Celery:
     - airflow/providers/celery/**/*
@@ -102,30 +117,37 @@ labelPRBasedOnFilePath:
     - airflow/providers/docker/**/*
     - docs/apache-airflow-providers-docker/**/*
     - tests/providers/docker/**/*
+    - tests/system/providers/docker/**/*
 
   provider:message-apps:
     - airflow/providers/slack/**/*
     - docs/apache-airflow-providers-slack/**/*
     - tests/providers/slack/**/*
+    - tests/system/providers/slack/**/*
     - airflow/providers/opsgenie/**/*
     - docs/apache-airflow-providers-opsgenie/**/*
     - tests/providers/opsgenie/**/*
+    - tests/system/providers/opsgenie/**/*
     - airflow/providers/telegram/**/*
     - docs/apache-airflow-providers-telegram/**/*
     - tests/providers/telegram/**/*
+    - tests/system/providers/telegram/**/*
 
   provider:trino/presto:
     - airflow/providers/trino/**/*
     - docs/apache-airflow-providers-trino/**/*
     - tests/providers/trino/**/*
+    - tests/system/providers/trino/**/*
     - airflow/providers/presto/**/*
     - docs/apache-airflow-providers-presto/**/*
     - tests/providers/presto/**/*
+    - tests/system/providers/presto/**/*
 
   area:providers:
     - airflow/providers/**/*
     - docs/apache-airflow-providers-*/**/*
     - tests/providers/**/*
+    - tests/system/providers/**/*
 
   area:kubernetes:
     - airflow/**/kubernetes_*.py
@@ -139,6 +161,11 @@ labelPRBasedOnFilePath:
     - docs/apache-airflow/core-concepts/executor/celery_kubernetes.rst
     - docs/apache-airflow-providers-cncf-kubernetes/**/*
     - kubernetes_tests/**/*
+    - tests/providers/cncf/kubernetes/**/*
+    - tests/system/providers/cncf/kubernetes/**/*
+    - tests/kubernetes/**/*
+    - tests/executors/kubernetes_executor_template_files/**/*
+    - tests/executors/*kubernetes*.py
 
   area:API:
     - airflow/api/**/*