From 35bc60025ba1aceb36e91d700979fa94493ec518 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Thu, 3 Feb 2022 13:03:58 -0500 Subject: [PATCH] qa: Default to CentOS 8 Stream Signed-off-by: David Galloway --- qa/distros/all/centos_8.stream.yaml | 6 ++++++ qa/distros/all/centos_8.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 qa/distros/all/centos_8.stream.yaml diff --git a/qa/distros/all/centos_8.stream.yaml b/qa/distros/all/centos_8.stream.yaml new file mode 100644 index 0000000000000..bf35997756618 --- /dev/null +++ b/qa/distros/all/centos_8.stream.yaml @@ -0,0 +1,6 @@ +os_type: centos +os_version: "8.stream" +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 713f312fad518..8e7476153dcc5 120000 --- a/qa/distros/all/centos_8.yaml +++ b/qa/distros/all/centos_8.yaml @@ -1 +1 @@ -centos_8.2.yaml \ No newline at end of file +centos_8.stream.yaml \ No newline at end of file -- 2.39.5