forked from openshift/os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kola-denylist.yaml
43 lines (35 loc) · 1.41 KB
/
kola-denylist.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# This file documents currently known-to-fail kola tests. It is consumed by
# coreos-assembler to automatically skip some tests. For more information,
# see: https://github.com/coreos/coreos-assembler/pull/866.
# CentOS Stream specific indefinite snooze
- pattern: basic.uefi-secure
tracker: https://github.com/openshift/os/issues/1237
osversion:
- c9s
- pattern: iso-live-login.uefi-secure
tracker: https://github.com/openshift/os/issues/1237
osversion:
- c9s
- pattern: iso-as-disk.uefi-secure
tracker: https://github.com/openshift/os/issues/1237
osversion:
- c9s
- pattern: fips.*
tracker: https://github.com/openshift/os/issues/1540
osversion:
- c9s
# The 4.17 and 4.18 build of Ignition encounters a FIPS panic so
# we are using the 4.16 build for now while that is under investigation.
- pattern: ext.config.version.rhaos-pkgs-match-openshift
tracker: https://issues.redhat.com/browse/OCPBUGS-42688
# This test is failing only in prow, so it's skipped by prow
# but not denylisted here so it can run on the rhcos pipeline
#- pattern: iso-offline-install-iscsi.ibft.bios
# tracker: https://github.com/openshift/os/issues/1492
- pattern: "*kdump*"
tracker: https://gitlab.com/redhat/centos-stream/containers/bootc/-/issues/1169
osversion:
- c9s
- rhel-9.6
- pattern: ext.config.shared.rpm-ostree.kernel-replace
tracker: https://github.com/coreos/fedora-coreos-tracker/issues/1849