From 8e03ecbe65dc4b79b2a7d71de3233bf464d1535c Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Thu, 31 Oct 2019 12:08:39 +0000 Subject: [PATCH] feat(systemd): disable failing platform in matrix for `2019.2.2` --- ssf/formulas.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ssf/formulas.yaml b/ssf/formulas.yaml index 1544aa8f..4e0e75e8 100644 --- a/ssf/formulas.yaml +++ b/ssf/formulas.yaml @@ -163,10 +163,11 @@ ssf_node_anchors: - [debian , 9 , 2018.3, 2, default] - [ubuntu , 16.04, 2017.7, 2, default] platforms_matrix_systemd_only: &platforms_matrix_systemd_only + # TODO: Get `centos-8` working again and re-enable # [os , os_ver, salt_ver, py_ver, inspec_suite] - [debian , 10 , master, 3, default] - [ubuntu , 18.04, 2019.2, 3, default] - - [centos , 8 , 2019.2, 3, default] + # # - [centos , 8 , 2019.2, 3, default] - [opensuse/leap, 15.1 , 2019.2, 3, default] # - [amazonlinux , 2 , 2019.2, 2, default] - [fedora , 30 , 2018.3, 3, default]