forked from openstack/python-mistralclient
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.zuul.yaml
More file actions
59 lines (57 loc) · 1.83 KB
/
.zuul.yaml
File metadata and controls
59 lines (57 loc) · 1.83 KB
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
- job:
name: python-mistralclient-functional-devstack
parent: devstack-tox-functional-consumer
timeout: 9000
vars:
devstack_plugins:
mistral: https://opendev.org/openstack/mistral
heat: https://opendev.org/openstack/heat
devstack_services:
heat: true
h-api: true
h-api-cfn: true
h-api-cw: true
h-eng: true
tox_envlist: functional
tox_environment:
IDENTITY_API_VERSION: 3
PYTHONUNBUFFERED: 'true'
MISTRAL_USE_MOD_WSGI: true
MISTRAL_RPC_IMPLEMENTATION: oslo
MYSQL_ROOT_PW: secretdatabase
required-projects:
- openstack/heat
- openstack/mistral
- openstack/mistral-lib
- openstack/mistral-extra
- openstack/python-mistralclient
- project:
templates:
- check-requirements
- openstack-lower-constraints-jobs
- openstack-python3-victoria-jobs
- openstackclient-plugin-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
- openstack-tox-cover:
voting: false
irrelevant-files:
- ^.zuul.yaml$
- ^.*\.rst$
- ^doc/.*$
- ^releasenotes/.*$
- python-mistralclient-functional-devstack
# TripleO jobs that deploy Mistral.
# Note we don't use a project-template here, so it's easier
# to disable voting on one specific job if things go wrong.
# tripleo-ci-centos-7-scenario003-multinode-oooq-container will
# run in Pike and beyond.
# If you need any support to debug these jobs in case of
# failures, please reach us on #tripleo IRC channel.
- tripleo-ci-centos-7-containers-multinode:
voting: false
gate:
jobs:
- python-mistralclient-functional-devstack