From 2526cc6e649cded87113beae745e7c7984569c0d Mon Sep 17 00:00:00 2001 From: Yuri Weinstein Date: Fri, 10 May 2019 09:10:08 -0700 Subject: [PATCH] qa/tests: cleaned up supported disto for nautilus Signed-off-by: Yuri Weinstein --- qa/distros/all/centos_7.5.yaml | 2 +- qa/distros/all/centos_7.6.yaml | 2 ++ qa/distros/all/rhel_7.5.yaml | 2 +- qa/distros/supported-all-distro/centos_latest.yaml | 2 +- qa/distros/supported-all-distro/rhel_7.5.yaml | 1 - qa/distros/supported-all-distro/rhel_7.6.yaml | 1 + 6 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 qa/distros/all/centos_7.6.yaml delete mode 120000 qa/distros/supported-all-distro/rhel_7.5.yaml create mode 120000 qa/distros/supported-all-distro/rhel_7.6.yaml diff --git a/qa/distros/all/centos_7.5.yaml b/qa/distros/all/centos_7.5.yaml index 54324576d75f0..4cb095e6c0eb2 100644 --- a/qa/distros/all/centos_7.5.yaml +++ b/qa/distros/all/centos_7.5.yaml @@ -1,2 +1,2 @@ os_type: centos -os_version: "7.5" +os_version: "7.6" diff --git a/qa/distros/all/centos_7.6.yaml b/qa/distros/all/centos_7.6.yaml new file mode 100644 index 0000000000000..4cb095e6c0eb2 --- /dev/null +++ b/qa/distros/all/centos_7.6.yaml @@ -0,0 +1,2 @@ +os_type: centos +os_version: "7.6" diff --git a/qa/distros/all/rhel_7.5.yaml b/qa/distros/all/rhel_7.5.yaml index e5aaf3d30d3ba..62f52e8e7dfdb 100644 --- a/qa/distros/all/rhel_7.5.yaml +++ b/qa/distros/all/rhel_7.5.yaml @@ -1,2 +1,2 @@ os_type: rhel -os_version: "7.5" +os_version: "7.6" diff --git a/qa/distros/supported-all-distro/centos_latest.yaml b/qa/distros/supported-all-distro/centos_latest.yaml index 10e4444a36fa3..00f625f782070 120000 --- a/qa/distros/supported-all-distro/centos_latest.yaml +++ b/qa/distros/supported-all-distro/centos_latest.yaml @@ -1 +1 @@ -../all/centos_7.5.yaml \ No newline at end of file +../all/centos_7.6.yaml \ No newline at end of file diff --git a/qa/distros/supported-all-distro/rhel_7.5.yaml b/qa/distros/supported-all-distro/rhel_7.5.yaml deleted file mode 120000 index eea4cef178646..0000000000000 --- a/qa/distros/supported-all-distro/rhel_7.5.yaml +++ /dev/null @@ -1 +0,0 @@ -../all/rhel_7.5.yaml \ No newline at end of file diff --git a/qa/distros/supported-all-distro/rhel_7.6.yaml b/qa/distros/supported-all-distro/rhel_7.6.yaml new file mode 120000 index 0000000000000..ad4dd894f46e8 --- /dev/null +++ b/qa/distros/supported-all-distro/rhel_7.6.yaml @@ -0,0 +1 @@ +../all/rhel_7.6.yaml \ No newline at end of file -- 2.39.5