1BKR-JOB-MODIFY(1) Beaker BKR-JOB-MODIFY(1)
2
3
4
6 bkr-job-modify - Modify Beaker jobs
7
9 bkr job-modify [options] <taskspec>
10 [--response <response>] [--retention-tag <retention_tag>]
11 [--product <product>] [--priority <priority>]
12
13
15 Specify one or more <taskspec> arguments to be modified.
16
17 The <taskspec> arguments follow the same format as in other bkr subcom‐
18 mands (for example, J:1234). See Specifying tasks in bkr(1).
19
21 --response <response>
22 Sets the response type of the job. Can be either 'ack' or 'nak'.
23
24 --retention-tag <retention_tag>
25 Sets the retention tag of a job. Must coincide with correct
26 product value. Please refer to the job page to see a list of
27 available retention tags.
28
29 --product <product>
30 Sets the product of a job. Must co-incide with correct retention
31 tag value. Please refer to the job page to see a list of avail‐
32 able products.
33
34 --priority <priority>
35 Sets the priority. Recipe sets with higher priority are sched‐
36 uled sooner by Beaker's scheduler. Only permitted for recipe
37 sets and jobs which are queued. Valid priorities are: Low,
38 Medium, Normal, High, Urgent.
39
40 --whiteboard <whiteboard>
41 Sets the whiteboard of a job or recipe. The whiteboard is a
42 free-form string to describe the job or recipe.
43
44 Common bkr options are described in the Options section of bkr(1).
45
47 Non-zero on error, otherwise zero.
48
50 Set a recipe set to 'ack':
51 bkr job-modify RS:1 --response ack
52
53 Set multiple jobs to be 'nak':
54 bkr job-modify J:1 J:2 --response nak
55
56 Set a job's retention tag of 60days:
57 bkr job-modify J:1 --retention-tag 60days
58
59 Set a job's product to validproduct and the audit retention tag:
60 bkr job-modify J:1 --product validproduct --retention-tag audit
61
62 Unset a job's product and change to the scratch retention tag:
63 bkr job-modify J:1 --retention-tag scratch --product=
64
65 Set a job's priority to 'High' which will apply to all the recipe sets
66 in the job:
67 bkr job-modify J:1 --priority High
68
69 Set a recipe set's priority to 'High':
70 bkr job-modify RS:1 --priority High
71
73 bkr(1)
74
76 The Beaker team <beaker-devel@lists.fedorahosted.org>
77
79 2013-2020 Red Hat, Inc.
80
81
82
83
8427.4 Mar 30, 2020 BKR-JOB-MODIFY(1)