Unverified Commit e1b0edb9 authored by Dillon Cullinan's avatar Dillon Cullinan Committed by GitHub
Browse files

ci: OPS-1930: Increase timeout and add max matrix concurrency (#4130)


Signed-off-by: default avatarDillon Cullinan <dcullinan@nvidia.com>
Signed-off-by: default avatarDillon Cullinan <dcullinan92@gmail.com>
Co-authored-by: default avatarRan Rubin <ranrubin@gmail.com>
parent e77aa6fb
...@@ -431,6 +431,7 @@ jobs: ...@@ -431,6 +431,7 @@ jobs:
contents: read contents: read
strategy: strategy:
fail-fast: false fail-fast: false
max-parallel: 1
matrix: matrix:
profile: profile:
- agg - agg
...@@ -485,7 +486,7 @@ jobs: ...@@ -485,7 +486,7 @@ jobs:
export GRAPH_NAME=$(yq e '.metadata.name' $DEPLOYMENT_FILE) export GRAPH_NAME=$(yq e '.metadata.name' $DEPLOYMENT_FILE)
echo "Waiting for all pods with label nvidia.com/dynamo-graph-deployment-name: $GRAPH_NAME" 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 # 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 # Debug: Show final pod statuses for the deployment
echo "=== FINAL POD STATUSES ===" echo "=== FINAL POD STATUSES ==="
...@@ -580,6 +581,7 @@ jobs: ...@@ -580,6 +581,7 @@ jobs:
contents: read contents: read
strategy: strategy:
fail-fast: false fail-fast: false
max-parallel: 1
matrix: matrix:
profile: profile:
- agg - agg
...@@ -600,6 +602,7 @@ jobs: ...@@ -600,6 +602,7 @@ jobs:
contents: read contents: read
strategy: strategy:
fail-fast: false fail-fast: false
max-parallel: 1
matrix: matrix:
profile: profile:
- agg - agg
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment