Add fips job
Change-Id: Ic58f94510bdf63db64e8421f6a7bedbe0831ff13
This commit is contained in:
parent
ceed8a4491
commit
c6744e6515
12
.zuul.yaml
12
.zuul.yaml
@ -12,6 +12,8 @@
|
||||
# ussuri disabled due to https://bugs.launchpad.net/nova/+bug/1916750
|
||||
- devstack-plugin-nfs-tempest-full-ussuri:
|
||||
voting: no
|
||||
- devstack-plugin-nfs-tempest-full-fips:
|
||||
voting: no
|
||||
gate:
|
||||
jobs:
|
||||
- devstack-plugin-nfs-tempest-full
|
||||
@ -21,6 +23,7 @@
|
||||
- devstack-plugin-nfs-tempest-full-wallaby
|
||||
- devstack-plugin-nfs-tempest-full-victoria
|
||||
# - devstack-plugin-nfs-tempest-full-ussuri
|
||||
# - devstack-plugin-nfs-tempest-full-fips
|
||||
|
||||
- job:
|
||||
name: devstack-plugin-nfs-tempest-full
|
||||
@ -118,3 +121,12 @@
|
||||
override-checkout: stable/ussuri
|
||||
vars:
|
||||
tox_envlist: full
|
||||
|
||||
- job:
|
||||
name: devstack-plugin-nfs-tempest-full-fips
|
||||
parent: devstack-plugin-nfs-tempest-full
|
||||
nodeset: devstack-single-node-centos-9-stream
|
||||
pre-run: playbooks/enable-fips.yaml
|
||||
vars:
|
||||
configure_swap_size: 4096
|
||||
nslookup_target: 'opendev.org'
|
||||
|
3
playbooks/enable-fips.yaml
Normal file
3
playbooks/enable-fips.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
- hosts: all
|
||||
roles:
|
||||
- enable-fips
|
Loading…
Reference in New Issue
Block a user