Andrea Frittoli (andreaf) | 7d5445d | 2017-10-03 18:43:05 +0100 | [diff] [blame] | 1 | - job: |
| 2 | name: devstack-tempest |
| 3 | parent: devstack |
Andrea Frittoli | 688f36e | 2018-02-18 22:27:34 +0000 | [diff] [blame] | 4 | nodeset: openstack-single-node |
| 5 | description: | |
| 6 | Base Tempest job. |
| 7 | |
| 8 | This Tempest job provides the base for both the single and multi-node |
| 9 | test setup. To run a multi-node test inherit from devstack-tempest and |
| 10 | set the nodeset to a multi-node one. |
Andrea Frittoli (andreaf) | 7d5445d | 2017-10-03 18:43:05 +0100 | [diff] [blame] | 11 | required-projects: |
Paul Belanger | 459a7a5 | 2018-07-11 12:28:33 -0400 | [diff] [blame] | 12 | - git.openstack.org/openstack/tempest |
Andrea Frittoli (andreaf) | 7d5445d | 2017-10-03 18:43:05 +0100 | [diff] [blame] | 13 | timeout: 7200 |
| 14 | roles: |
Paul Belanger | 459a7a5 | 2018-07-11 12:28:33 -0400 | [diff] [blame] | 15 | - zuul: git.openstack.org/openstack-dev/devstack |
Andrea Frittoli (andreaf) | 7d5445d | 2017-10-03 18:43:05 +0100 | [diff] [blame] | 16 | vars: |
| 17 | devstack_services: |
James E. Blair | d598009 | 2018-01-24 16:43:27 -0800 | [diff] [blame] | 18 | tempest: true |
Andrea Frittoli | 688f36e | 2018-02-18 22:27:34 +0000 | [diff] [blame] | 19 | devstack_local_conf: |
| 20 | test-config: |
| 21 | $TEMPEST_CONFIG: |
| 22 | compute: |
| 23 | min_compute_nodes: "{{ groups['compute'] | default(['controller']) | length }}" |
Doug Hellmann | 6db0b78 | 2018-09-08 22:53:21 -0400 | [diff] [blame] | 24 | test_results_stage_name: test_results |
Andrea Frittoli | 4c24a1a | 2018-01-31 22:21:07 +0000 | [diff] [blame] | 25 | zuul_copy_output: |
Doug Hellmann | 6db0b78 | 2018-09-08 22:53:21 -0400 | [diff] [blame] | 26 | '{{ devstack_base_dir }}/tempest/etc/tempest.conf': logs |
| 27 | '{{ devstack_base_dir }}/tempest/etc/accounts.yaml': logs |
| 28 | '{{ devstack_base_dir }}/tempest/tempest.log': logs |
| 29 | '{{ stage_dir }}/{{ test_results_stage_name }}.subunit': logs |
| 30 | '{{ stage_dir }}/{{ test_results_stage_name }}.html': logs |
| 31 | '{{ stage_dir }}/stackviz': logs |
Andrea Frittoli | 4c24a1a | 2018-01-31 22:21:07 +0000 | [diff] [blame] | 32 | extensions_to_txt: |
Doug Hellmann | 6db0b78 | 2018-09-08 22:53:21 -0400 | [diff] [blame] | 33 | conf: true |
| 34 | log: true |
| 35 | yaml: true |
| 36 | yml: true |
Andrea Frittoli (andreaf) | 7d5445d | 2017-10-03 18:43:05 +0100 | [diff] [blame] | 37 | run: playbooks/devstack-tempest.yaml |
Andrea Frittoli (andreaf) | 7481055 | 2017-10-03 18:56:56 +0100 | [diff] [blame] | 38 | post-run: playbooks/post-tempest.yaml |
Andrea Frittoli (andreaf) | 7d5445d | 2017-10-03 18:43:05 +0100 | [diff] [blame] | 39 | |
Chandan Kumar | cf576b2 | 2017-10-23 17:43:36 +0530 | [diff] [blame] | 40 | - job: |
Andrea Frittoli (andreaf) | 8e9e7f7 | 2017-11-21 14:59:47 +0000 | [diff] [blame] | 41 | name: tempest-full |
| 42 | parent: devstack-tempest |
Andrea Frittoli | 1c2a802 | 2018-02-20 15:58:13 +0000 | [diff] [blame] | 43 | # This currently works from stable/pike on. |
Andrea Frittoli | a23924f | 2018-02-18 22:35:16 +0000 | [diff] [blame] | 44 | branches: |
| 45 | - master |
| 46 | - stable/queens |
Andrea Frittoli | 1c2a802 | 2018-02-20 15:58:13 +0000 | [diff] [blame] | 47 | - stable/pike |
Andrea Frittoli (andreaf) | 8e9e7f7 | 2017-11-21 14:59:47 +0000 | [diff] [blame] | 48 | description: | |
| 49 | Base integration test with Neutron networking and py27. |
| 50 | Former names for this job where: |
| 51 | * legacy-tempest-dsvm-neutron-full |
| 52 | * gate-tempest-dsvm-neutron-full-ubuntu-xenial |
| 53 | vars: |
Andreas Jaeger | ba2f479 | 2018-01-12 16:48:52 +0100 | [diff] [blame] | 54 | tox_envlist: full |
Andrea Frittoli (andreaf) | 8e9e7f7 | 2017-11-21 14:59:47 +0000 | [diff] [blame] | 55 | devstack_localrc: |
James E. Blair | d598009 | 2018-01-24 16:43:27 -0800 | [diff] [blame] | 56 | ENABLE_FILE_INJECTION: true |
Andrea Frittoli (andreaf) | 8e9e7f7 | 2017-11-21 14:59:47 +0000 | [diff] [blame] | 57 | |
| 58 | - job: |
Attila Fazekas | 3f219f5 | 2018-03-01 16:50:10 +0000 | [diff] [blame] | 59 | name: tempest-full-parallel |
| 60 | parent: tempest-full |
| 61 | voting: false |
| 62 | branches: |
| 63 | - master |
| 64 | description: | |
| 65 | Base integration test with Neutron networking and py27. |
| 66 | It includes all scenarios as it was in the past. |
| 67 | This job runs all scenario tests in parallel! |
| 68 | vars: |
| 69 | tox_envlist: full-parallel |
| 70 | |
| 71 | - job: |
Andrea Frittoli | c4377ef | 2017-11-30 12:00:38 +0000 | [diff] [blame] | 72 | name: tempest-full-py3 |
Andrea Frittoli | 85076bd | 2018-01-24 10:19:40 +0000 | [diff] [blame] | 73 | parent: devstack-tempest |
Andrea Frittoli | a23924f | 2018-02-18 22:35:16 +0000 | [diff] [blame] | 74 | branches: |
| 75 | - master |
| 76 | - stable/queens |
Andrea Frittoli | 85076bd | 2018-01-24 10:19:40 +0000 | [diff] [blame] | 77 | description: | |
| 78 | Base integration test with Neutron networking and py3. |
| 79 | Former names for this job where: |
| 80 | * legacy-tempest-dsvm-py35 |
| 81 | * gate-tempest-dsvm-py35 |
Andrea Frittoli | c4377ef | 2017-11-30 12:00:38 +0000 | [diff] [blame] | 82 | vars: |
Andrea Frittoli | 85076bd | 2018-01-24 10:19:40 +0000 | [diff] [blame] | 83 | tox_envlist: full |
Andrea Frittoli | c4377ef | 2017-11-30 12:00:38 +0000 | [diff] [blame] | 84 | devstack_localrc: |
Doug Hellmann | 6db0b78 | 2018-09-08 22:53:21 -0400 | [diff] [blame] | 85 | USE_PYTHON3: true |
| 86 | FORCE_CONFIG_DRIVE: true |
Andrea Frittoli | c4377ef | 2017-11-30 12:00:38 +0000 | [diff] [blame] | 87 | devstack_services: |
| 88 | s-account: false |
| 89 | s-container: false |
| 90 | s-object: false |
| 91 | s-proxy: false |
| 92 | # without Swift, c-bak cannot run (in the Gate at least) |
| 93 | c-bak: false |
| 94 | |
Andrea Frittoli | 688f36e | 2018-02-18 22:27:34 +0000 | [diff] [blame] | 95 | - job: |
| 96 | name: tempest-multinode-full |
| 97 | parent: devstack-tempest |
| 98 | nodeset: openstack-two-node |
| 99 | # Until the devstack changes are backported, only run this on master |
| 100 | branches: |
| 101 | - master |
| 102 | description: | |
| 103 | Base multinode integration test with Neutron networking and py27. |
Felipe Monteiro | 99585f3 | 2018-07-08 17:59:43 -0400 | [diff] [blame] | 104 | Former names for this job were: |
Andrea Frittoli | 688f36e | 2018-02-18 22:27:34 +0000 | [diff] [blame] | 105 | * neutron-tempest-multinode-full |
| 106 | * legacy-tempest-dsvm-neutron-multinode-full |
| 107 | * gate-tempest-dsvm-neutron-multinode-full-ubuntu-xenial-nv |
| 108 | This job includes two nodes, controller / tempest plus a subnode, but |
| 109 | it can be used with different topologies, as long as a controller node |
| 110 | and a tempest one exist. |
Andrea Frittoli | 372bfd3 | 2018-06-18 13:03:40 +0200 | [diff] [blame] | 111 | timeout: 10800 |
Andrea Frittoli | 688f36e | 2018-02-18 22:27:34 +0000 | [diff] [blame] | 112 | vars: |
| 113 | tox_envlist: full |
| 114 | devstack_localrc: |
Doug Hellmann | 6db0b78 | 2018-09-08 22:53:21 -0400 | [diff] [blame] | 115 | FORCE_CONFIG_DRIVE: false |
Andrea Frittoli | 688f36e | 2018-02-18 22:27:34 +0000 | [diff] [blame] | 116 | NOVA_ALLOW_MOVE_TO_SAME_HOST: false |
| 117 | LIVE_MIGRATION_AVAILABLE: true |
| 118 | USE_BLOCK_MIGRATION_FOR_LIVE_MIGRATION: true |
| 119 | group-vars: |
| 120 | peers: |
| 121 | devstack_localrc: |
| 122 | NOVA_ALLOW_MOVE_TO_SAME_HOST: false |
| 123 | LIVE_MIGRATION_AVAILABLE: true |
| 124 | USE_BLOCK_MIGRATION_FOR_LIVE_MIGRATION: true |
| 125 | |
Jens Harbott | ff03e22 | 2018-02-26 10:54:48 +0000 | [diff] [blame] | 126 | - nodeset: |
| 127 | name: openstack-bionic-node |
| 128 | nodes: |
| 129 | - name: controller |
| 130 | label: ubuntu-bionic |
| 131 | groups: |
| 132 | - name: tempest |
| 133 | nodes: |
| 134 | - controller |
| 135 | |
| 136 | - job: |
| 137 | name: tempest-full-py36 |
| 138 | parent: tempest-full-py3 |
| 139 | nodeset: openstack-bionic-node |
| 140 | branches: |
| 141 | - master |
| 142 | description: | |
| 143 | Base integration test with Neutron networking and py36. |
| 144 | voting: false |
| 145 | |
ghanshyam | 402df09 | 2018-05-14 01:29:04 +0000 | [diff] [blame] | 146 | - job: |
ghanshyam | 10326c7 | 2018-08-01 08:53:00 +0000 | [diff] [blame] | 147 | name: tempest-slow |
Felipe Monteiro | 99585f3 | 2018-07-08 17:59:43 -0400 | [diff] [blame] | 148 | parent: tempest-multinode-full |
| 149 | branches: |
| 150 | - master |
ghanshyam | a3c5a79 | 2018-05-14 12:31:27 +0000 | [diff] [blame] | 151 | description: | |
ghanshyam | 10326c7 | 2018-08-01 08:53:00 +0000 | [diff] [blame] | 152 | This multinode integration job will run all the tests tagged as slow. |
| 153 | It enables the lvm multibackend setup to cover few scenario tests. |
| 154 | This job will run only slow tests(API or Scenario) serially. |
Felipe Monteiro | 99585f3 | 2018-07-08 17:59:43 -0400 | [diff] [blame] | 155 | |
| 156 | Former names for this job were: |
| 157 | * legacy-tempest-dsvm-neutron-scenario-multinode-lvm-multibackend |
| 158 | * tempest-scenario-multinode-lvm-multibackend |
ghanshyam | 402df09 | 2018-05-14 01:29:04 +0000 | [diff] [blame] | 159 | timeout: 10800 |
Felipe Monteiro | 99585f3 | 2018-07-08 17:59:43 -0400 | [diff] [blame] | 160 | vars: |
ghanshyam | 10326c7 | 2018-08-01 08:53:00 +0000 | [diff] [blame] | 161 | tox_envlist: slow-serial |
Felipe Monteiro | 99585f3 | 2018-07-08 17:59:43 -0400 | [diff] [blame] | 162 | devstack_localrc: |
| 163 | CINDER_ENABLED_BACKENDS: lvm:lvmdriver-1,lvm:lvmdriver-2 |
| 164 | tempest_concurrency: 2 |
ghanshyam | 402df09 | 2018-05-14 01:29:04 +0000 | [diff] [blame] | 165 | |
Andrea Frittoli | c4377ef | 2017-11-30 12:00:38 +0000 | [diff] [blame] | 166 | - job: |
ghanshyam | fbde01e | 2018-08-24 10:54:53 +0000 | [diff] [blame] | 167 | name: tempest-full-rocky |
| 168 | parent: tempest-full |
| 169 | override-checkout: stable/rocky |
| 170 | |
| 171 | - job: |
| 172 | name: tempest-full-rocky-py3 |
| 173 | parent: tempest-full-py3 |
| 174 | override-checkout: stable/rocky |
| 175 | |
| 176 | - job: |
Andrea Frittoli (andreaf) | c9d2c38 | 2017-11-21 15:03:18 +0000 | [diff] [blame] | 177 | name: tempest-full-queens |
| 178 | parent: tempest-full |
| 179 | override-checkout: stable/queens |
| 180 | |
| 181 | - job: |
| 182 | name: tempest-full-queens-py3 |
| 183 | parent: tempest-full-py3 |
| 184 | override-checkout: stable/queens |
| 185 | |
| 186 | - job: |
Andrea Frittoli | 1c2a802 | 2018-02-20 15:58:13 +0000 | [diff] [blame] | 187 | name: tempest-full-pike |
| 188 | parent: tempest-full |
| 189 | override-checkout: stable/pike |
| 190 | |
| 191 | - job: |
Chandan Kumar | cf576b2 | 2017-10-23 17:43:36 +0530 | [diff] [blame] | 192 | name: tempest-tox-plugin-sanity-check |
| 193 | parent: tox |
| 194 | description: | |
| 195 | Run tempest plugin sanity check script using tox. |
| 196 | nodeset: ubuntu-xenial |
| 197 | vars: |
| 198 | tox_envlist: plugin-sanity-check |
| 199 | voting: false |
| 200 | timeout: 5000 |
ghanshyam | 39d0380 | 2017-12-05 14:19:37 +0300 | [diff] [blame] | 201 | irrelevant-files: |
| 202 | - ^.*\.rst$ |
| 203 | - ^doc/.*$ |
| 204 | - ^etc/.*$ |
| 205 | - ^releasenotes/.*$ |
| 206 | - ^tempest/hacking/.*$ |
| 207 | - ^tempest/tests/.*$ |
Chandan Kumar | cf576b2 | 2017-10-23 17:43:36 +0530 | [diff] [blame] | 208 | required-projects: |
Paul Belanger | 459a7a5 | 2018-07-11 12:28:33 -0400 | [diff] [blame] | 209 | - git.openstack.org/openstack/almanach |
| 210 | - git.openstack.org/openstack/aodh |
| 211 | - git.openstack.org/openstack/barbican-tempest-plugin |
| 212 | - git.openstack.org/openstack/ceilometer |
| 213 | - git.openstack.org/openstack/cinder |
| 214 | - git.openstack.org/openstack/congress |
| 215 | - git.openstack.org/openstack/designate-tempest-plugin |
| 216 | - git.openstack.org/openstack/ec2-api |
| 217 | - git.openstack.org/openstack/freezer |
| 218 | - git.openstack.org/openstack/freezer-api |
| 219 | - git.openstack.org/openstack/freezer-tempest-plugin |
| 220 | - git.openstack.org/openstack/gce-api |
| 221 | - git.openstack.org/openstack/glare |
| 222 | - git.openstack.org/openstack/heat |
| 223 | - git.openstack.org/openstack/intel-nfv-ci-tests |
| 224 | - git.openstack.org/openstack/ironic |
| 225 | - git.openstack.org/openstack/ironic-inspector |
| 226 | - git.openstack.org/openstack/keystone-tempest-plugin |
| 227 | - git.openstack.org/openstack/kingbird |
| 228 | - git.openstack.org/openstack/kuryr-tempest-plugin |
| 229 | - git.openstack.org/openstack/magnum |
| 230 | - git.openstack.org/openstack/magnum-tempest-plugin |
| 231 | - git.openstack.org/openstack/manila |
| 232 | - git.openstack.org/openstack/manila-tempest-plugin |
| 233 | - git.openstack.org/openstack/mistral |
| 234 | - git.openstack.org/openstack/mogan |
| 235 | - git.openstack.org/openstack/monasca-api |
| 236 | - git.openstack.org/openstack/monasca-log-api |
| 237 | - git.openstack.org/openstack/murano |
| 238 | - git.openstack.org/openstack/networking-bgpvpn |
| 239 | - git.openstack.org/openstack/networking-cisco |
| 240 | - git.openstack.org/openstack/networking-fortinet |
| 241 | - git.openstack.org/openstack/networking-generic-switch |
| 242 | - git.openstack.org/openstack/networking-l2gw |
| 243 | - git.openstack.org/openstack/networking-midonet |
| 244 | - git.openstack.org/openstack/networking-plumgrid |
| 245 | - git.openstack.org/openstack/networking-sfc |
| 246 | - git.openstack.org/openstack/neutron |
| 247 | - git.openstack.org/openstack/neutron-dynamic-routing |
| 248 | - git.openstack.org/openstack/neutron-fwaas |
| 249 | - git.openstack.org/openstack/neutron-lbaas |
| 250 | - git.openstack.org/openstack/neutron-tempest-plugin |
| 251 | - git.openstack.org/openstack/neutron-vpnaas |
| 252 | - git.openstack.org/openstack/nova-lxd |
| 253 | - git.openstack.org/openstack/novajoin-tempest-plugin |
| 254 | - git.openstack.org/openstack/octavia-tempest-plugin |
| 255 | - git.openstack.org/openstack/oswin-tempest-plugin |
| 256 | - git.openstack.org/openstack/panko |
| 257 | - git.openstack.org/openstack/patrole |
| 258 | - git.openstack.org/openstack/qinling |
| 259 | - git.openstack.org/openstack/requirements |
| 260 | - git.openstack.org/openstack/sahara-tests |
| 261 | - git.openstack.org/openstack/senlin |
| 262 | - git.openstack.org/openstack/senlin-tempest-plugin |
| 263 | - git.openstack.org/openstack/tap-as-a-service |
| 264 | - git.openstack.org/openstack/tempest-horizon |
| 265 | - git.openstack.org/openstack/trio2o |
| 266 | - git.openstack.org/openstack/trove |
| 267 | - git.openstack.org/openstack/valet |
| 268 | - git.openstack.org/openstack/vitrage |
| 269 | - git.openstack.org/openstack/vmware-nsx-tempest-plugin |
| 270 | - git.openstack.org/openstack/watcher-tempest-plugin |
| 271 | - git.openstack.org/openstack/zaqar-tempest-plugin |
| 272 | - git.openstack.org/openstack/zun-tempest-plugin |
Chandan Kumar | cf576b2 | 2017-10-23 17:43:36 +0530 | [diff] [blame] | 273 | |
ghanshyam | 1afb44b | 2018-05-25 00:53:48 +0300 | [diff] [blame] | 274 | - job: |
| 275 | name: tempest-cinder-v2-api |
| 276 | parent: devstack-tempest |
| 277 | branches: |
| 278 | - master |
| 279 | description: | |
| 280 | This job runs the cinder API test against v2 endpoint. |
| 281 | vars: |
| 282 | tox_envlist: all |
| 283 | tempest_test_regex: api.*volume |
| 284 | devstack_localrc: |
| 285 | TEMPEST_VOLUME_TYPE: volumev2 |
| 286 | |
Andrea Frittoli (andreaf) | 7d5445d | 2017-10-03 18:43:05 +0100 | [diff] [blame] | 287 | - project: |
Felipe Monteiro | 5277c20 | 2018-08-19 17:11:33 +0100 | [diff] [blame] | 288 | templates: |
| 289 | - openstack-python36-jobs |
Doug Hellmann | 6db0b78 | 2018-09-08 22:53:21 -0400 | [diff] [blame] | 290 | - check-requirements |
| 291 | - integrated-gate |
| 292 | - integrated-gate-py35 |
| 293 | - openstack-python-jobs |
| 294 | - openstack-python35-jobs |
Doug Hellmann | 5f4c55d | 2018-09-08 22:54:05 -0400 | [diff] [blame^] | 295 | - publish-openstack-docs-pti |
| 296 | - release-notes-jobs-python3 |
Andrea Frittoli (andreaf) | 7d5445d | 2017-10-03 18:43:05 +0100 | [diff] [blame] | 297 | check: |
| 298 | jobs: |
| 299 | - devstack-tempest: |
| 300 | files: |
| 301 | - ^playbooks/ |
| 302 | - ^roles/ |
| 303 | - ^.zuul.yaml$ |
Felipe Monteiro | ec1b111 | 2018-07-18 19:23:37 -0400 | [diff] [blame] | 304 | - nova-multiattach: |
| 305 | irrelevant-files: |
| 306 | - ^(test-|)requirements.txt$ |
| 307 | - ^.*\.rst$ |
| 308 | - ^doc/.*$ |
| 309 | - ^etc/.*$ |
| 310 | - ^releasenotes/.*$ |
| 311 | - ^setup.cfg$ |
| 312 | - ^tempest/hacking/.*$ |
| 313 | - ^tempest/tests/.*$ |
Attila Fazekas | 3f219f5 | 2018-03-01 16:50:10 +0000 | [diff] [blame] | 314 | - tempest-full-parallel: |
| 315 | irrelevant-files: |
| 316 | - ^(test-|)requirements.txt$ |
| 317 | - ^.*\.rst$ |
| 318 | - ^doc/.*$ |
| 319 | - ^etc/.*$ |
| 320 | - ^releasenotes/.*$ |
| 321 | - ^setup.cfg$ |
| 322 | - ^tempest/hacking/.*$ |
| 323 | - ^tempest/tests/.*$ |
Jens Harbott | ff03e22 | 2018-02-26 10:54:48 +0000 | [diff] [blame] | 324 | - tempest-full-py36: |
| 325 | irrelevant-files: |
| 326 | - ^(test-|)requirements.txt$ |
| 327 | - ^.*\.rst$ |
| 328 | - ^doc/.*$ |
| 329 | - ^etc/.*$ |
| 330 | - ^releasenotes/.*$ |
| 331 | - ^setup.cfg$ |
| 332 | - ^tempest/hacking/.*$ |
| 333 | - ^tempest/tests/.*$ |
ghanshyam | fbde01e | 2018-08-24 10:54:53 +0000 | [diff] [blame] | 334 | - tempest-full-rocky: |
| 335 | irrelevant-files: |
| 336 | - ^(test-|)requirements.txt$ |
| 337 | - ^.*\.rst$ |
| 338 | - ^doc/.*$ |
| 339 | - ^etc/.*$ |
| 340 | - ^releasenotes/.*$ |
| 341 | - ^setup.cfg$ |
| 342 | - ^tempest/hacking/.*$ |
| 343 | - ^tempest/tests/.*$ |
| 344 | - tempest-full-rocky-py3: |
| 345 | irrelevant-files: |
| 346 | - ^(test-|)requirements.txt$ |
| 347 | - ^.*\.rst$ |
| 348 | - ^doc/.*$ |
| 349 | - ^etc/.*$ |
| 350 | - ^releasenotes/.*$ |
| 351 | - ^setup.cfg$ |
| 352 | - ^tempest/hacking/.*$ |
| 353 | - ^tempest/tests/.*$ |
Andrea Frittoli (andreaf) | c9d2c38 | 2017-11-21 15:03:18 +0000 | [diff] [blame] | 354 | - tempest-full-queens: |
Andrea Frittoli (andreaf) | c9d2c38 | 2017-11-21 15:03:18 +0000 | [diff] [blame] | 355 | irrelevant-files: |
| 356 | - ^(test-|)requirements.txt$ |
| 357 | - ^.*\.rst$ |
| 358 | - ^doc/.*$ |
| 359 | - ^etc/.*$ |
| 360 | - ^releasenotes/.*$ |
| 361 | - ^setup.cfg$ |
| 362 | - ^tempest/hacking/.*$ |
| 363 | - ^tempest/tests/.*$ |
| 364 | - tempest-full-queens-py3: |
Andrea Frittoli (andreaf) | c9d2c38 | 2017-11-21 15:03:18 +0000 | [diff] [blame] | 365 | irrelevant-files: |
| 366 | - ^(test-|)requirements.txt$ |
| 367 | - ^.*\.rst$ |
| 368 | - ^doc/.*$ |
| 369 | - ^etc/.*$ |
| 370 | - ^releasenotes/.*$ |
| 371 | - ^setup.cfg$ |
| 372 | - ^tempest/hacking/.*$ |
| 373 | - ^tempest/tests/.*$ |
Andrea Frittoli | 1c2a802 | 2018-02-20 15:58:13 +0000 | [diff] [blame] | 374 | - tempest-full-pike: |
| 375 | irrelevant-files: |
| 376 | - ^(test-|)requirements.txt$ |
| 377 | - ^.*\.rst$ |
| 378 | - ^doc/.*$ |
| 379 | - ^etc/.*$ |
| 380 | - ^releasenotes/.*$ |
| 381 | - ^setup.cfg$ |
| 382 | - ^tempest/hacking/.*$ |
| 383 | - ^tempest/tests/.*$ |
Andrea Frittoli | 688f36e | 2018-02-18 22:27:34 +0000 | [diff] [blame] | 384 | - tempest-multinode-full: |
| 385 | irrelevant-files: |
| 386 | - ^(test-|)requirements.txt$ |
| 387 | - ^.*\.rst$ |
| 388 | - ^doc/.*$ |
| 389 | - ^etc/.*$ |
| 390 | - ^releasenotes/.*$ |
| 391 | - ^setup.cfg$ |
| 392 | - ^tempest/hacking/.*$ |
| 393 | - ^tempest/tests/.*$ |
Chandan Kumar | cf576b2 | 2017-10-23 17:43:36 +0530 | [diff] [blame] | 394 | - tempest-tox-plugin-sanity-check |
ghanshyam | 10326c7 | 2018-08-01 08:53:00 +0000 | [diff] [blame] | 395 | - tempest-slow: |
ghanshyam | 402df09 | 2018-05-14 01:29:04 +0000 | [diff] [blame] | 396 | irrelevant-files: |
| 397 | - ^(test-|)requirements.txt$ |
| 398 | - ^.*\.rst$ |
| 399 | - ^doc/.*$ |
| 400 | - ^etc/.*$ |
| 401 | - ^releasenotes/.*$ |
| 402 | - ^setup.cfg$ |
| 403 | - ^tempest/hacking/.*$ |
| 404 | - ^tempest/tests/.*$ |
Matt Riedemann | 44f666b | 2018-03-05 10:08:13 -0500 | [diff] [blame] | 405 | - nova-cells-v1: |
| 406 | irrelevant-files: |
| 407 | - ^(test-|)requirements.txt$ |
| 408 | - ^.*\.rst$ |
| 409 | - ^doc/.*$ |
| 410 | - ^etc/.*$ |
| 411 | - ^releasenotes/.*$ |
| 412 | - ^setup.cfg$ |
| 413 | - ^tempest/hacking/.*$ |
| 414 | - ^tempest/tests/.*$ |
melanie witt | 591fe21 | 2018-05-01 22:56:00 +0000 | [diff] [blame] | 415 | - nova-live-migration: |
ghanshyam | 1444606 | 2018-05-14 01:37:26 +0000 | [diff] [blame] | 416 | voting: false |
melanie witt | 591fe21 | 2018-05-01 22:56:00 +0000 | [diff] [blame] | 417 | irrelevant-files: |
| 418 | - ^(test-|)requirements.txt$ |
| 419 | - ^.*\.rst$ |
| 420 | - ^doc/.*$ |
| 421 | - ^etc/.*$ |
| 422 | - ^releasenotes/.*$ |
| 423 | - ^setup.cfg$ |
| 424 | - ^tempest/hacking/.*$ |
| 425 | - ^tempest/tests/.*$ |
Doug Hellmann | 6db0b78 | 2018-09-08 22:53:21 -0400 | [diff] [blame] | 426 | - neutron-grenade-multinode: |
| 427 | irrelevant-files: |
| 428 | - ^(test-|)requirements.txt$ |
| 429 | - ^.*\.rst$ |
| 430 | - ^doc/.*$ |
| 431 | - ^etc/.*$ |
| 432 | - ^releasenotes/.*$ |
| 433 | - ^setup.cfg$ |
| 434 | - ^tempest/hacking/.*$ |
| 435 | - ^tempest/tests/.*$ |
| 436 | - neutron-grenade: |
| 437 | irrelevant-files: |
| 438 | - ^(test-|)requirements.txt$ |
| 439 | - ^.*\.rst$ |
| 440 | - ^doc/.*$ |
| 441 | - ^etc/.*$ |
| 442 | - ^releasenotes/.*$ |
| 443 | - ^setup.cfg$ |
| 444 | - ^tempest/hacking/.*$ |
| 445 | - ^tempest/tests/.*$ |
| 446 | - legacy-tempest-dsvm-full-devstack-plugin-ceph: |
| 447 | voting: false |
| 448 | irrelevant-files: |
| 449 | - ^(test-|)requirements.txt$ |
| 450 | - ^.*\.rst$ |
| 451 | - ^doc/.*$ |
| 452 | - ^etc/.*$ |
| 453 | - ^releasenotes/.*$ |
| 454 | - ^setup.cfg$ |
| 455 | - ^tempest/hacking/.*$ |
| 456 | - ^tempest/tests/.*$ |
| 457 | - puppet-openstack-integration-4-scenario001-tempest-centos-7: |
| 458 | voting: false |
| 459 | irrelevant-files: |
| 460 | - ^.*\.rst$ |
| 461 | - ^doc/.*$ |
| 462 | - ^etc/.*$ |
| 463 | - ^releasenotes/.*$ |
| 464 | - ^tempest/hacking/.*$ |
| 465 | - ^tempest/tests/.*$ |
| 466 | - ^test-requirements.txt$ |
| 467 | - puppet-openstack-integration-4-scenario002-tempest-centos-7: |
| 468 | voting: false |
| 469 | irrelevant-files: |
| 470 | - ^.*\.rst$ |
| 471 | - ^doc/.*$ |
| 472 | - ^etc/.*$ |
| 473 | - ^releasenotes/.*$ |
| 474 | - ^tempest/hacking/.*$ |
| 475 | - ^tempest/tests/.*$ |
| 476 | - ^test-requirements.txt$ |
| 477 | - puppet-openstack-integration-4-scenario003-tempest-centos-7: |
| 478 | voting: false |
| 479 | irrelevant-files: |
| 480 | - ^.*\.rst$ |
| 481 | - ^doc/.*$ |
| 482 | - ^etc/.*$ |
| 483 | - ^releasenotes/.*$ |
| 484 | - ^tempest/hacking/.*$ |
| 485 | - ^tempest/tests/.*$ |
| 486 | - ^test-requirements.txt$ |
| 487 | - puppet-openstack-integration-4-scenario004-tempest-centos-7: |
| 488 | voting: false |
| 489 | irrelevant-files: |
| 490 | - ^.*\.rst$ |
| 491 | - ^doc/.*$ |
| 492 | - ^etc/.*$ |
| 493 | - ^releasenotes/.*$ |
| 494 | - ^tempest/hacking/.*$ |
| 495 | - ^tempest/tests/.*$ |
| 496 | - ^test-requirements.txt$ |
| 497 | - neutron-tempest-dvr: |
| 498 | irrelevant-files: |
| 499 | - ^(test-|)requirements.txt$ |
| 500 | - ^.*\.rst$ |
| 501 | - ^doc/.*$ |
| 502 | - ^etc/.*$ |
| 503 | - ^releasenotes/.*$ |
| 504 | - ^setup.cfg$ |
| 505 | - ^tempest/hacking/.*$ |
| 506 | - ^tempest/tests/.*$ |
| 507 | - legacy-tempest-dsvm-neutron-full-ocata: |
| 508 | irrelevant-files: |
| 509 | - ^(test-|)requirements.txt$ |
| 510 | - ^.*\.rst$ |
| 511 | - ^doc/.*$ |
| 512 | - ^etc/.*$ |
| 513 | - ^releasenotes/.*$ |
| 514 | - ^setup.cfg$ |
| 515 | - ^tempest/hacking/.*$ |
| 516 | - ^tempest/tests/.*$ |
| 517 | - openstack-tox-cover: |
| 518 | voting: false |
| 519 | - tempest-full: |
| 520 | irrelevant-files: |
| 521 | - ^(test-|)requirements.txt$ |
| 522 | - ^.*\.rst$ |
| 523 | - ^doc/.*$ |
| 524 | - ^etc/.*$ |
| 525 | - ^releasenotes/.*$ |
| 526 | - ^setup.cfg$ |
| 527 | - ^tempest/hacking/.*$ |
| 528 | - ^tempest/tests/.*$ |
ghanshyam | 1444606 | 2018-05-14 01:37:26 +0000 | [diff] [blame] | 529 | gate: |
| 530 | jobs: |
Felipe Monteiro | ec1b111 | 2018-07-18 19:23:37 -0400 | [diff] [blame] | 531 | - nova-multiattach: |
| 532 | irrelevant-files: |
| 533 | - ^(test-|)requirements.txt$ |
| 534 | - ^.*\.rst$ |
| 535 | - ^doc/.*$ |
| 536 | - ^etc/.*$ |
| 537 | - ^releasenotes/.*$ |
| 538 | - ^setup.cfg$ |
| 539 | - ^tempest/hacking/.*$ |
| 540 | - ^tempest/tests/.*$ |
ghanshyam | 10326c7 | 2018-08-01 08:53:00 +0000 | [diff] [blame] | 541 | - tempest-slow: |
ghanshyam | 8db0707 | 2018-06-19 09:42:00 +0000 | [diff] [blame] | 542 | irrelevant-files: |
| 543 | - ^(test-|)requirements.txt$ |
| 544 | - ^.*\.rst$ |
| 545 | - ^doc/.*$ |
| 546 | - ^etc/.*$ |
| 547 | - ^releasenotes/.*$ |
| 548 | - ^setup.cfg$ |
| 549 | - ^tempest/hacking/.*$ |
| 550 | - ^tempest/tests/.*$ |
Doug Hellmann | 6db0b78 | 2018-09-08 22:53:21 -0400 | [diff] [blame] | 551 | - neutron-grenade-multinode: |
| 552 | irrelevant-files: |
| 553 | - ^(test-|)requirements.txt$ |
| 554 | - ^.*\.rst$ |
| 555 | - ^doc/.*$ |
| 556 | - ^etc/.*$ |
| 557 | - ^releasenotes/.*$ |
| 558 | - ^setup.cfg$ |
| 559 | - ^tempest/hacking/.*$ |
| 560 | - ^tempest/tests/.*$ |
| 561 | - legacy-tempest-dsvm-neutron-full: |
| 562 | irrelevant-files: |
| 563 | - ^(test-|)requirements.txt$ |
| 564 | - ^.*\.rst$ |
| 565 | - ^doc/.*$ |
| 566 | - ^etc/.*$ |
| 567 | - ^releasenotes/.*$ |
| 568 | - ^setup.cfg$ |
| 569 | - ^tempest/hacking/.*$ |
| 570 | - ^tempest/tests/.*$ |
| 571 | - neutron-grenade: |
| 572 | irrelevant-files: |
| 573 | - ^(test-|)requirements.txt$ |
| 574 | - ^.*\.rst$ |
| 575 | - ^doc/.*$ |
| 576 | - ^etc/.*$ |
| 577 | - ^releasenotes/.*$ |
| 578 | - ^setup.cfg$ |
| 579 | - ^tempest/hacking/.*$ |
| 580 | - ^tempest/tests/.*$ |
ghanshyam | 1444606 | 2018-05-14 01:37:26 +0000 | [diff] [blame] | 581 | experimental: |
| 582 | jobs: |
ghanshyam | 1afb44b | 2018-05-25 00:53:48 +0300 | [diff] [blame] | 583 | - tempest-cinder-v2-api: |
| 584 | irrelevant-files: |
| 585 | - ^(test-|)requirements.txt$ |
| 586 | - ^.*\.rst$ |
| 587 | - ^doc/.*$ |
| 588 | - ^etc/.*$ |
| 589 | - ^releasenotes/.*$ |
| 590 | - ^setup.cfg$ |
| 591 | - ^tempest/hacking/.*$ |
| 592 | - ^tempest/tests/.*$ |
Doug Hellmann | 6db0b78 | 2018-09-08 22:53:21 -0400 | [diff] [blame] | 593 | - legacy-periodic-tempest-dsvm-all-master: |
| 594 | irrelevant-files: |
| 595 | - ^(test-|)requirements.txt$ |
| 596 | - ^.*\.rst$ |
| 597 | - ^doc/.*$ |
| 598 | - ^etc/.*$ |
| 599 | - ^releasenotes/.*$ |
| 600 | - ^setup.cfg$ |
| 601 | - ^tempest/hacking/.*$ |
| 602 | - ^tempest/tests/.*$ |
| 603 | - legacy-tempest-dsvm-multinode-full: |
| 604 | irrelevant-files: |
| 605 | - ^(test-|)requirements.txt$ |
| 606 | - ^.*\.rst$ |
| 607 | - ^doc/.*$ |
| 608 | - ^etc/.*$ |
| 609 | - ^releasenotes/.*$ |
| 610 | - ^setup.cfg$ |
| 611 | - ^tempest/hacking/.*$ |
| 612 | - ^tempest/tests/.*$ |
| 613 | - legacy-tempest-dsvm-neutron-dvr-multinode-full: |
| 614 | irrelevant-files: |
| 615 | - ^(test-|)requirements.txt$ |
| 616 | - ^.*\.rst$ |
| 617 | - ^doc/.*$ |
| 618 | - ^etc/.*$ |
| 619 | - ^releasenotes/.*$ |
| 620 | - ^setup.cfg$ |
| 621 | - ^tempest/hacking/.*$ |
| 622 | - ^tempest/tests/.*$ |
| 623 | - neutron-tempest-dvr-ha-multinode-full: |
| 624 | irrelevant-files: |
| 625 | - ^(test-|)requirements.txt$ |
| 626 | - ^.*\.rst$ |
| 627 | - ^doc/.*$ |
| 628 | - ^etc/.*$ |
| 629 | - ^releasenotes/.*$ |
| 630 | - ^setup.cfg$ |
| 631 | - ^tempest/hacking/.*$ |
| 632 | - ^tempest/tests/.*$ |
| 633 | - legacy-tempest-dsvm-full-test-accounts: |
| 634 | irrelevant-files: |
| 635 | - ^(test-|)requirements.txt$ |
| 636 | - ^.*\.rst$ |
| 637 | - ^doc/.*$ |
| 638 | - ^etc/.*$ |
| 639 | - ^releasenotes/.*$ |
| 640 | - ^setup.cfg$ |
| 641 | - ^tempest/hacking/.*$ |
| 642 | - ^tempest/tests/.*$ |
| 643 | - legacy-tempest-dsvm-neutron-full-test-accounts: |
| 644 | irrelevant-files: |
| 645 | - ^(test-|)requirements.txt$ |
| 646 | - ^.*\.rst$ |
| 647 | - ^doc/.*$ |
| 648 | - ^etc/.*$ |
| 649 | - ^releasenotes/.*$ |
| 650 | - ^setup.cfg$ |
| 651 | - ^tempest/hacking/.*$ |
| 652 | - ^tempest/tests/.*$ |
| 653 | - legacy-tempest-dsvm-identity-v3-test-accounts: |
| 654 | irrelevant-files: |
| 655 | - ^(test-|)requirements.txt$ |
| 656 | - ^.*\.rst$ |
| 657 | - ^doc/.*$ |
| 658 | - ^etc/.*$ |
| 659 | - ^releasenotes/.*$ |
| 660 | - ^setup.cfg$ |
| 661 | - ^tempest/hacking/.*$ |
| 662 | - ^tempest/tests/.*$ |
| 663 | - legacy-tempest-dsvm-neutron-full-non-admin: |
| 664 | irrelevant-files: |
| 665 | - ^(test-|)requirements.txt$ |
| 666 | - ^.*\.rst$ |
| 667 | - ^doc/.*$ |
| 668 | - ^etc/.*$ |
| 669 | - ^releasenotes/.*$ |
| 670 | - ^setup.cfg$ |
| 671 | - ^tempest/hacking/.*$ |
| 672 | - ^tempest/tests/.*$ |
| 673 | - legacy-tempest-dsvm-nova-v20-api: |
| 674 | irrelevant-files: |
| 675 | - ^(test-|)requirements.txt$ |
| 676 | - ^.*\.rst$ |
| 677 | - ^doc/.*$ |
| 678 | - ^etc/.*$ |
| 679 | - ^releasenotes/.*$ |
| 680 | - ^setup.cfg$ |
| 681 | - ^tempest/hacking/.*$ |
| 682 | - ^tempest/tests/.*$ |
| 683 | - legacy-tempest-dsvm-lvm-multibackend: |
| 684 | irrelevant-files: |
| 685 | - ^(test-|)requirements.txt$ |
| 686 | - ^.*\.rst$ |
| 687 | - ^doc/.*$ |
| 688 | - ^etc/.*$ |
| 689 | - ^releasenotes/.*$ |
| 690 | - ^setup.cfg$ |
| 691 | - ^tempest/hacking/.*$ |
| 692 | - ^tempest/tests/.*$ |
| 693 | - legacy-tempest-dsvm-cinder-v1: |
| 694 | irrelevant-files: |
| 695 | - ^(test-|)requirements.txt$ |
| 696 | - ^.*\.rst$ |
| 697 | - ^doc/.*$ |
| 698 | - ^etc/.*$ |
| 699 | - ^releasenotes/.*$ |
| 700 | - ^setup.cfg$ |
| 701 | - ^tempest/hacking/.*$ |
| 702 | - ^tempest/tests/.*$ |
| 703 | - legacy-tempest-dsvm-py35-full-devstack-plugin-ceph: |
| 704 | irrelevant-files: |
| 705 | - ^(test-|)requirements.txt$ |
| 706 | - ^.*\.rst$ |
| 707 | - ^doc/.*$ |
| 708 | - ^etc/.*$ |
| 709 | - ^releasenotes/.*$ |
| 710 | - ^setup.cfg$ |
| 711 | - ^tempest/hacking/.*$ |
| 712 | - ^tempest/tests/.*$ |
| 713 | - legacy-tempest-dsvm-neutron-pg-full: |
| 714 | irrelevant-files: |
| 715 | - ^(test-|)requirements.txt$ |
| 716 | - ^.*\.rst$ |
| 717 | - ^doc/.*$ |
| 718 | - ^etc/.*$ |
| 719 | - ^releasenotes/.*$ |
| 720 | - ^setup.cfg$ |
| 721 | - ^tempest/hacking/.*$ |
| 722 | - ^tempest/tests/.*$ |
| 723 | - legacy-tempest-dsvm-neutron-full-opensuse-423: |
| 724 | irrelevant-files: |
| 725 | - ^(test-|)requirements.txt$ |
| 726 | - ^.*\.rst$ |
| 727 | - ^doc/.*$ |
| 728 | - ^etc/.*$ |
| 729 | - ^releasenotes/.*$ |
| 730 | - ^setup.cfg$ |
| 731 | - ^tempest/hacking/.*$ |
| 732 | - ^tempest/tests/.*$ |
Andrea Frittoli (andreaf) | c9d2c38 | 2017-11-21 15:03:18 +0000 | [diff] [blame] | 733 | periodic-stable: |
| 734 | jobs: |
ghanshyam | fbde01e | 2018-08-24 10:54:53 +0000 | [diff] [blame] | 735 | - tempest-full-rocky |
| 736 | - tempest-full-rocky-py3 |
Andrea Frittoli (andreaf) | c9d2c38 | 2017-11-21 15:03:18 +0000 | [diff] [blame] | 737 | - tempest-full-queens |
| 738 | - tempest-full-queens-py3 |
Andrea Frittoli | 1c2a802 | 2018-02-20 15:58:13 +0000 | [diff] [blame] | 739 | - tempest-full-pike |
Doug Hellmann | 6db0b78 | 2018-09-08 22:53:21 -0400 | [diff] [blame] | 740 | - legacy-periodic-tempest-dsvm-neutron-full-ocata: |
| 741 | irrelevant-files: |
| 742 | - ^(test-|)requirements.txt$ |
| 743 | - ^.*\.rst$ |
| 744 | - ^doc/.*$ |
| 745 | - ^etc/.*$ |
| 746 | - ^releasenotes/.*$ |
| 747 | - ^setup.cfg$ |
| 748 | - ^tempest/hacking/.*$ |
| 749 | - ^tempest/tests/.*$ |
| 750 | post: |
| 751 | jobs: |
| 752 | - openstack-tox-cover |
| 753 | - publish-openstack-python-branch-tarball |
| 754 | periodic: |
| 755 | jobs: |
| 756 | - legacy-periodic-tempest-dsvm-full-test-accounts-master: |
| 757 | irrelevant-files: |
| 758 | - ^(test-|)requirements.txt$ |
| 759 | - ^.*\.rst$ |
| 760 | - ^doc/.*$ |
| 761 | - ^etc/.*$ |
| 762 | - ^releasenotes/.*$ |
| 763 | - ^setup.cfg$ |
| 764 | - ^tempest/hacking/.*$ |
| 765 | - ^tempest/tests/.*$ |
| 766 | - legacy-periodic-tempest-dsvm-neutron-full-test-accounts-master: |
| 767 | irrelevant-files: |
| 768 | - ^(test-|)requirements.txt$ |
| 769 | - ^.*\.rst$ |
| 770 | - ^doc/.*$ |
| 771 | - ^etc/.*$ |
| 772 | - ^releasenotes/.*$ |
| 773 | - ^setup.cfg$ |
| 774 | - ^tempest/hacking/.*$ |
| 775 | - ^tempest/tests/.*$ |
| 776 | - legacy-periodic-tempest-dsvm-neutron-full-non-admin-master: |
| 777 | irrelevant-files: |
| 778 | - ^(test-|)requirements.txt$ |
| 779 | - ^.*\.rst$ |
| 780 | - ^doc/.*$ |
| 781 | - ^etc/.*$ |
| 782 | - ^releasenotes/.*$ |
| 783 | - ^setup.cfg$ |
| 784 | - ^tempest/hacking/.*$ |
| 785 | - ^tempest/tests/.*$ |
| 786 | - legacy-periodic-tempest-dsvm-all-master: |
| 787 | irrelevant-files: |
| 788 | - ^(test-|)requirements.txt$ |
| 789 | - ^.*\.rst$ |
| 790 | - ^doc/.*$ |
| 791 | - ^etc/.*$ |
| 792 | - ^releasenotes/.*$ |
| 793 | - ^setup.cfg$ |
| 794 | - ^tempest/hacking/.*$ |
| 795 | - ^tempest/tests/.*$ |
| 796 | |