-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DPE-5642: breaking(build_charm.yaml): Pack on self hosted runners #245
base: main
Are you sure you want to change the base?
Conversation
craft.Architecture.X64: ["self-hosted", "linux", "X64", "large", "jammy"], | ||
craft.Architecture.ARM64: ["self-hosted", "linux", "ARM64", "large", "jammy"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can probably use other runner sizes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since charmcraft will spin lxd containers, we can also try using noble.
sudo apt-get update | ||
sudo apt-get install pipx -y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pipx is missing from the IS runners and packages are not up to date.
Testen on canonical/postgresql-operator#655 (ccc build) and canonical/pgbouncer-operator#396 (clean build)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we should merge this yet
imo, we should only use this branch on pgbouncer VM as a temporary solution until charmcraftcache is (potentially) refactored, pending outcomes of discussions in Den Haag
@carlcsaposs-canonical this can wait for the next week discussion. |
@carlcsaposs-canonical I believe we are still on the same ground and should start moving to IS runners. |
imo, we should only use this branch on pgbouncer VM as a temporary solution until charmcraftcache is refactored |
Started canonical/pgbouncer-operator#396 to switch PGB |
Switch build charm jobs to self-hosted runners