Skip to content
Draft
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ gpu_platforms: # p4, p100 don't emit DCGM profiling metrics
- ubuntu-os-cloud:ubuntu-2404-lts-amd64
- model: h100
platforms:
- ubuntu-os-cloud:ubuntu-minimal-2204-lts # due to H100 quota, choose an image from the exhaustive list to skip presubmits
- ubuntu-os-cloud:ubuntu-2204-lts
expected_metrics:
- type: workload.googleapis.com/gpu.dcgm.utilization
value_type: DOUBLE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ gpu_platforms: # p4, p100 don't emit DCGM profiling metrics
- ubuntu-os-cloud:ubuntu-2404-lts-amd64
- model: h100
platforms:
- ubuntu-os-cloud:ubuntu-minimal-2204-lts # due to H100 quota, choose an image from the exhaustive list to skip presubmits
- ubuntu-os-cloud:ubuntu-2204-lts
expected_metrics:
- type: workload.googleapis.com/dcgm.gpu.profiling.sm_utilization
value_type: DOUBLE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ gpu_platforms:
- ubuntu-os-cloud:ubuntu-2404-lts-amd64
- model: h100
platforms:
- ubuntu-os-cloud:ubuntu-minimal-2204-lts # due to H100 quota, choose an image from the exhaustive list to skip presubmits
- ubuntu-os-cloud:ubuntu-2204-lts
expected_metrics:
- type: agent.googleapis.com/gpu/utilization
value_type: DOUBLE
Expand Down
Loading