; The client properties that will be used to differentiate one host type from another: ItemPathKeys=GitBranch, HostName, GraphicsStack ; Create reports without server cgi callback links, i.e. without ; options to update baselines, change blacklisting, dynamic Inspect ; page etc. ReadOnlyReports=true ; When mismatches are reported, they can be fuzzy-compared to the baseline ; The percentage level (as in ImageMagick "compare -fuzz n" ; If 0 or unset, no fuzzy matching is performed FuzzLevel=5 ; Boolean property. If enabled (and FuzzLevel is nonzero), a mismatch ; that is close enough to the baseline that it matches fuzzily will ; automatically be taken as the new baseline. Such mismatches will ; then not cause a mismatch report to be issued. UpdateBaselineFromFuzzyMatch=false ; Boolean property, decides whether missing "match was ok" report for some item(s) ; should be reported as error(s). Leave unset or set to 0 or false to disable. ; (Note: functionality currently NOT supported for tst_lancelot) ReportMissingResults=true ; Optional post processing of results. If set, xml result files with be generated, ; [TBD: and the given command will be executed with the following arguments....] ;ProcessXmlResults=/bin/echo ; Auto (i.e. non-adhoc) clients must match at least one rule to be accepted, otherwise test run is aborted. ; To match a rule, all the specified properties must contain the substrings given here. ; The value of the rule name itself may be: ; "enabled" - Clients matching this rule will be requested to do normal test run ; "dryrun" - Clients will be reuested to do dryrun - i.e run, but do not QFAIL ; otherwise - The rule will be ignored; no clients will match ; [ClientFilters] LanceBotRule=enabled LanceBotRule\HostName=graphic ; ;DevRule=dryrun ;DevRule\HostName=polyfemos ; Specification of who should be mailed when new (non-adhoc) reports are generated ; Multiple receiver addresses may be specified, comma-separated [Notification] ;Receivers=eirik.aavitsland@qt.io ;Sender="Lancelot Baseline Server on lancelot.intra.qt.io " ;SMTPserver=smtp.intra.qt.io