-
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: enable F37 testing #15349
Comments
Agreed, we turned off testing on f35. F36 should be made previous. F37 should be made current. |
one possible pain-point could be google cloud's availability of f37. Might need some gymnastics with f36 + dnf distro-sync to f37. |
Google shouldn't be a problem. The base-image build-workflow is specifically arranged to work around this. All we need is the generic cloud-image QCOW file at a URL.. AWS is another story, have AMI's been published yet for F37? |
Answering my own question...According to https://alt.fedoraproject.org/cloud/ not yet 😞 Maybe there's someone we could ask? |
Another option is we could (somehow) manually import the images ourselves. It looks like they've got x86_64 and aarch64 generic cloud images and qcow's available: https://dl.fedoraproject.org/pub/fedora/linux/development/37/Cloud/ (I've never manually imported an image into AWS) |
Should be doable AFAICT https://docs.aws.amazon.com/toolkit-for-visual-studio/latest/user-guide/tkv-create-ami-from-instance.html . |
My hesitation on the manual option is mainly over how many times will we need to do it? You've seen first-hand how sometimes our build-automation goes all wonky with new OS versions. Specifically I'm thinking of the ssh-rsa problem in F35 was it? So this is probably fine for now, to help shoehorn an AMI in for our system to pick up, but if we need to repeat this 3, 4, or 5 times, then again in 6-months, it makes sense to spend time updating our packer-automation to do it for us - albeit at a much higher brain and time cost. |
hmm, if packit can do this testing for us for not just rawhide but release branches, that would mean a lot less maintenance for us. I'll first try with packit then for f37 |
A friendly reminder that this issue had no activity for 30 days. |
Yes, I'm trying to build a fresh set of VM images then will push to my podman PR. There are some golang 1.19 related issues I could use help fixing, otherwise I can probably figure them out or will ask for more specific help. |
A friendly reminder that this issue had no activity for 30 days. |
-sigh- no dumb github bot, all the activity is in #15760, why would I bother to update the linked issue as well? |
Fedora 37 has been branched from rawhide. It's best we enable f37 testing way ahead of release so we're not caught off-guard close to release date.
/cc @rhatdan @cevich @edsantiago @baude @mheon
The text was updated successfully, but these errors were encountered: