-
Notifications
You must be signed in to change notification settings - Fork 116
/
.zuul.yaml
138 lines (132 loc) · 3.96 KB
/
.zuul.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
- job:
name: mistral-rally-task
parent: rally-task-mistral
vars:
devstack_plugins:
rally-openstack: https://opendev.org/openstack/rally-openstack
rally_task: rally-jobs/task-mistral.yaml
devstack_localrc:
USE_PYTHON3: true
devstack_local_conf:
post-config:
$MISTRAL_CONF_FILE:
default:
oslo_rpc_executor: threading
rpc_message_ttl: 3000
rpc_response_timeout: 3000
default_log_levels: mistral=DEBUG,mistral.expressions=INFO,sqlalchemy=INFO
engine:
execution_field_size_limit_kb: 8192
execution_integrity_check_delay: -1
executor:
type: local
database:
max_pool_size: 100
scheduler:
fixed_delay: 2
random_depaly: 0
batch_size: 50
yaql:
convert_input_data: false
convert_output_data: false
pecan:
auth_enable: false
required-projects:
- openstack/rally-openstack
- openstack/mistral-lib
- openstack/mistral-extra
- job:
name: mistral-docker-buildimage
parent: publish-openstack-artifacts
run: playbooks/docker-buildimage/run.yaml
post-run: playbooks/docker-buildimage/post.yaml
timeout: 1800
required-projects:
- openstack/mistral
- job:
name: mistral-docker-buildimage-test
run: playbooks/docker-buildimage/run.yaml
post-run: playbooks/docker-buildimage/post.yaml
timeout: 1800
required-projects:
- openstack/mistral
# This job does not work. We can come back to it later.
# - job:
# name: mistral-ha
# parent: legacy-base
# run: playbooks/legacy/mistral-ha/run
# timeout: 4200
# This job does not work. We can come back to it later.
# - job:
# name: mistral-tox-unit-mysql
# parent: openstack-tox
# vars:
# tox_envlist: unit-mysql
# irrelevant-files:
# - ^.*\.rst$
# - ^doc/.*$
# - ^releasenotes/.*$
# timeout: 3600
# required-projects:
# - openstack/mistral-lib
# - openstack/mistral-extra
# This job does not work. We can come back to it later.
# - job:
# name: mistral-tox-unit-postgresql
# parent: openstack-tox
# vars:
# tox_envlist: unit-postgresql
# tox_environment: {CI_PROJECT: "{{ zuul['project']['name'] }}"}
# irrelevant-files:
# - ^.*\.rst$
# - ^doc/.*$
# - ^releasenotes/.*$
# timeout: 3600
# required-projects:
# - openstack/mistral-lib
# - openstack/mistral-extra
- project:
templates:
- openstack-python3-jobs
- publish-openstack-docs-pti
- check-requirements
- release-notes-jobs-python3
check:
jobs:
- openstack-tox-cover:
voting: false
irrelevant-files:
- ^.zuul.yaml$
- ^.*\.rst$
- ^doc/.*$
- ^releasenotes/.*$
- mistral-devstack
- mistral-devstack-tempest-ipv6-only
- mistral-devstack-non-apache-tempest-ipv6-only
- mistral-devstack-non-apache
- mistral-devstack-kombu
# Disable mysql / postgresql units as they are not working as expected
# - mistral-tox-unit-mysql
# - mistral-tox-unit-postgresql
queue: mistral
gate:
jobs:
- mistral-devstack
- mistral-devstack-tempest-ipv6-only
- mistral-devstack-non-apache-tempest-ipv6-only
- mistral-devstack-non-apache
- mistral-devstack-kombu
# Disable mysql / postgresql units as they are not working as expected
# - mistral-tox-unit-mysql
# - mistral-tox-unit-postgresql
post:
jobs:
- mistral-docker-buildimage:
branches: master
experimental:
jobs:
- mistral-docker-buildimage-test:
branches: master
# This job doesn't work yet.
# - mistral-ha:
# voting: false