-
Notifications
You must be signed in to change notification settings - Fork 1
/
plugin.spec
64 lines (60 loc) · 3.27 KB
/
plugin.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
---
config:
plugin_type: test
entry_point: ./infrared/main.yml
subparsers:
bzaf:
description: Executes Bzaf auto-verifiation tool
include_groups: ["Ansible options", "Inventory", "Common options",
"Answers file"]
groups:
- title: Bzaf command line attributes
options:
bzaf_cmd_attrd:
type: Value
default: " -h"
help: |
command line attributes for bzaf:
usage: bzaf [-h] [--debug]
(--interactive-login | --access-api-key ACCESS_API_KEY)
[--version] --bugzilla BUGZILLA
(--bzid BZID | --bz-query BZ_QUERY) --current-status
CURRENT_STATUS --verified-status VERIFIED_STATUS
--verified-resolution VERIFIED_RESOLUTION --job-env JOB_ENV
Bugzilla Auto VerificationTool
optional arguments:
-h, --help show this help message and exit
--debug show debug
--interactive-login use interactive login if no cached credentials
--access-api-key ACCESS_API_KEY
use api token key instead of interactive login
--version show program's version number and exit
--bugzilla BUGZILLA Bugzilla API entry point to use
--bug-id BZID Bugzilla bug # to be verified
--bugzilla-query BZ_QUERY Bugzilla search URL,
provides list of bugs tobe
verified
--current-status CURRENT_STATUS
current status for bug to be verified
--verified-status VERIFIED_STATUS
set status for bug which verified
--verified-resolution VERIFIED_RESOLUTION
set resolution for bug which verified
--job-env JOB_ENV delimited job env list of strings for verification,
matching between the automation job and bzaf
verification spec, Example: --job-env
'$dfg,3cont_2comp'
refsec:
type: Value
help: |
specific gerrit patch refsec to
checkout, example:
--refsec refs/changes/66/665966/7
default: ''
ci_job_id:
type: Value
help: |
CI job id-identifier
example:
--ci_job_id `printf "$(pwd)-$(date)"`
default: ''