-
Notifications
You must be signed in to change notification settings - Fork 155
/
.zuul.yaml
105 lines (97 loc) · 2.79 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
- job:
name: oslo.messaging-tox-py310-func-scenario01
parent: openstack-tox-py310
vars:
tox_envlist: py310-func-scenario01
bindep_profile: rabbit
- job:
name: oslo.messaging-tox-py310-func-scenario02
parent: openstack-tox-py310
vars:
tox_envlist: py310-func-scenario02
bindep_profile: rabbit kafka
# Begin v3 native jobs
# See https://docs.openstack.org/devstack/latest/
- job:
name: oslo.messaging-devstack-tempest-full-base
description: |
Base for all devstack based tempest full testing jobs (with
neutron)
abstract: true
parent: devstack-tempest
timeout: 10800
required-projects:
- openstack/oslo.messaging
vars:
tox_envlist: full
- job:
name: oslo.messaging-src-dsvm-full-rabbit
description: |
Run full tempest tests against rabbitmq
parent: oslo.messaging-devstack-tempest-full-base
- job:
name: oslo.messaging-src-dsvm-full-kafka-hybrid
description: |
Run the full tempest tests using the AMQP 1.0 driver for RPC and
Apache Kafka for Notifications.
parent: oslo.messaging-devstack-tempest-full-base
required-projects:
- openstack/devstack-plugin-kafka
vars:
devstack_plugins:
devstack-plugin-kafka: https://opendev.org/openstack/devstack-plugin-kafka
zuul_copy_output:
'{{ devstack_log_dir }}/server.log': logs
- job:
name: oslo.messaging-grenade
parent: grenade
timeout: 10800
required-projects:
- openstack/oslo.messaging
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- ^releasenotes/.*$
- ^.git.*$
- ^(test-|)requirements.txt$
- ^setup.cfg$
- ^\.pre-commit-config\.yaml$
- job:
name: oslo.messaging-grenade-multinode
parent: grenade-multinode
timeout: 10800
required-projects:
- openstack/oslo.messaging
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- ^releasenotes/.*$
- ^.git.*$
- ^(test-|)requirements.txt$
- ^setup.cfg$
- ^\.pre-commit-config\.yaml$
- project:
templates:
- check-requirements
- lib-forward-testing-python3
- openstack-cover-jobs
- openstack-python3-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
- oslo.messaging-tox-py310-func-scenario01
- oslo.messaging-tox-py310-func-scenario02:
voting: false
- oslo.messaging-src-dsvm-full-rabbit
- oslo.messaging-src-dsvm-full-kafka-hybrid:
voting: false
- oslo.messaging-grenade:
voting: false
- oslo.messaging-grenade-multinode:
voting: false
gate:
jobs:
- oslo.messaging-tox-py310-func-scenario01
- oslo.messaging-src-dsvm-full-rabbit