Provided by: openqa-client_4.6.1640268275.25ac0d7-2_all
NAME
openqa-label-all - apply labels to openQA jobs based on various criteria
SYNOPSIS
openqa-label-all [OPTIONS]
DESCRIPTION
openqa-label-all allows comments to be applied to a set jobs, which match the specified options, on the specified server.
OPTIONS
openqa-label-all allows comments to be applied to the set of failing jobs that match the specified options. --build=BUILD The build for which to look for a failing module --module=MODULE The failing module to look for. (required) --groupid=GROUP_ID Limits labeling to this group only. --openqa-host=HOST The openQA host to act on, default: 'https://salsa.debian.net' --result=RESULT The result of the jobs to look for, default: 'failed' --label=LABEL The label to write as comment for each found job --dry-run Do not do any action on openQA --no-restart Do not restart the jobs after labelling -v, --verbose Increase verbosity level, specify multiple times to increase verbosity. -h, --help Prints help.
BUGS
The script currently relies on the /usr/share/openqa/script/client (deprecated) to connect to the server's API. It should be upgraded to use openqa-cli(1).
AUTHOR
This manual page was written by Philip Hands <phil@hands.com>, for the Debian GNU/Linux system (but may be used by others).