Skip to content

Commit

Permalink
disable useless components
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangpengcheng committed Feb 26, 2024
1 parent 14dfec3 commit c546e92
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .ci/clusters/values_skywalking_e2e_cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ components:
pulsar_manager: false
sql_worker: false
proxy: false
toolset: false

## disable monitoring stack
monitoring:
Expand All @@ -40,6 +41,8 @@ monitoring:
grafana: false
# monitoring - node_exporter
node_exporter: false
alert_manager: false
loki: false

images:
zookeeper:
Expand Down
3 changes: 3 additions & 0 deletions .ci/clusters/values_skywalking_e2e_cluster_with_oauth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ components:
pulsar_manager: false
sql_worker: false
proxy: false
toolset: false

## disable monitoring stack
monitoring:
Expand All @@ -40,6 +41,8 @@ monitoring:
grafana: false
# monitoring - node_exporter
node_exporter: false
alert_manager: false
loki: false

images:
zookeeper:
Expand Down
3 changes: 3 additions & 0 deletions .ci/clusters/values_skywalking_e2e_cluster_with_tls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ components:
pulsar_manager: false
sql_worker: false
proxy: false
toolset: false

## disable monitoring stack
monitoring:
Expand All @@ -40,6 +41,8 @@ monitoring:
grafana: false
# monitoring - node_exporter
node_exporter: false
alert_manager: false
loki: false

images:
zookeeper:
Expand Down
2 changes: 1 addition & 1 deletion .ci/tests/integration-oauth2/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .ci/tests/integration-oauth2/e2e_with_downloader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .ci/tests/integration/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .ci/tests/integration/e2e_with_tls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c546e92

Please sign in to comment.