Merge "[CI] Fix cephfs-nfs job by running on centos-stream-9"

This commit is contained in:
Zuul 2023-05-17 22:46:57 +00:00 committed by Gerrit Code Review
commit 9cefa379a5
1 changed files with 14 additions and 1 deletions

View File

@ -419,7 +419,6 @@
- job:
name: manila-tempest-plugin-cephfs-nfs-base
nodeset: openstack-single-node-focal
abstract: true
description: Test CephFS NFS (DHSS=False)
parent: manila-tempest-plugin-base
@ -478,6 +477,20 @@
description: Test CephFS NFS (DHSS=False)
parent: manila-tempest-plugin-cephfs-nfs-base
branches: *ubuntu_jammy_test_image_branches
nodeset: devstack-single-node-centos-9-stream
vars:
# TODO(gouthamr): some tests are disabled due to bugs
# IPv6 Tests: https://bugs.launchpad.net/manila/+bug/1998489
# snapshot clone fs sync: https://bugs.launchpad.net/manila/+bug/1989273
tempest_exclude_regex: "\
(^manila_tempest_tests.tests.scenario.*IPv6.*)|\
(^manila_tempest_tests.tests.scenario.test_share_basic_ops.TestShareBasicOpsNFS.test_write_data_to_share_created_from_snapshot)"
devstack_localrc:
MANILA_OPTGROUP_cephfsnfs_cephfs_ganesha_server_ip: "{{ hostvars[inventory_hostname]['nodepool']['private_ipv4'] }}"
CEPH_RELEASE: "quincy"
MANILA_SETUP_IPV6: false
NEUTRON_CREATE_INITIAL_NETWORKS: true
IP_VERSION: 4
- job:
name: manila-tempest-plugin-dummy-no-dhss