Skip to content

Commit

Permalink
catch coreos.ignition.failure err on 4.16 pipeline.
Browse files Browse the repository at this point in the history
After failing to reproduce `coreos.ignition.failure` locally I am removing it from denylist in order to catch errors in the pipeline. The goal of this PR is to allow it in RHCOS 4.16, catch the errors from the log and re-introduce `coreos.ignition.failure` to kola-denylist while working on solution.

See: coreos/coreos-assembler#3670
  • Loading branch information
c4rt0 committed Dec 14, 2023
1 parent ff019ee commit fdb7b96
Showing 1 changed file with 8 additions and 20 deletions.
28 changes: 8 additions & 20 deletions kola-denylist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,49 +4,37 @@
- pattern: ext.config.rpm-ostree.replace-rt-kernel
tracker: https://github.com/openshift/os/issues/1315
osversion:
- c9s
- c9s

- pattern: iso-live-login.uefi-secure
tracker: https://github.com/openshift/os/issues/1237
osversion:
- c9s
- rhel-9.4
- c9s
- rhel-9.4

- pattern: iso-as-disk.uefi-secure
tracker: https://github.com/openshift/os/issues/1237
osversion:
- c9s
- rhel-9.4
- c9s
- rhel-9.4

- pattern: ext.config.rpm-ostree.replace-rt-kernel
tracker: https://github.com/openshift/os/issues/1383
osversion:
- rhel-9.4
- rhel-9.4

- pattern: ext.config.shared.content-origins
tracker: https://github.com/openshift/os/issues/1387#issuecomment-1769313807
osversion:
- rhel-9.4
- rhel-9.4

- pattern: ext.config.version.rhel-matches-rhcos-build
tracker: https://github.com/openshift/os/issues/1387#issuecomment-1769313807
osversion:
- rhel-9.4
- rhel-9.4

- pattern: pxe-*.ppcfw
tracker: https://github.com/coreos/coreos-assembler/issues/3370
# nb: testiso doesn't read this, so it's just for consistency
arches:
- ppc64le

- pattern: coreos.unique.boot.failure
tracker: https://github.com/coreos/coreos-assembler/issues/3669
snooze: 2023-12-13
warn: true
arches:
- aarch64

- pattern: coreos.ignition.failure
tracker: https://github.com/coreos/coreos-assembler/issues/3670
snooze: 2023-12-13
warn: true

0 comments on commit fdb7b96

Please sign in to comment.