You are viewing an old version of this page. View the current version.

    Compare with Current View Page History

    « Previous Version 3 Current »

    Host groups are a simple way to target jobs to a list of machines without specifying them explicitly every time you submit a job.

    To set up a host group, the Worker needs only to be configured with the list of groups it belongs to:

    worker_groups = group [, group…]

    where group is one or more comma-delimited group names.

    Example

    worker_groups = myGroup, groupB

    See Also

    Host Groups
    worker_groups

    • No labels