From 0e3d45d3486d47ea50045fb2449199f7158effe3 Mon Sep 17 00:00:00 2001 From: rakeshgm Date: Wed, 18 Nov 2020 18:16:09 +0530 Subject: [PATCH] qa/distros: add rhel 7.9 Signed-off-by: rakeshgm --- qa/distros/all/rhel_7.9.yaml | 2 ++ qa/distros/all/rhel_7.yaml | 1 + qa/distros/supported-all-distro/rhel_7.yaml | 2 +- qa/distros/supported-random-distro$/rhel_7.yaml | 1 + qa/distros/supported-random-distro$/rhel_latest.yaml | 1 - qa/distros/supported/rhel_7.yaml | 1 + qa/distros/supported/rhel_latest.yaml | 1 - 7 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 qa/distros/all/rhel_7.9.yaml create mode 120000 qa/distros/all/rhel_7.yaml create mode 120000 qa/distros/supported-random-distro$/rhel_7.yaml delete mode 120000 qa/distros/supported-random-distro$/rhel_latest.yaml create mode 120000 qa/distros/supported/rhel_7.yaml delete mode 120000 qa/distros/supported/rhel_latest.yaml diff --git a/qa/distros/all/rhel_7.9.yaml b/qa/distros/all/rhel_7.9.yaml new file mode 100644 index 0000000000000..ce0853dce4a89 --- /dev/null +++ b/qa/distros/all/rhel_7.9.yaml @@ -0,0 +1,2 @@ +os_type: rhel +os_version: "7.9" diff --git a/qa/distros/all/rhel_7.yaml b/qa/distros/all/rhel_7.yaml new file mode 120000 index 0000000000000..db37177916c92 --- /dev/null +++ b/qa/distros/all/rhel_7.yaml @@ -0,0 +1 @@ +rhel_7.9.yaml \ No newline at end of file diff --git a/qa/distros/supported-all-distro/rhel_7.yaml b/qa/distros/supported-all-distro/rhel_7.yaml index d9b2cdc6f5da2..8e67cf2c00cb0 120000 --- a/qa/distros/supported-all-distro/rhel_7.yaml +++ b/qa/distros/supported-all-distro/rhel_7.yaml @@ -1 +1 @@ -../all/rhel_7.8.yaml \ No newline at end of file +../all/rhel_7.yaml \ No newline at end of file diff --git a/qa/distros/supported-random-distro$/rhel_7.yaml b/qa/distros/supported-random-distro$/rhel_7.yaml new file mode 120000 index 0000000000000..8e67cf2c00cb0 --- /dev/null +++ b/qa/distros/supported-random-distro$/rhel_7.yaml @@ -0,0 +1 @@ +../all/rhel_7.yaml \ No newline at end of file diff --git a/qa/distros/supported-random-distro$/rhel_latest.yaml b/qa/distros/supported-random-distro$/rhel_latest.yaml deleted file mode 120000 index d9b2cdc6f5da2..0000000000000 --- a/qa/distros/supported-random-distro$/rhel_latest.yaml +++ /dev/null @@ -1 +0,0 @@ -../all/rhel_7.8.yaml \ No newline at end of file diff --git a/qa/distros/supported/rhel_7.yaml b/qa/distros/supported/rhel_7.yaml new file mode 120000 index 0000000000000..8e67cf2c00cb0 --- /dev/null +++ b/qa/distros/supported/rhel_7.yaml @@ -0,0 +1 @@ +../all/rhel_7.yaml \ No newline at end of file diff --git a/qa/distros/supported/rhel_latest.yaml b/qa/distros/supported/rhel_latest.yaml deleted file mode 120000 index d9b2cdc6f5da2..0000000000000 --- a/qa/distros/supported/rhel_latest.yaml +++ /dev/null @@ -1 +0,0 @@ -../all/rhel_7.8.yaml \ No newline at end of file -- 2.39.5