bkr-watchdog-extend - Man Page
Extend Beaker watchdog time
Synopsis
bkr watchdog-extend [options] [<taskspec> | <fqdn>] [--by <seconds>]
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
Author
The Beaker team <beaker-devel@lists.fedorahosted.org>
Copyright
2013-2024 Red Hat, Inc.
Referenced By
Jul 17, 2024 29.1 Beaker