1BKR-WATCHDOG-EXTEND(1)              Beaker              BKR-WATCHDOG-EXTEND(1)
2
3
4

NAME

6       bkr-watchdog-extend - Extend Beaker watchdog time
7

SYNOPSIS

9       bkr watchdog-extend [options] [<taskspec> | <fqdn>]
10         [--by <seconds>]
11
12

DESCRIPTION

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

OPTIONS

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

EXIT STATUS

28       Non-zero on error, otherwise zero.
29

EXAMPLES

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

SEE ALSO

41       bkr(1)
42

AUTHOR

44       The Beaker team <beaker-devel@lists.fedorahosted.org>
45
47       2013-2019 Red Hat, Inc.
48
49
50
51
5226.5                             Sep 26, 2019           BKR-WATCHDOG-EXTEND(1)
Impressum