Skip to content

Commit

Permalink
Add kola-blacklist.yaml
Browse files Browse the repository at this point in the history
This will contain a documented list of tests known to fail right now.
For details, see the corresponding cosa PR which learns how to read
this, and the mantle RFE:

coreos/coreos-assembler#866
https://github.com/coreos/mantle/issues/1103
  • Loading branch information
jlebon committed Oct 22, 2019
1 parent 889b3d1 commit e02bf0e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .cci.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ coreos.pod([image: "quay.io/coreos-assembler/coreos-assembler:latest", kvm: true
stage("Kola") {
dir("cosa") {
coreos.shwrap("""
# This is known to fail right now. See:
# https://github.com/coreos/fedora-coreos-tracker/issues/280
# https://github.com/coreos/mantle/issues/1103
cosa kola -- run --blacklist-test fcos.python
cosa kola run
""")
}
}
Expand Down
6 changes: 6 additions & 0 deletions kola-blacklist.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# This file documents currently known-to-fail kola tests. It is consumed by
# coreos-assembler to automatically blacklist some tests. For more information,
# see: https://github.com/coreos/coreos-assembler/pull/866.

- pattern: fcos.python
tracker: https://github.com/coreos/mantle/issues/1103

0 comments on commit e02bf0e

Please sign in to comment.