green-coding-solutions / eco-ci-energy-estimation

Eco CI Energy estimation for Github Actions Runner VMs
MIT License
48 stars 10 forks source link

does-not-run-on: ubuntu-20.04 #72

Open jan-kiszka opened 1 month ago

jan-kiszka commented 1 month ago

Seems your plugin is not compatible with all github ubuntu images. We are still using 20.04 in order to test against python3.6, and that didn't work out: https://github.com/siemens/kas/actions/runs/9331097464/job/25685391371. It may not be easy to ensure backward compatibility anymore, but you should then at least document this dependency.

ArneTR commented 1 month ago

Fair point, that should be documented.

It might get solved when tackling the Container Packaging https://github.com/green-coding-solutions/eco-ci-energy-estimation/issues/70 as this would make Eco-CI not depend on the VMs installed tools and languages.

Have added it to the Readme for now. Feel free to close the issue if this satisfies your request or follow up.

Please also add a +1 in the Container thread if you think this is helpful to you

ArneTR commented 2 weeks ago

Hey @jan-kiszka ,

we have a new version in beta that should work! Would be very grateful if you try.

Can you try the runner by changing all mentions of: green-coding-solutions/eco-ci-energy-estimation@v3 to green-coding-solutions/eco-ci-energy-estimation@pre-calculated

Looking forward to your feedback!