File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 3434 with :
3535 cluster_name : fair-ci
3636 config : infra/ci/kind-config.yaml
37+ node_image : kindest/node:v1.33.0
3738
3839 - name : Deploy PostgreSQL
3940 run : |
@@ -49,11 +50,13 @@ jobs:
4950 helmfile-workdirectory : infra/dev
5051 helmfile-auto-init : " true"
5152
52- - name : Wait for pods
53+ - name : Wait for infra
5354 run : |
55+ kubectl wait --for=condition=complete job --all -n $NAMESPACE --timeout=300s
5456 kubectl rollout status -n $NAMESPACE deployment/stac-stac --timeout=300s
5557 kubectl rollout status -n $NAMESPACE deployment/zenml --timeout=300s
56- kubectl wait --for=condition=ready pod --all -n $NAMESPACE --timeout=600s
58+ kubectl rollout status -n $NAMESPACE deployment/minio --timeout=300s
59+ kubectl rollout status -n $NAMESPACE deployment/mlflow --timeout=300s
5760
5861 - name : Port-forward services
5962 run : |
You can’t perform that action at this time.
0 commit comments