Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/container-validation-backends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@ jobs:
strategy:
fail-fast: false
matrix:
max-parallel: 2
profile:
- agg
- agg_router
Expand Down Expand Up @@ -472,7 +473,7 @@ jobs:
export GRAPH_NAME=$(yq e '.metadata.name' $DEPLOYMENT_FILE)
echo "Waiting for all pods with label nvidia.com/dynamo-graph-deployment-name: $GRAPH_NAME"
# Wait for all pods with the deployment label to be ready
kubectl wait --for=condition=ready pod -l "nvidia.com/dynamo-graph-deployment-name=$GRAPH_NAME" -n ${KUBE_NS} --timeout=1000s
kubectl wait --for=condition=ready pod -l "nvidia.com/dynamo-graph-deployment-name=$GRAPH_NAME" -n ${KUBE_NS} --timeout=1300s

# Debug: Show final pod statuses for the deployment
echo "=== FINAL POD STATUSES ==="
Expand Down Expand Up @@ -568,6 +569,7 @@ jobs:
strategy:
fail-fast: false
matrix:
max-parallel: 1
profile:
- agg
- agg_router
Expand All @@ -588,6 +590,7 @@ jobs:
strategy:
fail-fast: false
matrix:
max-parallel: 2
profile:
- agg
- agg_router
Expand Down
Loading