From 39e23bb59685436491190bd57d643e21808b1680 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Mon, 3 Jun 2019 14:36:30 -0700 Subject: [PATCH] qa: fix latest distros and add helper symlinks Signed-off-by: Patrick Donnelly --- qa/distros/all/centos_7.yaml | 1 + qa/distros/all/rhel_6.yaml | 1 + qa/distros/all/rhel_7.yaml | 1 + qa/distros/supported-all-distro/centos_7.yaml | 1 + qa/distros/supported-all-distro/centos_latest.yaml | 1 - qa/distros/supported-all-distro/rhel_7.5.yaml | 1 - qa/distros/supported-all-distro/rhel_7.yaml | 1 + qa/distros/supported-random-distro$/centos_7.yaml | 1 + qa/distros/supported-random-distro$/centos_latest.yaml | 1 - qa/distros/supported-random-distro$/rhel_7.yaml | 1 + qa/distros/supported-random-distro$/rhel_latest.yaml | 1 - qa/distros/supported/centos_latest.yaml | 2 +- qa/distros/supported/rhel_latest.yaml | 4 +--- 13 files changed, 9 insertions(+), 8 deletions(-) create mode 120000 qa/distros/all/centos_7.yaml create mode 120000 qa/distros/all/rhel_6.yaml create mode 120000 qa/distros/all/rhel_7.yaml create mode 120000 qa/distros/supported-all-distro/centos_7.yaml delete mode 120000 qa/distros/supported-all-distro/centos_latest.yaml delete mode 120000 qa/distros/supported-all-distro/rhel_7.5.yaml create mode 120000 qa/distros/supported-all-distro/rhel_7.yaml create mode 120000 qa/distros/supported-random-distro$/centos_7.yaml delete mode 120000 qa/distros/supported-random-distro$/centos_latest.yaml create mode 120000 qa/distros/supported-random-distro$/rhel_7.yaml delete mode 120000 qa/distros/supported-random-distro$/rhel_latest.yaml mode change 100644 => 120000 qa/distros/supported/rhel_latest.yaml diff --git a/qa/distros/all/centos_7.yaml b/qa/distros/all/centos_7.yaml new file mode 120000 index 0000000000000..23ef40d86814a --- /dev/null +++ b/qa/distros/all/centos_7.yaml @@ -0,0 +1 @@ +centos_7.6.yaml \ No newline at end of file diff --git a/qa/distros/all/rhel_6.yaml b/qa/distros/all/rhel_6.yaml new file mode 120000 index 0000000000000..8505739494f65 --- /dev/null +++ b/qa/distros/all/rhel_6.yaml @@ -0,0 +1 @@ +rhel_6.5.yaml \ No newline at end of file diff --git a/qa/distros/all/rhel_7.yaml b/qa/distros/all/rhel_7.yaml new file mode 120000 index 0000000000000..7d97a196aad18 --- /dev/null +++ b/qa/distros/all/rhel_7.yaml @@ -0,0 +1 @@ +rhel_7.6.yaml \ No newline at end of file diff --git a/qa/distros/supported-all-distro/centos_7.yaml b/qa/distros/supported-all-distro/centos_7.yaml new file mode 120000 index 0000000000000..c2989991a7627 --- /dev/null +++ b/qa/distros/supported-all-distro/centos_7.yaml @@ -0,0 +1 @@ +../all/centos_7.yaml \ No newline at end of file diff --git a/qa/distros/supported-all-distro/centos_latest.yaml b/qa/distros/supported-all-distro/centos_latest.yaml deleted file mode 120000 index 10e4444a36fa3..0000000000000 --- a/qa/distros/supported-all-distro/centos_latest.yaml +++ /dev/null @@ -1 +0,0 @@ -../all/centos_7.5.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.yaml b/qa/distros/supported-all-distro/rhel_7.yaml new file mode 120000 index 0000000000000..8e67cf2c00cb0 --- /dev/null +++ b/qa/distros/supported-all-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$/centos_7.yaml b/qa/distros/supported-random-distro$/centos_7.yaml new file mode 120000 index 0000000000000..c2989991a7627 --- /dev/null +++ b/qa/distros/supported-random-distro$/centos_7.yaml @@ -0,0 +1 @@ +../all/centos_7.yaml \ No newline at end of file diff --git a/qa/distros/supported-random-distro$/centos_latest.yaml b/qa/distros/supported-random-distro$/centos_latest.yaml deleted file mode 120000 index 10e4444a36fa3..0000000000000 --- a/qa/distros/supported-random-distro$/centos_latest.yaml +++ /dev/null @@ -1 +0,0 @@ -../all/centos_7.5.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 eea4cef178646..0000000000000 --- a/qa/distros/supported-random-distro$/rhel_latest.yaml +++ /dev/null @@ -1 +0,0 @@ -../all/rhel_7.5.yaml \ No newline at end of file diff --git a/qa/distros/supported/centos_latest.yaml b/qa/distros/supported/centos_latest.yaml index 00f625f782070..c2989991a7627 120000 --- a/qa/distros/supported/centos_latest.yaml +++ b/qa/distros/supported/centos_latest.yaml @@ -1 +1 @@ -../all/centos_7.6.yaml \ No newline at end of file +../all/centos_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 100644 index 806e1fe3010c2..0000000000000 --- a/qa/distros/supported/rhel_latest.yaml +++ /dev/null @@ -1,3 +0,0 @@ -os_type: rhel -os_version: "7.6" - diff --git a/qa/distros/supported/rhel_latest.yaml b/qa/distros/supported/rhel_latest.yaml new file mode 120000 index 0000000000000..8e67cf2c00cb0 --- /dev/null +++ b/qa/distros/supported/rhel_latest.yaml @@ -0,0 +1 @@ +../all/rhel_7.yaml \ No newline at end of file -- 2.39.5