-
Notifications
You must be signed in to change notification settings - Fork 0
/
conf_sample.yaml
53 lines (53 loc) · 1.25 KB
/
conf_sample.yaml
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
# You can create a group of job names under a group name, then you can
# use --job-group arg to refer to a group in a query
# job-groups:
# nova-devstack:
# - nova-live-migration
# - nova-live-migration-ceph
# - nova-lvm
# - nova-multi-cell
# - nova-next
# - tempest-integrated-compute
# - nova-grenade-multinode
# - tempest-ipv6-only
# nova-multinode:
# - nova-live-migration
# - nova-live-migration-ceph
# - nova-multi-cell
# - nova-next
# - nova-grenade-multinode
#
# You can define stored searches here or in separate files in the conf
# directory.
# searches:
# example-stored-search:
# project: example-project
# pipeline: gate
# job-groups:
# - group1
# jobs:
# - jobX
# - jobY
# branches:
# - branchA
# - branchB
# result: FAILURE
# voting: True
# files:
# - job-output.txt
# - logs/compute/screen-n-cpu.txt
# after-context: 5
# before-context: 5
# after-context: 10
# regex: 'some failure pattern'
#
# E.g.:
# searches:
# bug-1931864:
# project: openstack/nova
# branches:
# - master
# - stable/victoria
# result: FAILURE
# after-context: 5
# regex: 'ERROR: Cannot install .* because these package versions have conflicting dependencies.'