bkr watchdog-extend: Extend Beaker watchdog time¶
Description¶
Extends the watchdog time for one or more recipes by specifying one or more <taskspec> arguments or <fqdn> arguments.
The format of the <taskspec> arguments is either R:<recipe_id> or T:<recipe_task_id>. The <fqdn> arguments are used for specifying recipes that are running on the systems.
Options¶
- --by <seconds>¶
Extend the watchdog by <seconds>. Default is 7200.
Common bkr options are described in the Options section of bkr(1).
Exit status¶
Non-zero on error, otherwise zero.
Examples¶
Extend the watchdog for recipe 12345 by 1 hour:
bkr watchdog-extend --by=3600 R:12345
Extend the watchdog for recipe 12345 by 1 hour running on system system.example.com:
bkr watchdog-extend --by=3600 system.example.com
See also¶
bkr(1)