diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index d1f2369..cee148a 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -72,7 +72,7 @@ jobs: ["io-ior", "ghcr.io/converged-computing/metric-ior:latest", 120], # storage test # ["network-chatterbug", "ghcr.io/converged-computing/metric-chatterbug:latest", 120], # network app test ["app-nekbone", "ghcr.io/converged-computing/metric-nekbone:latest", 120], # standalone app test - # ["app-ldms", "ghcr.io/converged-computing/metric-ovis-hpc:latest", 120], # standalone app test + ["app-ldms", "ghcr.io/converged-computing/metric-ovis-hpc:latest", 120], # standalone app test ["app-amg", "ghcr.io/converged-computing/metric-amg:latest", 120], # standalone app test ["app-kripke", "ghcr.io/converged-computing/metric-kripke:latest", 120], # standalone app test ["app-pennant", "ghcr.io/converged-computing/metric-pennant:latest", 120], # standalone app test diff --git a/pkg/metrics/app/ldms.go b/pkg/metrics/app/ldms.go index d08d2e6..7f59bef 100644 --- a/pkg/metrics/app/ldms.go +++ b/pkg/metrics/app/ldms.go @@ -131,6 +131,7 @@ echo "%s" ) return []metrics.EntrypointScript{ {Script: script}, + m.ApplicationEntrypoint(spec, "", "", ""), } } diff --git a/pkg/metrics/perf/sysstat.go b/pkg/metrics/perf/sysstat.go index 81ba204..ed17bc6 100644 --- a/pkg/metrics/perf/sysstat.go +++ b/pkg/metrics/perf/sysstat.go @@ -254,6 +254,7 @@ done // they are the same thing. return []metrics.EntrypointScript{ {Script: script}, + m.ApplicationEntrypoint(spec, "", "", ""), } }