blob: 3045a0c534bd36bcda9bbf46143415d4f52e6401 [file] [log] [blame]
Jagpal Singh Gill7e11ab02023-12-08 11:41:41 -08001option('tests', type: 'feature', description: 'Build tests')
Jagpal Singh Gillea100c92024-03-03 18:43:53 -08002
3# Variables
Patrick Williamsba29dbd2025-02-03 14:13:59 -05004option(
5 'monitor-collection-interval',
6 type: 'integer',
7 value: 1,
8 description: 'The health monitor collection interval in seconds.',
9)