-
Notifications
You must be signed in to change notification settings - Fork 158
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
Move to Fedora Linux 41 #3235
Move to Fedora Linux 41 #3235
Conversation
ext.config.boot.bootupd-validate denial shouldn't be needed any longer since testing-devel is now F41 and the kdump.crash.nfs isn't needed because that test got reverted and won't be added back until it's passing.
Looks like the CI failed due to
|
It will pass tomorrow once releng has moved F41 content into the right place. I'll re-run CI then. |
Also, looks like an empty last line is needed for |
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.
LGTM
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.
diff --git a/ci/buildroot/Dockerfile b/ci/buildroot/Dockerfile
index aee83d3e..8277318c 100644
--- a/ci/buildroot/Dockerfile
+++ b/ci/buildroot/Dockerfile
@@ -5,7 +5,7 @@
#
# This image is used by CoreOS CI to build software like
# Ignition, rpm-ostree, ostree, coreos-installer, etc...
-FROM quay.io/fedora/fedora:40
+FROM quay.io/fedora/fedora:41
# Work around for https://bugzilla.redhat.com/show_bug.cgi?id=2278652
ENV container=oci
COPY . /src
diff --git a/kola-denylist.yaml b/kola-denylist.yaml
index 1ff90fb7..d92b2ff3 100644
--- a/kola-denylist.yaml
+++ b/kola-denylist.yaml
@@ -10,16 +10,3 @@
warn: true
arches:
- ppc64le
-- pattern: kdump.crash.nfs
- tracker: https://github.com/coreos/fedora-coreos-tracker/issues/1820
- streams:
- - rawhide
- - next-devel
- - next
-- pattern: ext.config.boot.bootupd-validate
- tracker: https://github.com/coreos/fedora-coreos-tracker/issues/1788
- snooze: 2024-11-18
- streams:
- - stable
- - testing
- - testing-devel
diff --git a/manifest.yaml b/manifest.yaml
index 7cde51ad..98d38252 100644
--- a/manifest.yaml
+++ b/manifest.yaml
@@ -1,5 +1,5 @@
variables:
- stream: next-devel
+ stream: testing-devel
prod: false
releasever: 41
@@ -9,8 +9,7 @@ repos:
# use `cosa fetch --update-lockfile`; but note that all package versions are
# still pinned. These repos are also used by the remove-graduated-overrides
# GitHub Action.
- - fedora-next
- - fedora-next-updates
-# - fedora-candidate-compose
+ - fedora
+ - fedora-updates
include: manifests/fedora-coreos.yaml
CI here found a downgraded crypto-policies:
We'll try to work with the maintainers to get a newer version built |
Now that F41 is GA and we are promoting 41 to
testing
let's updatetesting-devel
to track F41 content.