Beaker

bkr workflow-simple: 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

bkr(1)