sustainable-computing-io / kepler-metal-ci

Testing different CI and Github Action pipelines and publish test results
https://sustainable-computing-io.github.io/kepler-metal-ci/
Apache License 2.0
0 stars 11 forks source link

validator fails because of lack of idle metrics #298

Closed KaiyiLiu1234 closed 3 weeks ago

KaiyiLiu1234 commented 3 weeks ago

Validator now fails because idle metrics are not exposed. This is because the validator makes queries to mode="idle" as well. This can be resolved either by adding back idle expose or changing the validations.yaml to not use idle metrics.

vprashar2929 commented 3 weeks ago

closing as https://github.com/sustainable-computing-io/kepler/pull/1817 addresses this