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 83628688724410be86bebdbbad30f437d900c5f7 #2646

Merged
merged 1 commit into from
Oct 4, 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
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
41 changes: 20 additions & 21 deletions kola-denylist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,94 +5,91 @@
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
- next
- 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
- next
- 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
- next
- 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
- next
- 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
- next
- 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
- next
- 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
- next
- 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
- next
- 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 +99,5 @@
# warn: true (disabled on promotion)
streams:
- rawhide
- next-devel
- next
Loading