Skip to content

Commit

Permalink
denylist: mark snoozed tests as warn: true
Browse files Browse the repository at this point in the history
This is a new feature that was added recently in
coreos/coreos-assembler#3539.

Now when a snooze expires we can configure it to warn
us and continue to build rather than marking the entire
run as a failure.
  • Loading branch information
dustymabe authored and HuijingHei committed Oct 10, 2023
1 parent 0b5ac8e commit d767133
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions kola-denylist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,60 +16,69 @@
- pattern: ext.config.kdump.crash
tracker: https://github.com/coreos/fedora-coreos-tracker/issues/1430
snooze: 2023-08-31
warn: true
arches:
- aarch64
- pattern: ext.config.networking.nameserver
tracker: https://github.com/coreos/fedora-coreos-tracker/issues/1542
snooze: 2023-08-28
warn: true
streams:
- rawhide
- branched
- next-devel
- pattern: ext.config.networking.no-persist-ip
tracker: https://github.com/coreos/fedora-coreos-tracker/issues/1542
snooze: 2023-08-28
warn: true
streams:
- rawhide
- branched
- next-devel
- pattern: ext.config.networking.prefer-ignition-networking
tracker: https://github.com/coreos/fedora-coreos-tracker/issues/1542
snooze: 2023-08-28
warn: true
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-08-28
warn: true
streams:
- rawhide
- branched
- next-devel
- pattern: ext.config.networking.force-persist-ip
tracker: https://github.com/coreos/fedora-coreos-tracker/issues/1542
snooze: 2023-08-28
warn: true
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-08-28
warn: true
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-08-28
warn: true
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-08-28
warn: true
streams:
- rawhide
- branched
Expand Down

0 comments on commit d767133

Please sign in to comment.