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

kezhenxu94 pushed a commit to branch test/e2e/istio
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit 895b516ac3b84329746c857351bb6b05c08aa554
Author: kezhenxu94 <kezhenx...@apache.org>
AuthorDate: Fri Oct 13 02:11:26 2023 +0000

    test: fix ES disk insufficient in test
---
 .github/workflows/skywalking.yaml   | 40 ++++++++++++++++++-------------------
 test/e2e-v2/cases/istio/values.yaml |  9 ++++++++-
 2 files changed, 28 insertions(+), 21 deletions(-)

diff --git a/.github/workflows/skywalking.yaml 
b/.github/workflows/skywalking.yaml
index 3f5b684085..bfb1b97bcb 100644
--- a/.github/workflows/skywalking.yaml
+++ b/.github/workflows/skywalking.yaml
@@ -539,26 +539,26 @@ jobs:
           - name: Kafka Log
             config: test/e2e-v2/cases/kafka/log/e2e.yaml
 
-          # - name: Istio Metrics Service 1.15.0
-          #   config: test/e2e-v2/cases/istio/metrics/e2e.yaml
-          #   env: |
-          #     ISTIO_VERSION=1.15.0
-          #     KUBERNETES_VERSION=25
-          # - name: Istio Metrics Service 1.16.0
-          #   config: test/e2e-v2/cases/istio/metrics/e2e.yaml
-          #   env: |
-          #     ISTIO_VERSION=1.16.0
-          #     KUBERNETES_VERSION=25
-          # - name: Istio Metrics Service 1.17.0
-          #   config: test/e2e-v2/cases/istio/metrics/e2e.yaml
-          #   env: |
-          #     ISTIO_VERSION=1.17.0
-          #     KUBERNETES_VERSION=25
-          # - name: Istio Metrics Service 1.18.0
-          #   config: test/e2e-v2/cases/istio/metrics/e2e.yaml
-          #   env: |
-          #     ISTIO_VERSION=1.18.0
-          #     KUBERNETES_VERSION=25
+          - name: Istio Metrics Service 1.15.0
+            config: test/e2e-v2/cases/istio/metrics/e2e.yaml
+            env: |
+              ISTIO_VERSION=1.15.0
+              KUBERNETES_VERSION=25
+          - name: Istio Metrics Service 1.16.0
+            config: test/e2e-v2/cases/istio/metrics/e2e.yaml
+            env: |
+              ISTIO_VERSION=1.16.0
+              KUBERNETES_VERSION=25
+          - name: Istio Metrics Service 1.17.0
+            config: test/e2e-v2/cases/istio/metrics/e2e.yaml
+            env: |
+              ISTIO_VERSION=1.17.0
+              KUBERNETES_VERSION=25
+          - name: Istio Metrics Service 1.18.0
+            config: test/e2e-v2/cases/istio/metrics/e2e.yaml
+            env: |
+              ISTIO_VERSION=1.18.0
+              KUBERNETES_VERSION=25
 
           - name: Rover with Istio Process 1.15.0
             config: test/e2e-v2/cases/rover/process/istio/e2e.yaml
diff --git a/test/e2e-v2/cases/istio/values.yaml 
b/test/e2e-v2/cases/istio/values.yaml
index 02048abbad..2d7dc6c999 100644
--- a/test/e2e-v2/cases/istio/values.yaml
+++ b/test/e2e-v2/cases/istio/values.yaml
@@ -24,4 +24,11 @@ elasticsearch:
     elasticsearch.yml: |
       cluster.routing.allocation.disk.watermark.low: 90%
       cluster.routing.allocation.disk.watermark.high: 99%
-      cluster.routing.allocation.disk.watermark.flood_stage: 99%
\ No newline at end of file
+      cluster.routing.allocation.disk.watermark.flood_stage: 99%
+  volumeClaimTemplate:
+    accessModes: [ "ReadWriteOnce" ]
+    resources:
+      requests:
+        storage: 2Gi
+  persistence:
+    enabled: true

Reply via email to