Sam Yuan
Sam Yuan
> @SamYuan1990 can you take a look at this? You can easily reproduce the failure by opening a PR that updates the version of the kepler action used in this...
> @SamYuan1990 can you take a look at this? You can easily reproduce the failure by opening a PR that updates the version of the kepler action used in this...
``` kepler_node_info{components_power_source="estimator",cpu_architecture="Zen 3",platform_power_source="none",source="os"} 1 === RUN TestE2eTest Running Suite: E2eTest Suite - /home/runner/work/kepler/kepler/e2e/integration-test =================================================================================== Random Seed: 17[232](https://github.com/sustainable-computing-io/kepler/actions/runs/10319483843/job/28568774501#step:11:233)08972 Will run 12 of 12 specs time="2024-08-09T13:09:32Z" level=info msg="Parsing Metrics..." ••••••S ------------------------------ •...
> @SamYuan1990 yes that failure was fixed in #1686 I had to ignore the the kepler action dependency in the last dependabot update as it was failing to deploy the...
> @SamYuan1990 I was looking at how currently the builder image is build and pushed and came across [image_base.yml ](https://github.com/sustainable-computing-io/kepler/blob/main/.github/workflows/image_base.yml)workflow which I think is used in[ daily.yml](https://github.com/sustainable-computing-io/kepler/blob/main/.github/workflows/daily.yml). Can you share...
> I'm hoping that after #1566 we can remove the builder image entirely 🙏 I suppose there different parts of builder image's responsibility. - for RPM build, I suppose we...
> > > I'm hoping that after #1566 we can remove the builder image entirely 🙏 > > > > > > I suppose there different parts of builder image's...
@rootfs To enable arm64 with latest kepler version, we need to enhance cpuid install approach in our build process as this package just have x86 version which fails with arm64...
> there seems to be no release of `cpuid` for arm > > ``` > sh-5.1# yum install -y cpuid > Updating Subscription Management repositories. > Unable to read consumer...
> Great. Thx @SamYuan1990 :-) What do we now have to do in order to make in run on apple silicon? i only found `powermetrics --show-process-energy` which is a good...