Add FIPS job for ubuntu

A multinode-fips job is added, which inherits from multinode.
This job provides a subscription key to enable a Ubuntu Advantage
subscription to allow us to test FIPS.

This secret is passed through to the multinode (parent job) through
the pass-to-parent boolean.

Change-Id: I470d7b7b0773d0be1e3971bc02d23ea61f80f162
This commit is contained in:
Ade Lee 2022-12-09 15:09:44 +01:00
parent 3cf3415007
commit 1df18b2fd6

View File

@ -1263,3 +1263,14 @@
The testing is done for Ubuntu Xenial.
nodeset: ubuntu-xenial
- job:
name: openstack-multinode-fips
parent: multinode-fips
description: |
Multinode job with fips enabled and passing
the ubuntu_fips_token needed for UA subscription.
secrets:
- secret: openstack_ubuntu_fips
name: ubuntu_fips_token
pass-to-parent: true