From d8c674757f06a332c2b59c9f0b1a0703853b09b7 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 29 Jan 2020 12:52:53 -0600 Subject: [PATCH] qa/distros: add rhel/centos 8.1 Signed-off-by: Sage Weil --- qa/distros/all/centos_8.1.yaml | 2 ++ qa/distros/all/centos_8.yaml | 2 +- qa/distros/all/rhel_8.1.yaml | 2 ++ qa/distros/all/rhel_8.yaml | 2 +- 4 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 qa/distros/all/centos_8.1.yaml create mode 100644 qa/distros/all/rhel_8.1.yaml diff --git a/qa/distros/all/centos_8.1.yaml b/qa/distros/all/centos_8.1.yaml new file mode 100644 index 00000000000..104574c68b7 --- /dev/null +++ b/qa/distros/all/centos_8.1.yaml @@ -0,0 +1,2 @@ +os_type: centos +os_version: "8.1" diff --git a/qa/distros/all/centos_8.yaml b/qa/distros/all/centos_8.yaml index dc785878a47..8abfcfd1247 120000 --- a/qa/distros/all/centos_8.yaml +++ b/qa/distros/all/centos_8.yaml @@ -1 +1 @@ -centos_8.0.yaml \ No newline at end of file +centos_8.1.yaml \ No newline at end of file diff --git a/qa/distros/all/rhel_8.1.yaml b/qa/distros/all/rhel_8.1.yaml new file mode 100644 index 00000000000..0c1ec3523d1 --- /dev/null +++ b/qa/distros/all/rhel_8.1.yaml @@ -0,0 +1,2 @@ +os_type: rhel +os_version: "8.1" diff --git a/qa/distros/all/rhel_8.yaml b/qa/distros/all/rhel_8.yaml index b03323c7152..c58864f0433 120000 --- a/qa/distros/all/rhel_8.yaml +++ b/qa/distros/all/rhel_8.yaml @@ -1 +1 @@ -rhel_8.0.yaml \ No newline at end of file +rhel_8.1.yaml \ No newline at end of file -- 2.47.3