We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f07da2 commit bccaae1Copy full SHA for bccaae1
.github/workflows/pr-tests.yaml
@@ -140,10 +140,12 @@ jobs:
140
- name: Helm Install Trow
141
run: |
142
helm install trow-test -f .github/workflows/config/values.yaml charts/trow/
143
- - name: Pull proxied image from trow
+ - name: Wait for trow
144
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
+ kubectl wait --for condition=ready pod/trow-test-0 --timeout=300s
+ 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
149
- if: always()
150
name: Export pod logs
151
run: .github/workflows/config/export-pod-logs.sh
0 commit comments