Skip to content

Commit

Permalink
tree: promote changes from testing-devel at dad6761
Browse files Browse the repository at this point in the history
  • Loading branch information
coreosbot authored and prestist committed Nov 20, 2023
1 parent cad4329 commit 1c8e2d0
Show file tree
Hide file tree
Showing 38 changed files with 610 additions and 896 deletions.
2 changes: 1 addition & 1 deletion ci/buildroot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
#
# This image is used by CoreOS CI to build software like
# Ignition, rpm-ostree, ostree, coreos-installer, etc...
FROM quay.io/fedora/fedora:38
FROM quay.io/fedora/fedora:39
COPY . /src
RUN ./src/install-buildroot.sh && yum clean all && rm /src -rf
21 changes: 21 additions & 0 deletions fedora-candidate-compose.repo
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# This yum repo entry represents the latest candidate compose for the given
# Fedora release. During prep for final release some release blockers and
# freeze exceptions are actually built in candidate composes first to
# qualify them before they are promoted to the other repos. In order to pick
# these packages up ASAP we'll pull from the latest candidate compose
# as well. Note that if a package doesn't pass testing it will get
# demoted from a later canddiate compose and never promoted to stable
# repos. In this case a later bump-lockfile run will revert ot the
# older NVR package that is currently in the stable repos. This should address:
# https://github.com/coreos/fedora-coreos-tracker/issues/1602

[fedora-candidate-compose]
name=Fedora Candidate Compose $releasever - $basearch
baseurl=https://kojipkgs.fedoraproject.org/compose/$releasever/latest-Fedora-$releasever/compose/Everything/$basearch/os/
enabled=1
#metadata_expire=7d
repo_gpgcheck=0
type=rpm
gpgcheck=1
gpgkey=file:///usr/share/distribution-gpg-keys/fedora/RPM-GPG-KEY-fedora-$releasever-primary
skip_if_unavailable=False
23 changes: 8 additions & 15 deletions kola-denylist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,35 +5,28 @@
tracker: https://github.com/coreos/coreos-assembler/pull/1478
- pattern: podman.workflow
tracker: https://github.com/coreos/coreos-assembler/pull/1478
- pattern: ext.config.kdump.crash
tracker: https://github.com/coreos/fedora-coreos-tracker/issues/1430
# snooze: 2023-11-15 (disabled on promotion)
# warn: true (disabled on promotion)
arches:
- aarch64
streams:
- stable
- testing
- testing-devel
- pattern: coreos.ignition.ssh.key
tracker: https://github.com/coreos/fedora-coreos-tracker/issues/1553
# snooze: 2023-11-15 (disabled on promotion)
# snooze: 2023-11-30 (disabled on promotion)
# warn: true (disabled on promotion)
platforms:
- azure
- pattern: ext.config.docker.basic
tracker: https://github.com/coreos/fedora-coreos-tracker/issues/1578
# snooze: 2023-11-15 (disabled on promotion)
# snooze: 2023-11-30 (disabled on promotion)
# warn: true (disabled on promotion)
streams:
- rawhide
- pattern: ext.config.kdump.crash
tracker: https://github.com/coreos/fedora-coreos-tracker/issues/1588
# snooze: 2023-11-15 (disabled on promotion)
# snooze: 2023-11-30 (disabled on promotion)
# warn: true (disabled on promotion)
arches:
- ppc64le
streams:
- rawhide
- pattern: ext.config.extensions.package
tracker: https://github.com/coreos/fedora-coreos-config/pull/2710#issuecomment-1792771307
- pattern: pxe-*.ppcfw
tracker: https://github.com/coreos/coreos-assembler/issues/3370
# nb: testiso doesn't read this, so it's just for consistency
arches:
- ppc64le
Loading

0 comments on commit 1c8e2d0

Please sign in to comment.