bkr-workflow-simple - Man Page
Simple workflow to generate Beaker jobs
Synopsis
bkr workflow-simple [workflow options] [options]
Description
Generates a Beaker job using the (not-so-simple) options available for all workflows.
Options
Common workflow options are described in the Workflow options section of bkr(1).
Common bkr options are described in the Options section of bkr(1).
Exit Status
Non-zero on error, otherwise zero.
Examples
Schedule a job using CentOS 7 Server, containing the hypothetical /mypackage/mytest task on a randomly selected x86_64 machine:
bkr workflow-simple --arch x86_64 --random \ --family CentOS7 --variant Server \ --task /mypackage/mytest
See Also
Author
The Beaker team <beaker-devel@lists.fedorahosted.org>
Copyright
2013-2024 Red Hat, Inc.
Referenced By
bkr(1), bkr-system-provision(1).
Jul 17, 2024 29.1 Beaker