-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
CI: update Fedora to 38 #3410
CI: update Fedora to 38 #3410
Conversation
Skipping CI for Draft Pull Request. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: yankay 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 |
hack/ci/Vagrantfile
Outdated
@@ -3,11 +3,11 @@ | |||
|
|||
# Vagrant box for testing kind with cgroup v2 | |||
Vagrant.configure("2") do |config| | |||
# `config.vm.box = "fedora/37-cloud-base"` seems flaky, | |||
# `config.vm.box = "fedora/38-cloud-base"` seems flaky, |
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.
is it still flaky, or can this comment be removed?
eed2c93
to
0c044ef
Compare
9d71e77
to
574aadd
Compare
Signed-off-by: Kay Yan <[email protected]>
# Mirrors can be found at here: https://admin.fedoraproject.org/mirrormanager/mirrors/Fedora/37/x86_64 | ||
config.vm.box = "dummy" | ||
config.vm.box_url = "https://iad.mirror.rackspace.com/fedora/releases/37/Cloud/x86_64/images/Fedora-Cloud-Base-Vagrant-37-1.7.x86_64.vagrant-virtualbox.box" | ||
config.vm.box = "fedora/38-cloud-base" |
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.
Now 39
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.
ping @yankay
@@ -15,7 +15,7 @@ jobs: | |||
docker: | |||
name: Cgroup v2 | |||
# nested virtualization is only available on macOS hosts | |||
runs-on: macos-12 | |||
runs-on: macos-13 |
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.
13 seems less stable than 12 from my experience in Lima
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/test-infra repository. |
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.
Maybe a good time to refresh this?
@@ -31,6 +31,17 @@ jobs: | |||
- name: Check out code | |||
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 | |||
|
|||
#fix https://github.com/kubernetes-sigs/kind/issues/3411 |
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.
Still needed? #3411 (comment)
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.
The GitHub Action workflows have been reworked, so this may not even be relevant anymore.
jumping forward to 39 here #3654 and getting everything passing, thanks |
According the https://endoflife.date/fedora , the fedora 37 will EOL at (15 Dec 2023), so update it.