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 ad8729d2564e9f1e18cd2da2b6f069fc65893f5f #2612

Merged
merged 5 commits into from
Sep 17, 2023
Merged
Show file tree
Hide file tree
Changes from 2 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
6 changes: 3 additions & 3 deletions .github/workflows/promotion-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
- name: Normalize kola-denylist.yaml
run: |
# When we promote to a production branch we strip out the
# snooze lines. Let's do the same here so we don't get warnings.
# See https://github.com/coreos/fedora-coreos-releng-automation/pull/165
sed -E -i 's/^(\s+)(snooze:\s+.*)/\1# \2 (disabled on promotion)/' origin/kola-denylist.yaml
# snooze and warn lines. Let's do the same here so we don't get warnings.
# See https://github.com/coreos/fedora-coreos-releng-automation/pull/179
sed -E -i 's/^(\s+)((snooze:|warn:)\s+.*)/\1# \2 (disabled on promotion)/' origin/kola-denylist.yaml
- name: Compare trees
uses: coreos/actions-lib/check-diff@main
with:
Expand Down
33 changes: 12 additions & 21 deletions kola-denylist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,94 +5,83 @@
tracker: https://github.com/coreos/coreos-assembler/pull/1478
- pattern: podman.workflow
tracker: https://github.com/coreos/coreos-assembler/pull/1478
- pattern: coreos.boot-mirror.luks
tracker: https://github.com/coreos/coreos-assembler/issues/3360
arches:
- ppc64le
- pattern: coreos.boot-mirror
tracker: https://github.com/coreos/coreos-assembler/issues/3361
arches:
- ppc64le
- pattern: ext.config.kdump.crash
tracker: https://github.com/coreos/fedora-coreos-tracker/issues/1430
# snooze: 2023-09-13 (disabled on promotion)
# snooze: 2023-09-28 (disabled on promotion)
# warn: true (disabled on promotion)
arches:
- aarch64
streams:
- stable
- testing
- next
- testing-devel
- next-devel
- branched
- pattern: ext.config.networking.nameserver
tracker: https://github.com/coreos/fedora-coreos-tracker/issues/1542
# snooze: 2023-09-13 (disabled on promotion)
# snooze: 2023-09-28 (disabled on promotion)
# warn: true (disabled on promotion)
streams:
- rawhide
- branched
- next-devel
- pattern: ext.config.networking.no-persist-ip
tracker: https://github.com/coreos/fedora-coreos-tracker/issues/1542
# snooze: 2023-09-13 (disabled on promotion)
# snooze: 2023-09-28 (disabled on promotion)
# warn: true (disabled on promotion)
streams:
- rawhide
- branched
- next-devel
- pattern: ext.config.networking.prefer-ignition-networking
tracker: https://github.com/coreos/fedora-coreos-tracker/issues/1542
# snooze: 2023-09-13 (disabled on promotion)
# snooze: 2023-09-28 (disabled on promotion)
# warn: true (disabled on promotion)
streams:
- rawhide
- branched
- next-devel
- pattern: ext.config.networking.ifname-karg.everyboot-systemd-link-file
tracker: https://github.com/coreos/fedora-coreos-tracker/issues/1542
# snooze: 2023-09-13 (disabled on promotion)
# snooze: 2023-09-28 (disabled on promotion)
# warn: true (disabled on promotion)
streams:
- rawhide
- branched
- next-devel
- pattern: ext.config.networking.force-persist-ip
tracker: https://github.com/coreos/fedora-coreos-tracker/issues/1542
# snooze: 2023-09-13 (disabled on promotion)
# snooze: 2023-09-28 (disabled on promotion)
# warn: true (disabled on promotion)
streams:
- rawhide
- branched
- next-devel
- pattern: ext.config.networking.bridge-static-via-kargs
tracker: https://github.com/coreos/fedora-coreos-tracker/issues/1542
# snooze: 2023-09-13 (disabled on promotion)
# snooze: 2023-09-28 (disabled on promotion)
# warn: true (disabled on promotion)
streams:
- rawhide
- branched
- next-devel
- pattern: ext.config.networking.ifname-karg.udev-rule-firstboot-propagation
tracker: https://github.com/coreos/fedora-coreos-tracker/issues/1542
# snooze: 2023-09-13 (disabled on promotion)
# snooze: 2023-09-28 (disabled on promotion)
# warn: true (disabled on promotion)
streams:
- rawhide
- branched
- next-devel
- pattern: ext.config.networking.mtu-on-bond-kargs
tracker: https://github.com/coreos/fedora-coreos-tracker/issues/1542
# snooze: 2023-09-13 (disabled on promotion)
# snooze: 2023-09-28 (disabled on promotion)
# warn: true (disabled on promotion)
streams:
- rawhide
- branched
- next-devel
- pattern: coreos.ignition.ssh.key
tracker: https://github.com/coreos/fedora-coreos-tracker/issues/1553
# snooze: 2023-09-04 (disabled on promotion)
# snooze: 2023-09-27 (disabled on promotion)
# warn: true (disabled on promotion)
platforms:
- azure
Expand All @@ -102,3 +91,5 @@
# warn: true (disabled on promotion)
streams:
- rawhide
- next-devel
- next
Loading