We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eceac96 commit a921e2fCopy full SHA for a921e2f
1 file changed
.github/workflows/aws-gpu-test.yaml
@@ -217,7 +217,7 @@ jobs:
217
if [[ "$DCGM_INSTALL_TYPE" == "nvidia-dcgm" ]]; then
218
NAMESPACE="gpu-operator"
219
fi
220
- kubectl get pods -n gpu-operator -o jsonpath='{range .items[*]}{.metadata.name}{"\n"}{end}' | grep dcgm-exporter | xargs -r -I {} kubectl wait --for=condition=Ready pod {} -n $NAMESPACE --timeout=300s
+ kubectl get pods -n $NAMESPACE -o jsonpath='{range .items[*]}{.metadata.name}{"\n"}{end}' | grep dcgm-exporter | xargs -r -I {} kubectl wait --for=condition=Ready pod {} -n $NAMESPACE --timeout=300s
221
echo "Verifying DCGM pods and Prometheus annotations..."
222
kubectl get pods -A | grep dcgm-exporter | awk '
223
BEGIN { all_running = 1; pod_count = 0 }
0 commit comments