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 <#workflow-options> section of bkr(1).

Common bkr options are described in the Options <#common-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

bkr(1)

Author

The Beaker team <beaker-devel@lists.fedorahosted.org>

Referenced By

bkr(1), bkr-system-provision(1).

Jan 16, 2026 29.2 Beaker