Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
acopar committed May 6, 2024
1 parent 0c0e615 commit 778142e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ jobs:
- name: Add hosts to /etc/hosts
run: |
sudo echo "172.18.0.2 ws.local.genialis.io local.genialis.io" | sudo tee -a /etc/hosts
kubectl apply -f e2e/k3d/patched_coredns.yml
- name: Deploy Helm charts
run: |
Expand Down Expand Up @@ -129,6 +128,8 @@ jobs:
kubectl wait --for=condition=available --timeout=1200s -n default deployment/postgres
kubectl rollout restart deployment asgi-server channels-manager listener background-task uploader
kubectl wait --for=condition=available --timeout=1200s --all deployments
echo $PWD
kubectl apply -f e2e/k3d/patched_coredns.yml
kubectl get pods -A
kubectl get pvc
kubectl get pv
Expand Down

0 comments on commit 778142e

Please sign in to comment.