From c546e9294216bd2603e3237318234d35579be865 Mon Sep 17 00:00:00 2001 From: jiangpengcheng Date: Mon, 26 Feb 2024 14:38:39 +0800 Subject: [PATCH] disable useless components --- .ci/clusters/values_skywalking_e2e_cluster.yaml | 3 +++ .ci/clusters/values_skywalking_e2e_cluster_with_oauth.yaml | 3 +++ .ci/clusters/values_skywalking_e2e_cluster_with_tls.yaml | 3 +++ .ci/tests/integration-oauth2/e2e.yaml | 2 +- .ci/tests/integration-oauth2/e2e_with_downloader.yaml | 2 +- .ci/tests/integration/e2e.yaml | 2 +- .ci/tests/integration/e2e_with_tls.yaml | 2 +- 7 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.ci/clusters/values_skywalking_e2e_cluster.yaml b/.ci/clusters/values_skywalking_e2e_cluster.yaml index 54f1d3f8d..58e2d6356 100644 --- a/.ci/clusters/values_skywalking_e2e_cluster.yaml +++ b/.ci/clusters/values_skywalking_e2e_cluster.yaml @@ -31,6 +31,7 @@ components: pulsar_manager: false sql_worker: false proxy: false + toolset: false ## disable monitoring stack monitoring: @@ -40,6 +41,8 @@ monitoring: grafana: false # monitoring - node_exporter node_exporter: false + alert_manager: false + loki: false images: zookeeper: diff --git a/.ci/clusters/values_skywalking_e2e_cluster_with_oauth.yaml b/.ci/clusters/values_skywalking_e2e_cluster_with_oauth.yaml index 2270c8cdc..5f00281c5 100644 --- a/.ci/clusters/values_skywalking_e2e_cluster_with_oauth.yaml +++ b/.ci/clusters/values_skywalking_e2e_cluster_with_oauth.yaml @@ -31,6 +31,7 @@ components: pulsar_manager: false sql_worker: false proxy: false + toolset: false ## disable monitoring stack monitoring: @@ -40,6 +41,8 @@ monitoring: grafana: false # monitoring - node_exporter node_exporter: false + alert_manager: false + loki: false images: zookeeper: diff --git a/.ci/clusters/values_skywalking_e2e_cluster_with_tls.yaml b/.ci/clusters/values_skywalking_e2e_cluster_with_tls.yaml index b73af0800..3911539aa 100644 --- a/.ci/clusters/values_skywalking_e2e_cluster_with_tls.yaml +++ b/.ci/clusters/values_skywalking_e2e_cluster_with_tls.yaml @@ -31,6 +31,7 @@ components: pulsar_manager: false sql_worker: false proxy: false + toolset: false ## disable monitoring stack monitoring: @@ -40,6 +41,8 @@ monitoring: grafana: false # monitoring - node_exporter node_exporter: false + alert_manager: false + loki: false images: zookeeper: diff --git a/.ci/tests/integration-oauth2/e2e.yaml b/.ci/tests/integration-oauth2/e2e.yaml index 6a7fc4384..e43d187c6 100644 --- a/.ci/tests/integration-oauth2/e2e.yaml +++ b/.ci/tests/integration-oauth2/e2e.yaml @@ -104,7 +104,7 @@ setup: - name: cleanup disk command: | - docker rmi $(docker images -q) -f + docker rmi $(docker images -q) -f || true df -h timeout: 60m diff --git a/.ci/tests/integration-oauth2/e2e_with_downloader.yaml b/.ci/tests/integration-oauth2/e2e_with_downloader.yaml index f3a36995d..a00040ce5 100644 --- a/.ci/tests/integration-oauth2/e2e_with_downloader.yaml +++ b/.ci/tests/integration-oauth2/e2e_with_downloader.yaml @@ -104,7 +104,7 @@ setup: - name: cleanup disk command: | - docker rmi $(docker images -q) -f + docker rmi $(docker images -q) -f || true df -h timeout: 60m diff --git a/.ci/tests/integration/e2e.yaml b/.ci/tests/integration/e2e.yaml index eb857803d..e79a03487 100644 --- a/.ci/tests/integration/e2e.yaml +++ b/.ci/tests/integration/e2e.yaml @@ -110,7 +110,7 @@ setup: - name: cleanup disk command: | - docker rmi $(docker images -q) -f + docker rmi $(docker images -q) -f || true df -h timeout: 80m diff --git a/.ci/tests/integration/e2e_with_tls.yaml b/.ci/tests/integration/e2e_with_tls.yaml index 9c2df243d..4e1a39e80 100644 --- a/.ci/tests/integration/e2e_with_tls.yaml +++ b/.ci/tests/integration/e2e_with_tls.yaml @@ -96,7 +96,7 @@ setup: - name: cleanup disk command: | - docker rmi $(docker images -q) -f + docker rmi $(docker images -q) -f || true df -h timeout: 60m