diff --git a/zuul.d/integrated-gate.yaml b/zuul.d/integrated-gate.yaml index 3dd8c497ce..3305aeb5d0 100644 --- a/zuul.d/integrated-gate.yaml +++ b/zuul.d/integrated-gate.yaml @@ -319,11 +319,19 @@ vars: tox_envlist: full configure_swap_size: 4096 - devstack_local_conf: - test-config: - "$TEMPEST_CONFIG": - validation: - ssh_key_type: 'ecdsa' + nslookup_target: 'opendev.org' + +- job: + name: tempest-centos9-stream-fips + parent: devstack-tempest + description: | + Integration testing for a FIPS enabled Centos 9 system + nodeset: devstack-single-node-centos-9-stream + pre-run: playbooks/enable-fips.yaml + vars: + tox_envlist: full + configure_swap_size: 4096 + nslookup_target: 'opendev.org' - job: name: tempest-pg-full diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 6ab7eed1b0..1a54fe4b8d 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -161,7 +161,7 @@ irrelevant-files: *tempest-irrelevant-files - tempest-pg-full: irrelevant-files: *tempest-irrelevant-files - - tempest-centos8-stream-fips: + - tempest-centos9-stream-fips: irrelevant-files: *tempest-irrelevant-files periodic-stable: jobs: @@ -177,3 +177,4 @@ - tempest-all - tempest-full-oslo-master - tempest-stestr-master + - tempest-centos9-stream-fips