Skip to content
Open
Changes from all commits
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 @@ -418,6 +418,7 @@ jobs:
contents: read
strategy:
fail-fast: false
max-parallel: 1
matrix:
profile:
- agg
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 @@ -567,6 +568,7 @@ jobs:
contents: read
strategy:
fail-fast: false
max-parallel: 1
matrix:
profile:
- agg
Expand All @@ -587,6 +589,7 @@ jobs:
contents: read
strategy:
fail-fast: false
max-parallel: 1
matrix:
profile:
- agg
Expand Down
Loading