summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-10-30 05:30:12 +0000
committerGerrit Code Review <review@openstack.org>2021-10-30 05:30:12 +0000
commit373358c2ef17005e62c62cb75fc597559cf9ba54 (patch)
treee37c3b720cdc32361f55b8bcdd056991b8e5b155
parenta42bad199ca19b194de9d028803965e3914abc19 (diff)
parent83765a37ec4f4ae9e9db2be67fc65cc8870062ea (diff)
downloadliberasurecode-373358c2ef17005e62c62cb75fc597559cf9ba54.tar.gz
Merge "Add FIPS jobs"
-rw-r--r--.zuul.yaml10
-rw-r--r--playbooks/enable-fips.yaml3
2 files changed, 13 insertions, 0 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 3d97eb3..0a3fe1a 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -30,6 +30,14 @@
This job runs on CentOS-8.
- job:
+ name: liberasurecode-unittests-centos-8-fips
+ parent: liberasurecode-unittests-centos-8
+ pre-run: playbooks/enable-fips.yaml
+ description: |
+ Build and run test and valgrind-test for liberasurecode.
+ This job runs on a FIPS-enabled CentOS-8 system.
+
+- job:
name: liberasurecode-unittests-centos-8-arm64
parent: liberasurecode-unittests
nodeset: centos-8-arm64
@@ -43,6 +51,7 @@
- liberasurecode-unittests
- liberasurecode-unittests-centos-7
- liberasurecode-unittests-centos-8
+ - liberasurecode-unittests-centos-8-fips
check-arm64:
jobs:
- liberasurecode-unittests-arm64:
@@ -54,3 +63,4 @@
- liberasurecode-unittests
- liberasurecode-unittests-centos-7
- liberasurecode-unittests-centos-8
+ - liberasurecode-unittests-centos-8-fips
diff --git a/playbooks/enable-fips.yaml b/playbooks/enable-fips.yaml
new file mode 100644
index 0000000..bc1dc04
--- /dev/null
+++ b/playbooks/enable-fips.yaml
@@ -0,0 +1,3 @@
+- hosts: all
+ roles:
+ - enable-fips