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

kola: mark denylisted tests with 'warn: true' #2517

Closed
Closed
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
9 changes: 9 additions & 0 deletions kola-denylist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,42 +2,51 @@
# coreos-assembler to automatically skip some tests. For more information,
# see: https://github.com/coreos/coreos-assembler/pull/866.
- pattern: fcos.internet
warn: true
tracker: https://github.com/coreos/coreos-assembler/pull/1478
- pattern: podman.workflow
warn: true
tracker: https://github.com/coreos/coreos-assembler/pull/1478
- pattern: coreos.boot-mirror.luks
warn: true
tracker: https://github.com/coreos/coreos-assembler/issues/3360
arches:
- ppc64le
- pattern: coreos.boot-mirror
warn: true
tracker: https://github.com/coreos/coreos-assembler/issues/3361
arches:
- ppc64le
- pattern: ext.config.kdump.crash
warn: true
tracker: https://github.com/coreos/fedora-coreos-tracker/issues/1430
snooze: 2023-08-02
arches:
- aarch64
- pattern: ext.config.kdump.crash
warn: true
tracker: https://github.com/coreos/fedora-coreos-tracker/issues/1523
snooze: 2023-07-20
arches:
- ppc64le
streams:
- rawhide
- pattern: ext.config.root-reprovision.*
warn: true
tracker: https://github.com/coreos/fedora-coreos-tracker/issues/1489
snooze: 2023-08-04
arches:
- ppc64le
streams:
- rawhide
- pattern: ext.config.ntp.chrony.dhcp-propagation
warn: true
tracker: https://github.com/coreos/fedora-coreos-tracker/issues/1508
snooze: 2023-07-20
streams:
- rawhide
- pattern: ext.config.ntp.timesyncd.dhcp-propagation
warn: true
tracker: https://github.com/coreos/fedora-coreos-tracker/issues/1508
snooze: 2023-07-20
streams:
Expand Down