Skip to content
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

Merged
merged 3 commits into from
Oct 29, 2024
Merged

Conversation

dustymabe
Copy link
Member

Now that F41 is GA and we are promoting 41 to testing let's update testing-devel to track F41 content.

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.
@aaradhak
Copy link
Member

aaradhak commented Oct 28, 2024

Looks like the CI failed due to


[2024-10-28T15:53:33.284Z] Updating metadata for 'fedora'...done

[2024-10-28T15:53:33.284Z] error: Installing packages: Updating rpm-md repo 'fedora': cannot update repo 'fedora': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried; Last error: Status code: 403 for https://dl.fedoraproject.org/pub/fedora/linux/releases/41/Everything/x86_64/os/repodata/repomd.xml (IP: 10.3.163.84)

[2024-10-28T15:53:34.639Z] failed to execute cmd-fetch: exit status 1

script returned exit code 1

@dustymabe
Copy link
Member Author

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.

@aaradhak
Copy link
Member

Also, looks like an empty last line is needed for manifest-lock-overrides.aarach64.yaml file

@dustymabe dustymabe enabled auto-merge (rebase) October 29, 2024 12:37
Copy link
Member

@HuijingHei HuijingHei left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@jlebon jlebon left a 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

@dustymabe
Copy link
Member Author

CI here found a downgraded crypto-policies:

Downgraded:
  crypto-policies 20241011-1.git5930b9a.fc40 -> 20241010-1.git8baf557.fc41

We'll try to work with the maintainers to get a newer version built
for f41.

@dustymabe dustymabe disabled auto-merge October 29, 2024 15:12
@dustymabe dustymabe merged commit b709423 into coreos:testing-devel Oct 29, 2024
2 of 3 checks passed
@dustymabe dustymabe deleted the dusty-move-to-f41 branch October 29, 2024 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants