Skip to content

Commit a921e2f

Browse files
committed
Added nvidia-device-plugin in AWS GPU test CI
1 parent eceac96 commit a921e2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/aws-gpu-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
if [[ "$DCGM_INSTALL_TYPE" == "nvidia-dcgm" ]]; then
218218
NAMESPACE="gpu-operator"
219219
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
220+
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
221221
echo "Verifying DCGM pods and Prometheus annotations..."
222222
kubectl get pods -A | grep dcgm-exporter | awk '
223223
BEGIN { all_running = 1; pod_count = 0 }

0 commit comments

Comments
 (0)