Skip to content

Commit

Permalink
CI: Wait for ingress-nginx to be up
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Aug 22, 2023
1 parent 8d264a9 commit 47346c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ jobs:
(eval $(minikube docker-env); docker build -t reproserver_web .)
- name: Start reproserver on Kubernetes
run: |
# Wait for nginx ingress
kubectl -n ingress-nginx wait --timeout=5m --for=condition=Available deploy ingress-nginx-controller
helm install reproserver k8s/helm --namespace default -f k8s/minikube.values.yml
# Wait for the pods to be available
if ! kubectl wait --timeout=10m --for=condition=Available deploy --all; then
Expand Down

0 comments on commit 47346c4

Please sign in to comment.