This is an automated email from the ASF dual-hosted git repository.
jscheffl pushed a commit to branch chart/v1-2x-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/chart/v1-2x-test by this push:
new 2ff84b672b6 Fix basic helm tests (#67614)
2ff84b672b6 is described below
commit 2ff84b672b60fb671544656a509c361c907c3c0f
Author: Przemysław Mirowski <[email protected]>
AuthorDate: Wed May 27 21:56:42 2026 +0200
Fix basic helm tests (#67614)
---
helm-tests/tests/helm_tests/airflow_aux/test_basic_helm_chart.py | 4 ----
1 file changed, 4 deletions(-)
diff --git a/helm-tests/tests/helm_tests/airflow_aux/test_basic_helm_chart.py
b/helm-tests/tests/helm_tests/airflow_aux/test_basic_helm_chart.py
index f6f3c31952b..88986e26e3b 100644
--- a/helm-tests/tests/helm_tests/airflow_aux/test_basic_helm_chart.py
+++ b/helm-tests/tests/helm_tests/airflow_aux/test_basic_helm_chart.py
@@ -229,7 +229,6 @@ class TestBaseChartTest:
("ServiceAccount", "test-basic-redis"),
("ServiceAccount", "test-basic-scheduler"),
("ServiceAccount", "test-basic-statsd"),
- ("ServiceAccount", "test-basic-otel-collector"),
("ServiceAccount", "test-basic-triggerer"),
("ServiceAccount", "test-basic-dag-processor"),
("ServiceAccount", "test-basic-worker"),
@@ -240,7 +239,6 @@ class TestBaseChartTest:
("Secret", "test-basic-redis-password"),
("ConfigMap", "test-basic-config"),
("ConfigMap", "test-basic-statsd"),
- ("ConfigMap", "test-basic-otel-collector"),
("Role", "test-basic-pod-launcher-role"),
("Role", "test-basic-pod-log-reader-role"),
("RoleBinding", "test-basic-pod-launcher-rolebinding"),
@@ -249,12 +247,10 @@ class TestBaseChartTest:
("Service", "test-basic-postgresql"),
("Service", "test-basic-redis"),
("Service", "test-basic-statsd"),
- ("Service", "test-basic-otel-collector"),
("Service", "test-basic-triggerer"),
("Service", "test-basic-worker"),
("Deployment", "test-basic-scheduler"),
("Deployment", "test-basic-statsd"),
- ("Deployment", "test-basic-otel-collector"),
("StatefulSet", "test-basic-triggerer"),
("Deployment", "test-basic-dag-processor"),
("StatefulSet", "test-basic-postgresql"),