Skip to content

Commit a610f36

Browse files
committed
chore(CI/CD): Fix end2end legacy dev test
1 parent b67efdc commit a610f36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e-test-dev-legacy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ jobs:
6565
for n in {1..60}; do [[ ! -z $(kubectl get svc udp-gateway -n stunner -o jsonpath="{.status.loadBalancer.ingress[0].ip}") ]] && break; echo "Waiting for LoadBalancer IP"; sleep 2; done
6666
echo "* wait for the deployment"
6767
kubectl get all -A
68-
kubectl wait -n stunner --for=condition=Available deployment udp-gateway --timeout 5m
68+
kubectl wait -n stunner --for=condition=Available deployment stunner --timeout 5m
6969
echo "* EVERYTHING UP"
7070
kubectl get all -A
7171
7272
- name: Start turncat
7373
run: |
74-
./turncat --log=all:INFO udp://127.0.0.1:5000 k8s://stunner/udp-gateway:udp-listener udp://$(kubectl get svc iperf-server -o jsonpath="{.spec.clusterIP}"):5001 &>turncat.log &
74+
./turncat --log=all:INFO udp://127.0.0.1:5000 k8s://stunner/stunnerd-config:udp-listener udp://$(kubectl get svc iperf-server -o jsonpath="{.spec.clusterIP}"):5001 &>turncat.log &
7575
sleep 1
7676
7777
- name: Run iperf client

0 commit comments

Comments
 (0)