-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Cirrus: Update to Ubuntu 21.10 + Disable F33 #12256
Cirrus: Update to Ubuntu 21.10 + Disable F33 #12256
Conversation
Oooh! Will this include a new crun that includes containers/crun#758 ? My PR #11957 has been stalled waiting for that! |
Possibly, it's using whatever is in Lokesh's OBS Kubik testing-repo. Actually, I can poke at the Ubuntu container image and tell you right now... |
...here's what's in the containers (should match the VMs)- Ubuntu 21.10: crun-100:1.2-2 I'm not sure what version you're looking for where, but if it's Ubuntu 21.10, @lsm5 knows which strings to pull for it to get updated (assuming that's needed) |
If I read the git log correctly, the fix I need is in crun 1.3. Looks like I have a ways to wait still. Oh well, thank you! |
Maybe not too much longer. With this PR and the F35 one, we can get what you need. @lsm5 is it possible for you to bump crun in U21.10 kubik testing to 1.3 or are we using the distro-packaged one? |
Crun 1.3 building now, Ref: https://build.opensuse.org/package/show/devel:kubic:libcontainers:testing/crun |
bbb79cc
to
3f63e0e
Compare
Weird. podman-remote f33 root failures are all consistently of the form "timed out waiting for |
Hmmm, that's new. |
Yeah, I don't get it, something may have changed in the images since I rebuilt them this morning. In any case, F33 is officially dead, so with this PR + 11795 we should be okay. In fact today, I've been thinking about just combining the two to make life easier. |
Signed-off-by: Chris Evich <[email protected]>
With F35 released, F33 is officially dead. Move it out of the way temporarily until F35 VM images are ready. Signed-off-by: Chris Evich <[email protected]>
4393cec
to
f35d7f4
Compare
Okay there, let's do it this way and I'll turn back on "prior-fedora" when it represents F34. |
FWIW I'm not convinced that this is an f33 problem. I ran my PR #11957 using these images, and f33 passed just fine. I don't know what to do with that information, though. |
Hmmm...maybe that damn random-isn't-random thing or some other flake is happening then. Okay, good to know it seems to be a flake of some sort. |
To be clear: My motivation is to get this PR in ASAP since it seems to have low-resistance test-failure wise. Also there are a number of other PRs waiting on an image-update (in general) in order to pick up things like the new |
I'm always eager to merge PRs like this, where the VMs are updated, because they are representative of the real world. My concern here is not "let's skip this PR", but rather "something has broken in f33, and we need to be prepared to troubleshoot it". |
Only until this PR is merged since officially F33 isn't supported anymore...Of course I'm assuming this problem hasn't and won't shown up in F34+. And to TBH, I'm just REALLY exhausted with working on VM image update PRs and want to move on to other things 😜 |
OMG so many flakes. Restarted. |
LGTM |
Thanks. Nothing stood out at me in the journal, and those tests passed previously, so 🤷♂️ must really be flakes 😞
Oof...Well...at least we're getting our money's worth out of those two vCPUs 😁 |
/lgtm |
Okay, seems "safe" to merge this (there are some flakes). I'm just too timid to actually press the button. Who wants a 🍪 Who wants a 🍪 ? |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cevich, rhatdan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What this PR does / why we need it:
Update the Ubuntu CI environment from 21.04 -> 21.10
How to verify it
The Ubuntu-based CI tests will all pass
Which issue(s) this PR fixes:
None
Special notes for your reviewer:
Does NOT update the Fedora images, this is being done separately in #11795
Ref: containers/automation_images#100