canonical / testflinger

https://testflinger.readthedocs.io/en/latest/
GNU General Public License v3.0
11 stars 17 forks source link

Fix agent charm on focal #287

Closed plars closed 2 months ago

plars commented 3 months ago

Description

Thanks to @nancyc12 for alerting me to this last night. There were some changes that required rebuilding the agent charm recently, which is really rare. These weren't set up to autobuild because they are almost never needed, so I've added that, and requested ownership change of these charms on forums.charmhub.io. I've pushed an update for now that got her unblocked for the system she was trying to fix, but there's another issue that will happen if the agent host is on focal. Most of our agent hosts are on jammy or above now, but one of them is still on focal. This should fix that.

Resolved issues

No issue filed that I'm aware of

Documentation

N/A

Web service API changes

N/A

Tests

I've tried this update to pip in a focal container and it does what is needed, but I intend to do an end-to-end test with a built version of the charm before deploying it widely.

plars commented 2 months ago

@nancyc12 I forgot this had not landed yet, thanks for finding my dumb copy/paste errors :) Can you recheck it when you get a moment?