Skip to content

Commit

Permalink
Wait for OAP and UI ready
Browse files Browse the repository at this point in the history
  • Loading branch information
kezhenxu94 committed Jun 21, 2023
1 parent 177cf26 commit 6331537
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions test/e2e-v2/cases/istio/als/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ setup:
-f test/e2e-v2/cases/istio/values.yaml
wait:
- namespace: istio-system
resource: deployments/skywalking-oap
for: condition=available
resource: pod
for: condition=Ready
- name: Deploy demo services
command: |
kubectl apply -f https://raw.githubusercontent.com/istio/istio/$ISTIO_VERSION/samples/bookinfo/platform/kube/bookinfo.yaml
Expand Down
4 changes: 2 additions & 2 deletions test/e2e-v2/cases/istio/metrics/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ setup:
-f test/e2e-v2/cases/istio/values.yaml
wait:
- namespace: istio-system
resource: deployments/skywalking-oap
for: condition=available
resource: pod
for: condition=Ready
- name: Deploy demo services
command: |
kubectl apply -f https://raw.githubusercontent.com/istio/istio/$ISTIO_VERSION/samples/bookinfo/platform/kube/bookinfo.yaml
Expand Down
4 changes: 2 additions & 2 deletions test/e2e-v2/cases/rover/process/istio/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ setup:
--set oap.storageType=elasticsearch
wait:
- namespace: istio-system
resource: deployments/skywalking-oap
for: condition=available
resource: pod
for: condition=Ready
- name: Deploy demo services
command: |
kubectl apply -f https://raw.githubusercontent.com/istio/istio/$ISTIO_VERSION/samples/bookinfo/platform/kube/bookinfo.yaml
Expand Down

0 comments on commit 6331537

Please sign in to comment.