blob: 6ad9ff13fc2e619ede4ed139bef5d119c6365551 [file] [log] [blame]
Mehdi Abaakoukc8c2ecb2018-01-15 10:07:53 +01001- job:
zhurong02538c12019-04-12 16:00:25 +08002 name: telemetry-tempest-base
Ghanshyam Mann1fac68f2019-10-30 07:47:38 +00003 parent: devstack-tempest
4 description: |
Jaromir Wysogladb8ab3aa2023-11-14 09:19:22 -05005 This job is for testing telemetry components. We test stable branches from wallaby onwards.
Ghanshyam Mann1fac68f2019-10-30 07:47:38 +00006 irrelevant-files:
7 - ^(test-|)requirements.txt$
8 - ^setup.cfg$
9 - ^doc/.*$
10 - ^.*\.rst$
11 - ^releasenotes/.*$
12 timeout: 7800
zhurongd60e6e22019-08-26 14:43:47 +080013 required-projects: &base_required_projects
Mehdi Abaakoukc8c2ecb2018-01-15 10:07:53 +010014 - openstack/aodh
15 - openstack/ceilometer
Mehdi Abaakoukc8c2ecb2018-01-15 10:07:53 +010016 - openstack/telemetry-tempest-plugin
Mehdi Abaakouk7f0e3152019-02-08 12:30:17 +010017 - openstack/heat-tempest-plugin
zhurong02538c12019-04-12 16:00:25 +080018 - openstack/heat
Mehdi Abaakoukc8c2ecb2018-01-15 10:07:53 +010019 - openstack/diskimage-builder
zhurong02538c12019-04-12 16:00:25 +080020 - openstack/tempest
Sean Mooney5ba27fb2023-01-31 14:47:58 -050021 - gnocchixyz/gnocchi
Jaromír Wysogladd6c49722023-10-13 09:08:38 +020022 - infrawatch/sg-core
zhurongd60e6e22019-08-26 14:43:47 +080023 vars: &base_vars
Matthias Rungef49e5bc2021-01-15 16:51:26 +010024 configure_swap_size: 8192
zhurong02538c12019-04-12 16:00:25 +080025 devstack_plugins:
26 heat: https://opendev.org/openstack/heat
27 ceilometer: https://opendev.org/openstack/ceilometer
28 aodh: https://opendev.org/openstack/aodh
Jaromír Wysogladd6c49722023-10-13 09:08:38 +020029 sg-core: https://github.com/infrawatch/sg-core
Takashi Kajinami74d19682024-02-29 16:39:10 +090030 # NOTE(jokke): The following will disable the gabbi based integration tests for now.
31 # We will need to figure out how we refactor them to be stable in the CI.
Jaromir083ccea2024-03-11 15:52:19 +010032 tempest_exclude_regex: (^telemetry_tempest_plugin\.scenario\.test_telemetry_integration\.)
zhurong02538c12019-04-12 16:00:25 +080033 devstack_services:
34 tempest: true
zhurong02538c12019-04-12 16:00:25 +080035 devstack_localrc:
36 TEMPEST_PLUGINS: '"/opt/stack/telemetry-tempest-plugin /opt/stack/heat-tempest-plugin"'
37 GNOCCHI_ARCHIVE_POLICY_TEMPEST: "ceilometer-high-rate"
Jaromír Wysogladd6c49722023-10-13 09:08:38 +020038 CEILOMETER_BACKENDS: "gnocchi,sg-core"
zhurong02538c12019-04-12 16:00:25 +080039 CEILOMETER_PIPELINE_INTERVAL: 15
Yadnesh Kulkarni2aaba332022-12-19 10:35:16 -050040 CEILOMETER_ALARM_THRESHOLD: 6000000000
Takashi Kajinami1759b9e2023-08-25 19:04:26 +090041 GLOBAL_VENV: False
Yadnesh Kulkarnieff7af32022-11-23 05:21:13 -050042 devstack_local_conf:
43 test-config:
44 $TEMPEST_CONFIG:
Takashi Kajinami76400662023-11-29 19:41:19 +090045 service_available:
Jaromir Wysoglad429550d2024-02-13 09:44:20 -050046 sg_core: True
Erno Kuvajab0e09122023-11-30 13:09:46 +000047 telemetry_services:
Takashi Kajinami0beea182024-01-31 19:42:42 +090048 metric_backends: gnocchi,prometheus
Yadnesh Kulkarnieff7af32022-11-23 05:21:13 -050049 telemetry:
50 disable_ssl_certificate_validation: True
Jaromir Wysogladb8fd0672024-02-19 10:26:11 -050051 ceilometer_polling_interval: 15
zhurong02538c12019-04-12 16:00:25 +080052 tempest_test_regex: telemetry_tempest_plugin
53 tox_envlist: all
54
55- job:
56 name: telemetry-dsvm-integration
57 parent: telemetry-tempest-base
zhurongf4d73752019-11-25 00:56:41 -080058
59- job:
Takashi Kajinamie12816c2024-10-14 02:28:56 +090060 name: telemetry-dsvm-integration-2024-2
61 parent: telemetry-tempest-base
62 override-checkout: stable/2024.2
Takashi Kajinamicf276b42024-10-21 21:04:44 +090063 required-projects:
64 - name: gnocchixyz/gnocchi
65 override-checkout: stable/4.6
Takashi Kajinamie12816c2024-10-14 02:28:56 +090066
67- job:
68 name: telemetry-dsvm-integration-2024-1
69 parent: telemetry-tempest-base
70 override-checkout: stable/2024.1
Takashi Kajinamicf276b42024-10-21 21:04:44 +090071 required-projects:
72 - name: gnocchixyz/gnocchi
73 override-checkout: stable/4.6
Takashi Kajinamie12816c2024-10-14 02:28:56 +090074
75- job:
76 name: telemetry-dsvm-integration-2023-2
77 parent: telemetry-tempest-base
78 override-checkout: stable/2023.2
Takashi Kajinamicf276b42024-10-21 21:04:44 +090079 required-projects:
80 - name: gnocchixyz/gnocchi
81 override-checkout: stable/4.6
Takashi Kajinamie12816c2024-10-14 02:28:56 +090082 vars: &no_prometheus_vars
83 devstack_localrc:
84 TEMPEST_PLUGINS: '"/opt/stack/telemetry-tempest-plugin /opt/stack/heat-tempest-plugin"'
85 GNOCCHI_ARCHIVE_POLICY_TEMPEST: "ceilometer-high-rate"
86 CEILOMETER_BACKENDS: "gnocchi"
87 CEILOMETER_PIPELINE_INTERVAL: 15
88 CEILOMETER_ALARM_THRESHOLD: 6000000000
89 GLOBAL_VENV: False
90 devstack_local_conf:
91 test-config:
92 $TEMPEST_CONFIG:
93 service_available:
94 sg_core: False
95 telemetry_services:
96 metric_backends: gnocchi
97 telemetry:
98 disable_ssl_certificate_validation: True
99 ceilometer_polling_interval: 15
100
101- job:
zhurongf4d73752019-11-25 00:56:41 -0800102 name: telemetry-dsvm-integration
103 parent: telemetry-tempest-base
104 branches:
Takashi Kajinamicf276b42024-10-21 21:04:44 +0900105 - stable/2024.2
106 - stable/2024.1
107 required-projects:
108 - name: gnocchixyz/gnocchi
109 override-checkout: stable/4.6
110
111- job:
112 name: telemetry-dsvm-integration
113 parent: telemetry-tempest-base
114 branches:
Takashi Kajinami024f29e2024-10-17 23:08:56 +0900115 - stable/2023.2
Takashi Kajinamicf276b42024-10-21 21:04:44 +0900116 required-projects:
117 - name: gnocchixyz/gnocchi
118 override-checkout: stable/4.6
119 vars: *no_prometheus_vars
120
121- job:
122 name: telemetry-dsvm-integration
123 parent: telemetry-tempest-base
124 branches:
Takashi Kajinami024f29e2024-10-17 23:08:56 +0900125 - stable/2023.1
Takashi Kajinamicf276b42024-10-21 21:04:44 +0900126 required-projects:
127 - name: gnocchixyz/gnocchi
128 override-checkout: stable/4.5
Takashi Kajinami024f29e2024-10-17 23:08:56 +0900129 vars: *no_prometheus_vars
130
131- job:
132 name: telemetry-dsvm-integration
133 parent: telemetry-tempest-base
134 branches:
Matthias Runged5c98fd2021-08-18 18:03:35 +0200135 - stable/wallaby
zhurongf4d73752019-11-25 00:56:41 -0800136 vars:
137 devstack_localrc:
138 USE_PYTHON3: False
zhurong02538c12019-04-12 16:00:25 +0800139
140- job:
Takashi Kajinami024f29e2024-10-17 23:08:56 +0900141 name: telemetry-dsvm-integration-ipv6-only-base
zhurongd60e6e22019-08-26 14:43:47 +0800142 parent: devstack-tempest-ipv6
zhurongd60e6e22019-08-26 14:43:47 +0800143 description: |
144 Telemetry devstack tempest tests job for IPv6-only deployment
Takashi Kajinamid2330bf2024-10-14 02:25:52 +0900145 irrelevant-files:
146 - ^(test-|)requirements.txt$
147 - ^setup.cfg$
148 - ^doc/.*$
149 - ^.*\.rst$
150 - ^releasenotes/.*$
zhurongd60e6e22019-08-26 14:43:47 +0800151 required-projects: *base_required_projects
152 vars: *base_vars
153
Ghanshyam Mann5d5366a2020-05-05 17:38:43 -0500154- job:
Takashi Kajinami024f29e2024-10-17 23:08:56 +0900155 name: telemetry-dsvm-integration-ipv6-only
156 parent: telemetry-dsvm-integration-ipv6-only-base
157 description: |
158 Telemetry devstack tempest tests job for IPv6-only deployment
Takashi Kajinamicf276b42024-10-21 21:04:44 +0900159 branches:
160 - stable/2024.2
161 - stable/2024.1
162 required-projects:
163 - name: gnocchixyz/gnocchi
164 override-checkout: stable/4.6
Takashi Kajinami024f29e2024-10-17 23:08:56 +0900165
166- job:
167 name: telemetry-dsvm-integration-ipv6-only
168 parent: telemetry-dsvm-integration-ipv6-only-base
169 description: |
170 Telemetry devstack tempest tests job for IPv6-only deployment
171 branches:
172 - stable/2023.2
Takashi Kajinamicf276b42024-10-21 21:04:44 +0900173 required-projects:
174 - name: gnocchixyz/gnocchi
175 override-checkout: stable/4.6
176 vars: *no_prometheus_vars
177
178- job:
179 name: telemetry-dsvm-integration-ipv6-only
180 parent: telemetry-dsvm-integration-ipv6-only-base
181 description: |
182 Telemetry devstack tempest tests job for IPv6-only deployment
183 branches:
Takashi Kajinami024f29e2024-10-17 23:08:56 +0900184 - stable/2023.1
Takashi Kajinamicf276b42024-10-21 21:04:44 +0900185 required-projects:
186 - name: gnocchixyz/gnocchi
187 override-checkout: stable/4.5
Takashi Kajinami024f29e2024-10-17 23:08:56 +0900188 vars: *no_prometheus_vars
189
190- job:
Matthias Runged5c98fd2021-08-18 18:03:35 +0200191 name: telemetry-dsvm-integration-wallaby
Ghanshyam Mann5d5366a2020-05-05 17:38:43 -0500192 parent: telemetry-dsvm-integration
Ghanshyam Mann0db03762022-10-15 21:40:54 -0500193 nodeset: openstack-single-node-focal
Matthias Runged5c98fd2021-08-18 18:03:35 +0200194 override-checkout: stable/wallaby
Matthias Rungeaade8252021-08-12 11:52:55 +0200195 voting: false
Ghanshyam Mann5d5366a2020-05-05 17:38:43 -0500196
197- job:
Chris Sibbittd42dc012021-08-12 10:54:27 -0400198 name: telemetry-dsvm-integration-centos-8s
199 nodeset: devstack-single-node-centos-8-stream
200 parent: telemetry-dsvm-integration
Emma Foley60633b22022-08-19 16:05:51 +0100201 branches:
202 - stable/wallaby
203 - stable/xena
204 - stable/yoga
Chris Sibbittd42dc012021-08-12 10:54:27 -0400205 description: |
Emma Foley60633b22022-08-19 16:05:51 +0100206 Telemetry devstack tempest test job for Centos 8 stream system using python 36
207 i.e. yoga and below
208 vars:
209 devstack_localrc:
210 # for versions of devstack that don't explicitly support rhel8
211 FORCE: 'yes'
212 TEMPEST_BRANCH: '30.1.0'
213 TEMPEST_VENV_UPPER_CONSTRAINTS: '/opt/stack/requirements/upper-constraints.txt'
Chris Sibbittd42dc012021-08-12 10:54:27 -0400214
215- job:
216 name: telemetry-dsvm-integration-centos-8s-fips
217 parent: telemetry-dsvm-integration-centos-8s
218 description: |
Emma Foley60633b22022-08-19 16:05:51 +0100219 Telemetry devstack tempest tests job for a FIPS enabled Centos 8 stream system using python36
220 i.e. yoga and below
Chris Sibbittd42dc012021-08-12 10:54:27 -0400221 pre-run: playbooks/enable-fips.yaml
afariasa935428a2022-08-16 13:11:47 +0000222 vars:
223 nslookup_target: 'opendev.org'
Chris Sibbittd42dc012021-08-12 10:54:27 -0400224
Takashi Kajinami0d8ebb62022-05-06 12:52:29 +0900225- job:
226 name: telemetry-dsvm-integration-centos-9s
227 nodeset: devstack-single-node-centos-9-stream
228 parent: telemetry-dsvm-integration
229 description: |
230 Telemetry devstack tempest tests job for a Centos 9 stream system
231
232- job:
233 name: telemetry-dsvm-integration-centos-9s-fips
234 parent: telemetry-dsvm-integration-centos-9s
235 description: |
236 Telemetry devstack tempest tests job for a FIPS enabled Centos 9 stream system
237 pre-run: playbooks/enable-fips.yaml
afariasa935428a2022-08-16 13:11:47 +0000238 vars:
Matthias Runge68adef72024-06-03 14:50:08 +0200239 nslookup_target: "opendev.org"
Takashi Kajinami0d8ebb62022-05-06 12:52:29 +0900240
Mehdi Abaakoukc8c2ecb2018-01-15 10:07:53 +0100241- project:
Takashi Kajinami82abe002022-06-13 09:58:00 +0900242 queue: telemetry
Doug Hellmann40f2a142018-08-31 08:01:22 -0400243 templates:
244 - check-requirements
245 - tempest-plugin-jobs
Mehdi Abaakoukc8c2ecb2018-01-15 10:07:53 +0100246 check:
247 jobs:
Mehdi Abaakouk319cb262018-01-15 15:49:20 +0100248 - telemetry-dsvm-integration
Takashi Kajinamie12816c2024-10-14 02:28:56 +0900249 - telemetry-dsvm-integration-2023-2
250 - telemetry-dsvm-integration-2024-1
251 - telemetry-dsvm-integration-2024-2
zhurongd60e6e22019-08-26 14:43:47 +0800252 - telemetry-dsvm-integration-ipv6-only
Takashi Kajinami0d8ebb62022-05-06 12:52:29 +0900253 - telemetry-dsvm-integration-centos-9s
254 - telemetry-dsvm-integration-centos-9s-fips
Mehdi Abaakoukc8c2ecb2018-01-15 10:07:53 +0100255 gate:
256 jobs:
Mehdi Abaakouk319cb262018-01-15 15:49:20 +0100257 - telemetry-dsvm-integration
zhurongd60e6e22019-08-26 14:43:47 +0800258 - telemetry-dsvm-integration-ipv6-only