Skip to content

Commit bccaae1

Browse files
committed
ci: wait for ingress
1 parent 6f07da2 commit bccaae1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/pr-tests.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,12 @@ jobs:
140140
- name: Helm Install Trow
141141
run: |
142142
helm install trow-test -f .github/workflows/config/values.yaml charts/trow/
143-
- name: Pull proxied image from trow
143+
- name: Wait for trow
144144
run: |
145-
kubectl wait pod/trow-test-0 --for condition=ready --timeout=300s
146-
docker pull 127.0.0.1/f/docker.io/test/nginx:alpine
145+
kubectl wait --for condition=ready pod/trow-test-0 --timeout=300s
146+
kubectl wait --for condition=ready ingress/trow-test --timeout=300s
147+
- name: Pull proxied image from trow
148+
run: docker pull 127.0.0.1/f/docker.io/test/nginx:alpine
147149
- if: always()
148150
name: Export pod logs
149151
run: .github/workflows/config/export-pod-logs.sh

0 commit comments

Comments
 (0)