We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44113e8 commit bcdc404Copy full SHA for bcdc404
.github/workflows/aws-gpu-test.yaml
@@ -236,7 +236,7 @@ jobs:
236
if: env.SKIP_INSTALL != 'true'
237
run: |
238
kubectl port-forward svc/prometheus-dz-prometheus-server 9090:80 -n devzero-zxporter &
239
- sleep 5
+ sleep 10
240
result=$(curl -s "http://localhost:9090/api/v1/query?query=DCGM_FI_DEV_SM_CLOCK" | jq -r '.data.result')
241
if [[ -z "$result" || "$result" == [] ]]; then
242
echo "DCGM_FI_DEV_SM_CLOCK metric not found!"
0 commit comments