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

wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-satellite.git


The following commit(s) were added to refs/heads/main by this push:
     new 45c516e  Make the Istio E2E more stable (#157)
45c516e is described below

commit 45c516e21bd53905aaf9e42e95fd290745854172
Author: mrproliu <[email protected]>
AuthorDate: Tue Nov 12 10:18:55 2024 +0900

    Make the Istio E2E more stable (#157)
---
 test/e2e/case/istio/als/e2e.yaml     | 4 ++++
 test/e2e/case/istio/metrics/e2e.yaml | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/test/e2e/case/istio/als/e2e.yaml b/test/e2e/case/istio/als/e2e.yaml
index 9235a8f..c6a57ac 100644
--- a/test/e2e/case/istio/als/e2e.yaml
+++ b/test/e2e/case/istio/als/e2e.yaml
@@ -64,6 +64,10 @@ setup:
                        --set oap.image.tag=$SW_OAP_COMMIT \
                        --set 
oap.image.repository=ghcr.io/apache/skywalking/oap \
                        --set oap.storageType=elasticsearch \
+                       --set oap.startupProbe.failureThreshold=60 \
+                       --set oap.startupProbe.tcpSocket.port=12800 \
+                       --set oap.startupProbe.initialDelaySeconds=120 \
+                       --set oap.startupProbe.periodSeconds=10 \
                        --set satellite.enabled=true \
                        --set 
satellite.image.repository=apache/skywalking-satellite \
                        --set satellite.image.tag=vlatest \
diff --git a/test/e2e/case/istio/metrics/e2e.yaml 
b/test/e2e/case/istio/metrics/e2e.yaml
index a8cca02..2fa2711 100644
--- a/test/e2e/case/istio/metrics/e2e.yaml
+++ b/test/e2e/case/istio/metrics/e2e.yaml
@@ -74,6 +74,10 @@ setup:
                        --set oap.image.tag=$SW_OAP_COMMIT \
                        --set 
oap.image.repository=ghcr.io/apache/skywalking/oap \
                        --set oap.storageType=elasticsearch \
+                       --set oap.startupProbe.failureThreshold=60 \
+                       --set oap.startupProbe.tcpSocket.port=12800 \
+                       --set oap.startupProbe.initialDelaySeconds=120 \
+                       --set oap.startupProbe.periodSeconds=10 \
                        --set satellite.enabled=true \
                        --set 
satellite.image.repository=apache/skywalking-satellite \
                        --set satellite.image.tag=vlatest \

Reply via email to