1BKR-WATCHDOG-EXTEND(1) Beaker BKR-WATCHDOG-EXTEND(1)
2
3
4
6 bkr-watchdog-extend - Extend Beaker watchdog time
7
9 bkr watchdog-extend [options] [<taskspec> | <fqdn>]
10 [--by <seconds>]
11
12
14 Extends the watchdog time for one or more recipes by specifying one or
15 more <taskspec> arguments or <fqdn> arguments.
16
17 The format of the <taskspec> arguments is either R:<recipe_id> or
18 T:<recipe_task_id>. The <fqdn> arguments are used for specifying
19 recipes that are running on the systems.
20
22 --by <seconds>
23 Extend the watchdog by <seconds>. Default is 7200.
24
25 Common bkr options are described in the Options section of bkr(1).
26
28 Non-zero on error, otherwise zero.
29
31 Extend the watchdog for recipe 12345 by 1 hour:
32
33 bkr watchdog-extend --by=3600 R:12345
34
35 Extend the watchdog for recipe 12345 by 1 hour running on system sys‐
36 tem.example.com:
37
38 bkr watchdog-extend --by=3600 system.example.com
39
41 bkr(1)
42
44 The Beaker team <beaker-devel@lists.fedorahosted.org>
45
47 2013, Red Hat, Inc
48
49
50
51
5226.3 Jan 31, 2019 BKR-WATCHDOG-EXTEND(1)