diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-01-07 22:08:29 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-01-07 22:08:29 +0100 |
commit | db01d0bb08820168ad39ead186143242699e5a65 (patch) | |
tree | 79ee48ca7888c7c1baa73309e50504886cb6113f /logparse | |
parent | e4e904e6a5500204face49958cdd01299bf0755e (diff) | |
download | jenkins.debian.net-db01d0bb08820168ad39ead186143242699e5a65.tar.xz |
reproducible: look for reproducible_build.sh processes with pid 1 as parent (=orphans) and let the maintenance job become unstable if found
Diffstat (limited to 'logparse')
-rw-r--r-- | logparse/reproducible.rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/logparse/reproducible.rules b/logparse/reproducible.rules index dbd54bcc..09ccbfe5 100644 --- a/logparse/reproducible.rules +++ b/logparse/reproducible.rules @@ -7,6 +7,7 @@ warning /Warning: .+ contains invalid yaml, please fix./ warning /Warning: lock .+ still exists, exiting./ warning /Warning: Tried, but failed to delete these:/ warning /Warning: processes found which should not be there/ +warning /Warning: found reproducible_build.sh processes which have pid 1 as parent.+/ warning /Warning: Found files with bad permissions.+/ warning /Warning: .+ could not be fully removed.+/ warning /Warning: cannot update html pages for.+/ |