Skip to content

Commit

Permalink
Make the Istio E2E more stable (apache#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrproliu authored Nov 12, 2024
1 parent cb2032d commit 45c516e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/e2e/case/istio/als/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
4 changes: 4 additions & 0 deletions test/e2e/case/istio/metrics/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 45c516e

Please sign in to comment.