blob: d27f1242dfe3d75aa7a46b2a2a3e4e4ce6228a8d [file] [log] [blame]
option('tests', type: 'feature', description: 'Build tests')
option(
'openpower-pel-extension',
type: 'feature',
description: 'Create PELs',
value: 'disabled'
)
option('yamldir', type: 'string', description: 'Path to YAML')
option(
'callout_yaml',
type: 'string',
value: 'callouts/callouts-example.yaml',
description: 'Path to Callout YAML',
)
option(
'error_cap',
type: 'integer',
value: 200,
description: 'Max number of error enttries allowed for commit',
)
option(
'error_info_cap',
type: 'integer',
value: 10,
description: 'Cap on informational (and below) severity errors',
)