Skip to content

Commit

Permalink
templates/rebase: add step to delete stale Fedora versions from Green…
Browse files Browse the repository at this point in the history
…wave policy

Once we've moved to N, we need to remove N-1 from the list of releases
that should be gated on the CoreOS CI Bodhi tests since those tests will
never run. Add a checklist item to update the Greenwave policy.

See also: https://pagure.io/fedora-infra/ansible/pull-request/2036
  • Loading branch information
jlebon committed May 27, 2024
1 parent 4bf4d83 commit 67d2200
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/rebase.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@ We prefer to disable `next-devel` when there is no difference between `testing-d
- [ ] Ship `stable`
- [ ] Set a new update barrier for the final release of N-1 on `stable`. In the barrier entry set a link to [the docs](https://docs.fedoraproject.org/en-US/fedora-coreos/update-barrier-signing-keys/). See [discussion](https://github.com/coreos/fedora-coreos-tracker/issues/480#issuecomment-1247314065)

### Update CoreOS Greenwave settings

- [ ] Open an MR against https://pagure.io/fedora-infra/ansible to remove the N-1 Fedora release from the version list in [fedora.yaml](https://pagure.io/fedora-infra/ansible/blob/c636c0581319b655cdc49079bd3793eb78abbe78/f/roles/openshift-apps/greenwave/templates/fedora.yaml#_528) (see https://pagure.io/fedora-infra/ansible/pull-request/2036 for context).

### 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:
Expand Down

0 comments on commit 67d2200

Please sign in to comment.