Skip to content

Commit fefc1dd

Browse files
author
Elod Illes
committed
[CI] Use zed-last from tempest for ceph multistore job
nova-ceph-multistore job is broken on zed branch. This patch sets to use zed-last tagged version of cinder-tempest-plugin. Also exclude 5 test cases that are constantly failing recently. Change-Id: I8a29ca56d68703b65f77b75a7f14a9657467ca2e
1 parent 85083f7 commit fefc1dd

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.zuul.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -591,9 +591,21 @@
591591
irrelevant-files: *nova-base-irrelevant-files
592592
required-projects:
593593
- openstack/nova
594+
- name: openstack/cinder-tempest-plugin
595+
override-checkout: zed-last
594596
pre-run:
595597
- playbooks/ceph/glance-copy-policy.yaml
596598
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)"
597609
# NOTE(danms): These tests create an empty non-raw image, which nova
598610
# will refuse because we set never_download_image_if_on_rbd in this job.
599611
# Just skip these tests for this case.

0 commit comments

Comments
 (0)