From e5170de73f9bcb7936136355350ead837a997ef9 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Tue, 17 Nov 2020 08:18:18 -0800 Subject: [PATCH] qa: update centos release to 8.2 Signed-off-by: Patrick Donnelly --- qa/distros/all/centos_8.2.yaml | 6 ++++++ qa/distros/all/centos_8.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 qa/distros/all/centos_8.2.yaml diff --git a/qa/distros/all/centos_8.2.yaml b/qa/distros/all/centos_8.2.yaml new file mode 100644 index 00000000000..a2a899d716a --- /dev/null +++ b/qa/distros/all/centos_8.2.yaml @@ -0,0 +1,6 @@ +os_type: centos +os_version: "8.2" +overrides: + selinux: + whitelist: + - scontext=system_u:system_r:logrotate_t:s0 diff --git a/qa/distros/all/centos_8.yaml b/qa/distros/all/centos_8.yaml index 8abfcfd1247..713f312fad5 120000 --- a/qa/distros/all/centos_8.yaml +++ b/qa/distros/all/centos_8.yaml @@ -1 +1 @@ -centos_8.1.yaml \ No newline at end of file +centos_8.2.yaml \ No newline at end of file