-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Support fedora42 #12133
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
base: master
Are you sure you want to change the base?
Support fedora42 #12133
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 0ekk The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: Ekko Tu <[email protected]>
/ok-to-test |
/label ci-extended |
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.
Initial review.
test-infra/image-builder/roles/kubevirt-images/defaults/main.yml
Outdated
Show resolved
Hide resolved
.gitlab-ci/kubevirt.yml
Outdated
@@ -119,6 +119,7 @@ pr_extended: | |||
- debian11-docker | |||
- debian12-calico | |||
- debian12-docker | |||
- fedora42-calico |
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.
Why this in pr-extended
? Have any particular reason?
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'm not sure about the priority of the CI for fedora42, so I'll temporarily place it in pr-extended for now.
What do you think?
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.
You can just put it in a normal PR job first and discuss with other members where to put it. Using pr-extended will enable extra work and add an extra computational burden.
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.
It's ok for me.
/remove-label ci-extended |
Signed-off-by: Ekko Tu <[email protected]>
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
What type of PR is this?
/kind feature
What this PR does / why we need it:
Fedora 42 has been released recently(https://docs.fedoraproject.org/en-US/fedora/f42/release-notes/). It is believed that many people want to try the latest kubernetes within this distro release.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: