|
339 | 339 | post-run: playbooks/nova-next/post.yaml
|
340 | 340 | required-projects:
|
341 | 341 | - novnc/novnc
|
| 342 | + - name: openstack/tempest |
| 343 | + override-checkout: zed-last |
342 | 344 | vars:
|
343 | 345 | # We use the "all" environment for tempest_test_regex and
|
344 | 346 | # tempest_exclude_regex.
|
|
352 | 354 | # tempest_test_exclude_list.
|
353 | 355 | # FIXME(lyarwood): The tempest.api.compute.admin.test_volume_swap tests
|
354 | 356 | # are skipped until bug #1929710 is resolved.
|
355 |
| - tempest_exclude_regex: ^tempest\.(scenario\.test_network_(?!qos)|api\.compute\.admin\.test_volume_swap)|tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment |
| 357 | + tempest_exclude_regex: ^tempest\.(scenario\.test_network_(?!qos)|api\.compute\.admin\.test_volume_swap)|tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment|test_instances_with_cinder_volumes_on_all_compute_nodes |
356 | 358 | devstack_local_conf:
|
357 | 359 | post-config:
|
358 | 360 | $NOVA_CPU_CONF:
|
|
596 | 598 | pre-run:
|
597 | 599 | - playbooks/ceph/glance-copy-policy.yaml
|
598 | 600 | vars:
|
599 |
| - # NOTE(elod.illes): this job started to break with the following five |
600 |
| - # test cases, somewhere around merging cinder-tempest-plugin patch |
601 |
| - # I281f881ad565e565839522ddf02057f7545c7146 so let's just exclude |
602 |
| - # them to unblock the gate. |
603 |
| - tempest_exclude_regex: "\ |
604 |
| - (test_delete_dep_chain)|\ |
605 |
| - (test_delete_dep_chain_2)|\ |
606 |
| - (test_delete_source_snapshot)|\ |
607 |
| - (test_delete_source_volume)|\ |
608 |
| - (test_nova_image_snapshot_dependency)" |
| 601 | + # NOTE(elod.illes): this job is breaking with the following test case on |
| 602 | + # unmaintained/yoga, so let's just exclude it to unblock the gate |
| 603 | + tempest_exclude_regex: test_nova_image_snapshot_dependency |
609 | 604 | # NOTE(danms): These tests create an empty non-raw image, which nova
|
610 | 605 | # will refuse because we set never_download_image_if_on_rbd in this job.
|
611 | 606 | # Just skip these tests for this case.
|
612 | 607 | devstack_localrc:
|
613 | 608 | GLANCE_STANDALONE: True
|
614 | 609 | GLANCE_USE_IMPORT_WORKFLOW: True
|
615 | 610 | DEVSTACK_PARALLEL: True
|
| 611 | + CEPH_MIN_CLIENT_VERSION: "mimic" |
616 | 612 | # NOTE(danms): This job is pretty heavy as it is, so we disable some
|
617 | 613 | # services that are not relevant to the nova-glance-ceph scenario
|
618 | 614 | # that this job is intended to validate.
|
|
0 commit comments