diff --git a/mantle/kola/harness.go b/mantle/kola/harness.go index 2134e5454b..d284146db9 100644 --- a/mantle/kola/harness.go +++ b/mantle/kola/harness.go @@ -198,6 +198,11 @@ var ( desc: "oom killer", match: regexp.MustCompile("invoked oom-killer"), }, + { + // https://github.com/coreos/fedora-coreos-config/pull/1797 + desc: "systemd generator failure", + match: regexp.MustCompile(`systemd\[[0-9]+\]: (.*) failed with exit status`), + }, } )