From 881fee73af98614affdc8e087d97b974b8b462c1 Mon Sep 17 00:00:00 2001 From: DANIEL STOICA Date: Tue, 9 Jun 2020 18:05:28 +0300 Subject: [PATCH] Enable mandatory tests for REC Enable mandatory tests for REC and do the rest of them optional Sync the REC mandatory tests list with IEC: - conformance, lynis, vuls and kube-hunter are mandatory for all projects where applicable; - hp_baremetal and ltp are currently failing and are not part of mandatory release criteria, so they are marked as 'optional'; Signed-off-by: DANIEL STOICA Change-Id: Ie9b66ab28ab1a9f7ba070717bc1996e1590c7750 --- bluval/bluval-rec.yaml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/bluval/bluval-rec.yaml b/bluval/bluval-rec.yaml index 07df9da..0f66df0 100644 --- a/bluval/bluval-rec.yaml +++ b/bluval/bluval-rec.yaml @@ -27,10 +27,13 @@ blueprint: - name: hp_baremetal what: hp_baremetal + optional: "True" + os: &os_rec - name: ltp what: ltp + optional: "True" - name: cyclictest what: cyclictest @@ -38,16 +41,23 @@ blueprint: - name: lynis what: lynis - optional: "True" + optional: "False" + - + name: vuls + what: vuls + optional: "False" docker: &docker_base - name: docker_bench what: docker_bench + optional: "True" + k8s: &k8s - name: conformance what: conformance + optional: "False" - name: etcd_ha what: etcd_ha @@ -55,4 +65,4 @@ blueprint: - name: kube-hunter what: kube-hunter - optional: "True" + optional: "False" -- 2.16.6