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

[stable] tree: promote changes from testing at 0d7d22fb781f5a42ba98f4947b54efe1c39beef7 #2665

Closed
Closed
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 .github/workflows/add-override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
add-override:
name: Add package override
runs-on: ubuntu-latest
container: registry.fedoraproject.org/fedora:latest
container: quay.io/fedora/fedora:latest
steps:
- name: Install dependencies
run: dnf install -y git jq python3-bodhi-client python3-pyyaml
Expand Down
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 registry.fedoraproject.org/fedora:38
FROM quay.io/fedora/fedora:38
COPY . /src
RUN ./src/install-buildroot.sh && yum clean all && rm /src -rf
90 changes: 12 additions & 78 deletions kola-denylist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,97 +7,31 @@
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-09-28 (disabled on promotion)
# snooze: 2023-10-24 (disabled on promotion)
# warn: true (disabled on promotion)
arches:
- aarch64
streams:
- stable
- testing
- testing-devel
- pattern: ext.config.networking.nameserver
tracker: https://github.com/coreos/fedora-coreos-tracker/issues/1542
# snooze: 2023-09-28 (disabled on promotion)
# warn: true (disabled on promotion)
streams:
- rawhide
- branched
- next-devel
- next
- pattern: ext.config.networking.no-persist-ip
tracker: https://github.com/coreos/fedora-coreos-tracker/issues/1542
# snooze: 2023-09-28 (disabled on promotion)
# warn: true (disabled on promotion)
streams:
- rawhide
- branched
- next-devel
- next
- pattern: ext.config.networking.prefer-ignition-networking
tracker: https://github.com/coreos/fedora-coreos-tracker/issues/1542
# snooze: 2023-09-28 (disabled on promotion)
# warn: true (disabled on promotion)
streams:
- rawhide
- branched
- next-devel
- next
- pattern: ext.config.networking.ifname-karg.everyboot-systemd-link-file
tracker: https://github.com/coreos/fedora-coreos-tracker/issues/1542
# snooze: 2023-09-28 (disabled on promotion)
# warn: true (disabled on promotion)
streams:
- rawhide
- branched
- next-devel
- next
- pattern: ext.config.networking.force-persist-ip
tracker: https://github.com/coreos/fedora-coreos-tracker/issues/1542
# snooze: 2023-09-28 (disabled on promotion)
# warn: true (disabled on promotion)
streams:
- rawhide
- branched
- next-devel
- next
- pattern: ext.config.networking.bridge-static-via-kargs
tracker: https://github.com/coreos/fedora-coreos-tracker/issues/1542
# snooze: 2023-09-28 (disabled on promotion)
# warn: true (disabled on promotion)
streams:
- rawhide
- branched
- next-devel
- next
- pattern: ext.config.networking.ifname-karg.udev-rule-firstboot-propagation
tracker: https://github.com/coreos/fedora-coreos-tracker/issues/1542
# snooze: 2023-09-28 (disabled on promotion)
# warn: true (disabled on promotion)
streams:
- rawhide
- branched
- next-devel
- next
- pattern: ext.config.networking.mtu-on-bond-kargs
tracker: https://github.com/coreos/fedora-coreos-tracker/issues/1542
# snooze: 2023-09-28 (disabled on promotion)
# warn: true (disabled on promotion)
streams:
- rawhide
- branched
- next-devel
- next
- pattern: coreos.ignition.ssh.key
tracker: https://github.com/coreos/fedora-coreos-tracker/issues/1553
# snooze: 2023-09-27 (disabled on promotion)
# snooze: 2023-10-13 (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-10-13 (disabled on promotion)
# warn: true (disabled on promotion)
streams:
- rawhide
- pattern: ext.config.kdump.crash
tracker: https://github.com/coreos/fedora-coreos-tracker/issues/1560
# snooze: 2023-09-30 (disabled on promotion)
tracker: https://github.com/coreos/fedora-coreos-tracker/issues/1588
# snooze: 2023-10-24 (disabled on promotion)
# warn: true (disabled on promotion)
arches:
- ppc64le
streams:
- rawhide
- next-devel
- next
Loading