zuul: fixes for the A/A job (nodeset, variables)
- set the parent job to the multinode variant of the base devstack-plugin-ceph tempest job. This way the nodeset is set automatically based on what devstack supports (currently focal, instead of the replaced bionic); - set the devstack variable TEMPEST_VOLUME_REVERT_TO_SNAPSHOT (available since stein) instead of directly setting the tempest configuration. Change-Id: Ic32d56b2f3a2c3f1f3345ba49f7b82b6c344f9f4
This commit is contained in:
parent
ff6a967a5c
commit
2c2370671b
@ -165,8 +165,7 @@
|
||||
|
||||
- job:
|
||||
name: cinder-plugin-ceph-tempest-mn-aa
|
||||
nodeset: openstack-two-node-bionic
|
||||
parent: devstack-plugin-ceph-tempest-py3
|
||||
parent: devstack-plugin-ceph-multinode-tempest-py3
|
||||
roles:
|
||||
- zuul: opendev.org/openstack/cinderlib
|
||||
- zuul: opendev.org/openstack/cinder-tempest-plugin
|
||||
@ -177,15 +176,13 @@
|
||||
vars:
|
||||
zuul_additional_subunit_dirs:
|
||||
- "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/cinderlib'].src_dir }}"
|
||||
devstack_localrc:
|
||||
TEMPEST_VOLUME_REVERT_TO_SNAPSHOT: True
|
||||
devstack_local_conf:
|
||||
post-config:
|
||||
$CINDER_CONF:
|
||||
DEFAULT:
|
||||
cluster: ceph
|
||||
test-config:
|
||||
$TEMPEST_CONFIG:
|
||||
volume-feature-enabled:
|
||||
volume_revert: True
|
||||
|
||||
- job:
|
||||
name: cinder-grenade-mn-sub-bak
|
||||
|
Loading…
x
Reference in New Issue
Block a user