Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: dashanji <dashanjic@gmail.com>
  • Loading branch information
dashanji committed Sep 2, 2023
1 parent 0c19546 commit 30c5070
Show file tree
Hide file tree
Showing 11 changed files with 35 additions and 35 deletions.
8 changes: 4 additions & 4 deletions test/e2e/banyandb/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,16 @@ setup:
for: condition=Available
- name: portforward svc
command: |
kubectl port-forward svc/demo -n skywalking-system 8085:8085 >/dev/null 2>&1 &
kubectl port-forward --pod-running-timeout=1h svc/demo -n skywalking-system 8085:8085 >/dev/null 2>&1 &
- name: portforward svc
command: |
kubectl port-forward svc/default-oap 12800:12800 >/dev/null 2>&1 &
kubectl port-forward --pod-running-timeout=1h svc/default-oap 12800:12800 >/dev/null 2>&1 &
- name: portforward svc
command: |
kubectl port-forward svc/banyandb-test-banyandb-grpc 17912:17912 >/dev/null 2>&1 &
kubectl port-forward --pod-running-timeout=1h svc/banyandb-test-banyandb-grpc 17912:17912 >/dev/null 2>&1 &
- name: portforward svc
command: |
kubectl port-forward svc/skywalking-system-ui -n skywalking-system 8080:80 >/dev/null 2>&1 &
kubectl port-forward --pod-running-timeout=1h svc/skywalking-system-ui -n skywalking-system 8080:80 >/dev/null 2>&1 &
timeout: 20m

cleanup:
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/oap-agent-adapter-hpa/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ setup:
kubectl apply -f test/e2e/hpa-demo.yaml
- name: portforward svc
command: |
kubectl port-forward svc/demo -n skywalking-system 8085:8085 >/dev/null 2>&1 &
kubectl port-forward --pod-running-timeout=1h svc/demo -n skywalking-system 8085:8085 >/dev/null 2>&1 &
- name: portforward svc
command: |
kubectl port-forward svc/skywalking-system-oap -n skywalking-system 12800:12800 >/dev/null 2>&1 &
kubectl port-forward --pod-running-timeout=1h svc/skywalking-system-oap -n skywalking-system 12800:12800 >/dev/null 2>&1 &
kind:
expose-ports:
- namespace: skywalking-system
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/oap-satellite-adapter-hpa/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ setup:
kubectl rollout status --watch --timeout=120s deployment/demo -n skywalking-system
- name: portforward svc
command: |
kubectl port-forward svc/demo -n skywalking-system 8085:8085 >/dev/null 2>&1 &
kubectl port-forward --pod-running-timeout=1h svc/demo -n skywalking-system 8085:8085 >/dev/null 2>&1 &
- name: portforward svc
command: |
kubectl port-forward svc/skywalking-system-oap -n skywalking-system 12800:12800 >/dev/null 2>&1 &
kubectl port-forward --pod-running-timeout=1h svc/skywalking-system-oap -n skywalking-system 12800:12800 >/dev/null 2>&1 &
timeout: 20m

trigger:
Expand Down
8 changes: 4 additions & 4 deletions test/e2e/oap-ui-agent-external-storage/e2e copy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ setup:
steps:
- name: portforward svc
command: |
bash -c "kubectl port-forward svc/demo -n skywalking-system 8085:8085 >/dev/null 2>&1" & \
bash -c "kubectl port-forward svc/default-oap 12800:12800 >/dev/null 2>&1" & \
bash -c "kubectl port-forward svc/skywalking-system-ui -n skywalking-system 8080:80 >/dev/null 2>&1" & \
bash -c "kubectl port-forward svc/es-out 9200:9200 >/dev/null 2>&1" &
bash -c "kubectl port-forward --pod-running-timeout=1h svc/demo -n skywalking-system 8085:8085 >/dev/null 2>&1" & \
bash -c "kubectl port-forward --pod-running-timeout=1h svc/default-oap 12800:12800 >/dev/null 2>&1" & \
bash -c "kubectl port-forward --pod-running-timeout=1h svc/skywalking-system-ui -n skywalking-system 8080:80 >/dev/null 2>&1" & \
bash -c "kubectl port-forward --pod-running-timeout=1h svc/es-out 9200:9200 >/dev/null 2>&1" &
timeout: 20m

cleanup:
Expand Down
8 changes: 4 additions & 4 deletions test/e2e/oap-ui-agent-external-storage/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,16 @@ setup:
for: condition=Available
- name: portforward svc
command: |
kubectl port-forward svc/demo -n skywalking-system 8085:8085 >/dev/null 2>&1 &
kubectl port-forward --pod-running-timeout=1h svc/demo -n skywalking-system 8085:8085 >/dev/null 2>&1 &
- name: portforward svc
command: |
kubectl port-forward svc/default-oap 12800:12800 >/dev/null 2>&1 &
kubectl port-forward --pod-running-timeout=1h svc/default-oap 12800:12800 >/dev/null 2>&1 &
- name: portforward svc
command: |
kubectl port-forward svc/skywalking-system-ui -n skywalking-system 8080:80 >/dev/null 2>&1 &
kubectl port-forward --pod-running-timeout=1h svc/skywalking-system-ui -n skywalking-system 8080:80 >/dev/null 2>&1 &
- name: portforward svc
command: |
kubectl port-forward svc/es-out 9200:9200 >/dev/null 2>&1 &
kubectl port-forward --pod-running-timeout=1h svc/es-out 9200:9200 >/dev/null 2>&1 &
timeout: 20m

cleanup:
Expand Down
8 changes: 4 additions & 4 deletions test/e2e/oap-ui-agent-internal-storage/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,16 @@ setup:
for: condition=Available
- name: portforward svc
command: |
kubectl port-forward svc/demo -n skywalking-system 8085:8085 >/dev/null 2>&1 &
kubectl port-forward --pod-running-timeout=1h svc/demo -n skywalking-system 8085:8085 >/dev/null 2>&1 &
- name: portforward svc
command: |
kubectl port-forward svc/default-oap 12800:12800 >/dev/null 2>&1 &
kubectl port-forward --pod-running-timeout=1h svc/default-oap 12800:12800 >/dev/null 2>&1 &
- name: portforward svc
command: |
kubectl port-forward svc/skywalking-system-ui -n skywalking-system 8080:80 >/dev/null 2>&1 &
kubectl port-forward --pod-running-timeout=1h svc/skywalking-system-ui -n skywalking-system 8080:80 >/dev/null 2>&1 &
- name: portforward svc
command: |
kubectl port-forward svc/skywalking-storage 9200:9200 >/dev/null 2>&1 &
kubectl port-forward --pod-running-timeout=1h svc/skywalking-storage 9200:9200 >/dev/null 2>&1 &
timeout: 20m

cleanup:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@ setup:
kubectl get po -A
- name: portforward svc
command: |
kubectl port-forward svc/demo -n skywalking-system 8085:8085 >/dev/null 2>&1 &
kubectl port-forward --pod-running-timeout=1h svc/demo -n skywalking-system 8085:8085 >/dev/null 2>&1 &
- name: portforward svc
command: |
kubectl port-forward svc/skywalking-system-oap -n skywalking-system 12800:12800 >/dev/null 2>&1 &
kubectl port-forward --pod-running-timeout=1h svc/skywalking-system-oap -n skywalking-system 12800:12800 >/dev/null 2>&1 &
- name: portforward svc
command: |
kubectl port-forward svc/skywalking-system-ui -n skywalking-system 8080:80 >/dev/null 2>&1 &
kubectl port-forward --pod-running-timeout=1h svc/skywalking-system-ui -n skywalking-system 8080:80 >/dev/null 2>&1 &
timeout: 20m

cleanup:
Expand Down
6 changes: 3 additions & 3 deletions test/e2e/oap-ui-agent-satellite/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ setup:
for: condition=Available
- name: portforward svc
command: |
kubectl port-forward svc/demo -n skywalking-system 8085:8085 >/dev/null 2>&1 &
kubectl port-forward --pod-running-timeout=1h svc/demo -n skywalking-system 8085:8085 >/dev/null 2>&1 &
- name: portforward svc
command: |
kubectl port-forward svc/skywalking-system-oap -n skywalking-system 12800:12800 >/dev/null 2>&1 &
kubectl port-forward --pod-running-timeout=1h svc/skywalking-system-oap -n skywalking-system 12800:12800 >/dev/null 2>&1 &
- name: portforward svc
command: |
kubectl port-forward svc/skywalking-system-ui -n skywalking-system 8080:80 >/dev/null 2>&1 &
kubectl port-forward --pod-running-timeout=1h svc/skywalking-system-ui -n skywalking-system 8080:80 >/dev/null 2>&1 &
timeout: 20m

trigger:
Expand Down
6 changes: 3 additions & 3 deletions test/e2e/oap-ui-agent/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ setup:
for: condition=Available
- name: portforward svc
command: |
kubectl port-forward svc/demo -n skywalking-system 8085:8085 >/dev/null 2>&1 &
kubectl port-forward --pod-running-timeout=1h svc/demo -n skywalking-system 8085:8085 >/dev/null 2>&1 &
- name: portforward svc
command: |
kubectl port-forward svc/skywalking-system-oap -n skywalking-system 12800:12800 >/dev/null 2>&1 &
kubectl port-forward --pod-running-timeout=1h svc/skywalking-system-oap -n skywalking-system 12800:12800 >/dev/null 2>&1 &
- name: portforward svc
command: |
kubectl port-forward svc/skywalking-system-ui -n skywalking-system 8080:80 >/dev/null 2>&1 &
kubectl port-forward --pod-running-timeout=1h svc/skywalking-system-ui -n skywalking-system 8080:80 >/dev/null 2>&1 &
kind:
expose-ports:
- namespace: skywalking-system
Expand Down
6 changes: 3 additions & 3 deletions test/e2e/oap-ui-swagent-configmap/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ setup:
for: condition=Available
- name: portforward svc
command: |
kubectl port-forward svc/demo -n skywalking-system 8085:8085 >/dev/null 2>&1 &
kubectl port-forward --pod-running-timeout=1h svc/demo -n skywalking-system 8085:8085 >/dev/null 2>&1 &
- name: portforward svc
command: |
kubectl port-forward svc/skywalking-system-oap -n skywalking-system 12800:12800 >/dev/null 2>&1 &
kubectl port-forward --pod-running-timeout=1h svc/skywalking-system-oap -n skywalking-system 12800:12800 >/dev/null 2>&1 &
- name: portforward svc
command: |
kubectl port-forward svc/skywalking-system-ui -n skywalking-system 8080:80 >/dev/null 2>&1 &
kubectl port-forward --pod-running-timeout=1h svc/skywalking-system-ui -n skywalking-system 8080:80 >/dev/null 2>&1 &
timeout: 20m

cleanup:
Expand Down
6 changes: 3 additions & 3 deletions test/e2e/oap-ui-swagent/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ setup:
for: condition=Available
- name: portforward svc
command: |
kubectl port-forward svc/demo -n skywalking-system 8085:8085 >/dev/null 2>&1 &
kubectl port-forward --pod-running-timeout=1h svc/demo -n skywalking-system 8085:8085 >/dev/null 2>&1 &
- name: portforward svc
command: |
kubectl port-forward svc/skywalking-system-oap -n skywalking-system 12800:12800 >/dev/null 2>&1 &
kubectl port-forward --pod-running-timeout=1h svc/skywalking-system-oap -n skywalking-system 12800:12800 >/dev/null 2>&1 &
- name: portforward svc
command: |
kubectl port-forward svc/skywalking-system-ui -n skywalking-system 8080:80 >/dev/null 2>&1 &
kubectl port-forward --pod-running-timeout=1h svc/skywalking-system-ui -n skywalking-system 8080:80 >/dev/null 2>&1 &
timeout: 20m

cleanup:
Expand Down

0 comments on commit 30c5070

Please sign in to comment.