summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml25
1 files changed, 24 insertions, 1 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 52bdf40a7..e15853006 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -14,7 +14,7 @@
- cinder-mypy
- cinder-tox-bandit-baseline:
voting: false
- - openstack-tox-functional-py38:
+ - openstack-tox-functional-py39:
irrelevant-files: &functional-irrelevant-files
- ^.*\.rst$
- ^cinder/locale/.*$
@@ -58,6 +58,9 @@
irrelevant-files: *gate-irrelevant-files
- cinder-tempest-plugin-lvm-lio-barbican:
irrelevant-files: *gate-irrelevant-files
+ - cinder-tempest-plugin-lvm-lio-barbican-fips:
+ voting: false
+ irrelevant-files: *gate-irrelevant-files
- cinder-grenade-mn-sub-volbak:
irrelevant-files: *gate-irrelevant-files
- cinder-tempest-lvm-multibackend:
@@ -68,6 +71,9 @@
irrelevant-files: *gate-irrelevant-files
- devstack-plugin-nfs-tempest-full:
irrelevant-files: *gate-irrelevant-files
+ - devstack-plugin-nfs-tempest-full-fips:
+ voting: false
+ irrelevant-files: *gate-irrelevant-files
- tempest-slow-py3:
irrelevant-files: *gate-irrelevant-files
- tempest-integrated-storage:
@@ -169,6 +175,9 @@
- "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/cinderlib'].src_dir }}"
devstack_localrc:
CEPH_MIN_CLIENT_VERSION: "mimic"
+ # NOTE: if jobs are having memory problems, may want
+ # to turn this on (currently defaults to false):
+ # MYSQL_REDUCE_MEMORY: true
devstack_local_conf:
test-config:
$TEMPEST_CONFIG:
@@ -176,6 +185,17 @@
volume_revert: True
- job:
+ # this depends on some ceph admin setup which is not yet complete
+ # TODO(alee) enable this test when ceph admin work is complete.
+ name: cinder-plugin-ceph-tempest-fips
+ parent: cinder-plugin-ceph-tempest
+ nodeset: devstack-single-node-centos-9-stream
+ pre-run: playbooks/enable-fips.yaml
+ vars:
+ configure_swap_size: 4096
+ nslookup_target: 'opendev.org'
+
+- job:
name: cinder-plugin-ceph-tempest-mn-aa
parent: devstack-plugin-ceph-multinode-tempest-py3
roles:
@@ -191,6 +211,9 @@
- "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/cinderlib'].src_dir }}"
devstack_localrc:
TEMPEST_VOLUME_REVERT_TO_SNAPSHOT: True
+ # NOTE: if jobs are having memory problems, may want
+ # to turn this on (currently defaults to false):
+ # MYSQL_REDUCE_MEMORY: true
devstack_local_conf:
post-config:
$CINDER_CONF: