{ "version": "2.1", "groups": [ { "name": "failed2", "urls": [ "http://logs.openstack.org", "http://logs.rdoproject.org", "https://ci.centos.org", "https://logs.rdoproject.org", "https://zuul.openstack.org" ], "substitutions": [ { "input": "(failed[=:]\\s?[1-9]\\d*.*)", "inputType": "regexp", "output": "$1", "caseSensitive": true }, { "input": "(\\*\\*\\* FAILED with status: .*)", "inputType": "regexp", "output": "$1", "caseSensitive": true }, { "input": "(.* failed with error code .*)", "inputType": "regexp", "output": "$1", "caseSensitive": true }, { "input": "((ERROR|error|fatal|RUN END RESULT_TIMED_OUT)[:\\!] .*)", "inputType": "regexp", "output": "$1", "caseSensitive": false }, { "input": "(Failed \\d+ tests - output below:)", "inputType": "regexp", "output": "$1", "caseSensitive": true }, { "input": "(\\[(DEPRECATION )?WARNING\\].*)", "inputType": "regexp", "output": "$1", "caseSensitive": true }, { "input": "(.*CREATE_FAILED.*)", "inputType": "regexp", "output": "$1", "caseSensitive": true }, { "input": "(Exception registering nodes|failed: [^0]|Could not find or access ).*", "inputType": "regexp", "output": "$&", "caseSensitive": true }, { "input": "(error:.*)", "inputType": "regexp", "output": "$1", "caseSensitive": false }, { "input": "(.* (marked build as failure|No such file or directory))", "inputType": "regexp", "output": "$1", "caseSensitive": true } ], "html": "output", "enabled": true, "mode": "auto&manual" }, { "name": "hyperlinking-logs", "urls": [ "http://logs.openstack.org", "http://logs.rdoproject.org", "https://ci.centos.org", "https://logs.rdoproject.org", "https://zuul.openstack.org" ], "substitutions": [ { "input": "/home/zuul/workspace/logs/(\\w+)\\.log", "inputType": "regexp", "output": "$&", "caseSensitive": false } ], "html": "output", "enabled": true, "mode": "auto&manual" } ] }