From 83765a37ec4f4ae9e9db2be67fc65cc8870062ea Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Wed, 23 Jun 2021 15:51:23 -0700 Subject: [PATCH] Add FIPS jobs Change-Id: I95c805558510459b05df6220b9e3a46407258446 --- .zuul.yaml | 10 ++++++++++ playbooks/enable-fips.yaml | 3 +++ 2 files changed, 13 insertions(+) create mode 100644 playbooks/enable-fips.yaml diff --git a/.zuul.yaml b/.zuul.yaml index 3d97eb3..0a3fe1a 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -29,6 +29,14 @@ Build and run test and valgrind-test for liberasurecode. 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 @@ -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