Merge "Add FIPS testing jobs"

This commit is contained in:
Zuul 2022-07-06 21:15:37 +00:00 committed by Gerrit Code Review
commit d1aee695e4
3 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,3 @@
- hosts: all
roles:
- enable-fips

View File

@ -10,6 +10,8 @@
- python-manilaclient-functional
- manila-rally-ss:
voting: false
- python-manilaclient-functional-fips:
voting: false
- manila-rally-no-ss:
voting: false
gate:

View File

@ -82,3 +82,13 @@
# Neutron services
q-svc: true
q-ovn-metadata-agent: true
- job:
name: python-manilaclient-functional-fips
parent: python-manilaclient-functional
nodeset: devstack-single-node-centos-9-stream
pre-run:
- playbooks/enable-fips.yaml
vars:
configure_swap_size: 4096
nslookup_target: 'opendev.org'