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

[next] tree: promote changes from next-devel at 5d935d4ed1848cf84154e471041e172894b64bbb #2737

Merged
merged 1 commit into from
Nov 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: 8 additions & 13 deletions kola-denylist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,33 +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: 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