Resolute: updates for 26.04 support#91
Conversation
c127bf6 to
c48658c
Compare
|
Changing it to draft - 26.04 image isn't available yet for GH runners. So this will have to wait. |
c48658c to
580eb8e
Compare
|
Hi @pponnuvel is there a place we can check whether 26.04 is available on github run? |
This is tracked here: actions/runner-images#13964 Based on the comments there, it could be available within a month or so. |
580eb8e to
f342ba0
Compare
|
Resolute runner is available now. However, it's failing with lots of mismathes: |
|
I was able to test this locally on Resolute and there's no such mismatches. The ceph package is the same (20.2.0-0ubuntu2) in my local test and what the GH runner uses. I suspect this is something to do with the "pre-release runner" image that GH uses. We'll have to check again after some time. |
|
On 26.04 the runner installs the amd64v3 build of ceph-osd, but the checked-in reference is baseline amd64. Please refer to https://documentation.ubuntu.com/release-notes/26.04/summary-for-lts-users/#architecture-variants-and-amd64v3 Either adding an amd64v3 reference or disabling amd64v3 for this test might fine? |
|
Thanks @xtrusia ! |
|
I created PR for pon's repo to update this PR. and #103 need to be merged first. |
When packages are installed on Resolute using apt, I think it'll pick amd64 by default (not v3), so it makes sense to disable it. But I am not sure why GH images default to using amd64v3. |
Signed-off-by: Ponnuvel Palaniyappan <pponnuvel@gmail.com>
f342ba0 to
b3ac04c
Compare
No description provided.