Skip to content

Commit 1be0009

Browse files
author
Elod Illes
committed
[CI][zed-only] Use zed-last version of tempest in nova-next
And exclude a flaky test case[1] as well to make the gate more stable. [1] test_instances_with_cinder_volumes_on_all_compute_nodes Change-Id: I3c69a20993bca066ece46eed16d4e897144524cd
1 parent d69d441 commit 1be0009

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.zuul.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,8 @@
339339
post-run: playbooks/nova-next/post.yaml
340340
required-projects:
341341
- novnc/novnc
342+
- name: openstack/tempest
343+
override-checkout: zed-last
342344
vars:
343345
# We use the "all" environment for tempest_test_regex and
344346
# tempest_exclude_regex.
@@ -352,7 +354,7 @@
352354
# tempest_test_exclude_list.
353355
# FIXME(lyarwood): The tempest.api.compute.admin.test_volume_swap tests
354356
# 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
356358
devstack_local_conf:
357359
post-config:
358360
$NOVA_CPU_CONF:

0 commit comments

Comments
 (0)