1BKR-WORKFLOW-SIMPLE(1) Beaker BKR-WORKFLOW-SIMPLE(1)
2
3
4
6 bkr-workflow-simple - Simple workflow to generate Beaker jobs
7
9 bkr workflow-simple [workflow options] [options]
10
12 Generates a Beaker job using the (not-so-simple) options available for
13 all workflows.
14
16 Common workflow options are described in the Workflow options section
17 of bkr(1).
18
19 Common bkr options are described in the Options section of bkr(1).
20
22 Non-zero on error, otherwise zero.
23
25 Schedule a job using CentOS 7 Server, containing the hypothetical
26 /mypackage/mytest task on a randomly selected x86_64 machine:
27
28 bkr workflow-simple --arch x86_64 --random \
29 --family CentOS7 --variant Server \
30 --task /mypackage/mytest
31
33 bkr(1)
34
36 The Beaker team <beaker-devel@lists.fedorahosted.org>
37
39 2013-2020 Red Hat, Inc.
40
41
42
43
4427.4 Mar 30, 2020 BKR-WORKFLOW-SIMPLE(1)