-
Notifications
You must be signed in to change notification settings - Fork 59
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
tracker: Rebase onto Fedora 37 #1223
Comments
As with previous rebases we will fast track packages in order to prevent downgrades from happening over any upgrade transition (i.e. F36->F37). |
Disabled branched in coreos/fedora-coreos-pipeline#686 - I think we can probably start doing this after |
Going to fast-track |
Going to fast-track |
Going to fast-track |
Fast-tracking a few more packages since a new RC was requested.
|
Fast-tracking a few more packages since a new RC was requested.
|
Need to override |
The other one was obsoleted. See coreos/fedora-coreos-tracker#1223 (comment)
The other one was obsoleted. See coreos/fedora-coreos-tracker#1223 (comment)
PR to switch |
The fix for this went into |
fedora-coreos-cincinnati: coreos/fedora-coreos-cincinnati#87 |
coreos-assembler: coreos/coreos-assembler#3212 |
The fix for this went into |
Rebase to a new version of Fedora (N=37)
At previous Fedora major release
Open tickets to track related work for this release
At Branching
Branching is when a new stream is "branched" off of
rawhide
. This eventually becomes the next major Fedora (N).Release engineering changes
Verify that a few tags were created when branching occurred:
f${N+1}-coreos-signing-pending
f${N+1}-coreos-continuous
Add and tag a package (any package) which is in the stable repos into the continuous tag. This will create the initial yum repo that's used as input for building the COSA container.
koji add-pkg --owner ${FAS_USERNAME} f${N+1}-coreos-continuous $PKG
koji add-pkg --owner dustymabe f36-coreos-continuous fedora-release
fedora-release
RPM, but it could be any other.koji tag-build f${N+1}-coreos-continuous $BUILD
koji tag-build f36-coreos-continuous fedora-release-36-0.16
Add the N+1 signing key short hash (usually found here) to the tag info for the coreos-pool tag. The following commands view the current settings and then update the list to the 32/33/34/35 keys. You'll most likely have to get someone from releng to run the second command (
edit-tag
).koji taginfo coreos-pool
koji edit-tag coreos-pool -x tag2distrepo.keys="12c944d0 9570ff31 45719a39 9867c58f"
coreos-installer changes
Update
rawhide
streamEnable
branched
streambranched
stream in the list of mechanical refs.At Fedora (N) Beta
Update fedora-coreos-config
next-devel
releasever
inmanifest.yaml
manifest.yaml
if neededcosa fetch --update-lockfile
Ship rebased
next
next
next
. In the barrier entry set a link to the docs. See discussion.Preparing for Fedora (N) GA
Update fedora-coreos-config
testing-devel
releasever
inmanifest.yaml
manifest.yaml
if neededcosa fetch --update-lockfile
ci/buildroot/Dockerfile
At Fedora (N) GA
Ship rebased
testing
testing
next
->testing
promotion does not includeplatforms.yaml
testing
. In the barrier entry set a link to the docs. See discussion.Disable
branched
streambranched
stream in the list of mechanical refs.Untag old packages
koji untag
N-2 packages from the pool (at some point we'll have GC in place to do this for us, but for now we must remember to do this manually or otherwise distRepo will fail once the signed packages are GC'ed). For example the following snippet finds all RPMs signed by the Fedora 32 key and untags them. Use this process:testing-devel
and run:If there are any RPMs signed by the old key they'll need to be investigated. Maybe they shouldn't be used any longer. Or maybe they're still needed.
Now that untagging is done, give a heads up to rpm-ostree developers that N-2 packages have been untagged and that they may need to update their CI compose tests to freeze on a newer FCOS commit.
Remove the N-2 signing key from the tag info for the coreos-pool tag. The following commands view the current settings and then update the list to the 33/34/35 keys. You'll most likely have to get someone from releng to run the second command (
edit-tag
).koji taginfo coreos-pool
koji edit-tag coreos-pool -x tag2distrepo.keys="9570ff31 45719a39 9867c58f"
Disable
next-devel
streamWe prefer to disable
next-devel
when there is no difference betweentesting-devel
andnext-devel
. This allows us to prevent wasting a bunch of resources (bandwidth, storage, compute) for no reason. After the switch to N ifnext-devel
andtesting-devel
are in lockstep, then disablenext-devel
.next-devel
Switch upstream packages to shipping release binaries from Fedora (N)
After Fedora (N) GA
Ship rebased
stable
stable
stable
. In the barrier entry set a link to the docs. See discussion.Open ticket for the next Fedora rebase
FN
label whereN
is the Fedora version.Miscellaneous container updates
These are various containers in use throughout our ecosystem. We should update or open a ticket to track updating them once a new Fedora release is out. If you open a ticket instead of doing the update add a link to the ticket as comment.
The text was updated successfully, but these errors were encountered: