Patrick Williams | a517197 | 2021-04-16 20:10:01 -0500 | [diff] [blame] | 1 | option('tests', type: 'feature', description: 'Build tests') |
Patrick Williams | d9f0d64 | 2021-04-21 15:43:21 -0500 | [diff] [blame] | 2 | option( |
| 3 | 'openpower-pel-extension', |
| 4 | type: 'feature', |
| 5 | description: 'Create PELs', |
| 6 | value: 'disabled' |
| 7 | ) |
Patrick Williams | a517197 | 2021-04-16 20:10:01 -0500 | [diff] [blame] | 8 | |
Patrick Williams | f06056b | 2021-04-16 13:38:55 -0500 | [diff] [blame] | 9 | option('yamldir', type: 'string', description: 'Path to YAML') |
| 10 | option( |
| 11 | 'callout_yaml', |
| 12 | type: 'string', |
| 13 | value: 'callouts/callouts-example.yaml', |
| 14 | description: 'Path to Callout YAML', |
| 15 | ) |
Patrick Williams | 0bb89f8 | 2021-04-16 16:30:04 -0500 | [diff] [blame] | 16 | |
| 17 | option( |
| 18 | 'error_cap', |
| 19 | type: 'integer', |
| 20 | value: 200, |
| 21 | description: 'Max number of error enttries allowed for commit', |
| 22 | ) |
| 23 | option( |
| 24 | 'error_info_cap', |
| 25 | type: 'integer', |
| 26 | value: 10, |
| 27 | description: 'Cap on informational (and below) severity errors', |
| 28 | ) |
Jayanth Othayoth | e8bdeea | 2021-06-03 03:01:16 -0500 | [diff] [blame] | 29 | |
| 30 | option( |
| 31 | 'phal', |
| 32 | type: 'feature', |
| 33 | value: 'disabled', |
| 34 | description: 'Enable support for PHAL', |
| 35 | ) |