From c71698c6a1dde587466a88669f17d1df3307e591 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Wed, 20 Sep 2023 11:28:47 -0400 Subject: [PATCH] qa/fs: update distro links remove links to rhel_8.yaml, and replace links to specific centos/ubuntu versions with links to {distro}_latest.yaml Signed-off-by: Casey Bodley --- qa/suites/fs/mixed-clients/distro/centos_8.yaml | 1 - qa/suites/fs/mixed-clients/distro/centos_latest.yaml | 1 + qa/suites/fs/mixed-clients/distro/rhel_8.yaml | 1 - qa/suites/fs/mixed-clients/distro/ubuntu/latest.yaml | 1 - qa/suites/fs/mixed-clients/distro/ubuntu/ubuntu_latest.yaml | 1 + qa/suites/fs/verify/distro/centos_8.yaml | 1 - qa/suites/fs/verify/distro/centos_latest.yaml | 1 + qa/suites/fs/verify/distro/rhel_8.yaml | 1 - qa/suites/fs/verify/distro/ubuntu/latest.yaml | 1 - qa/suites/fs/verify/distro/ubuntu/ubuntu_latest.yaml | 1 + 10 files changed, 4 insertions(+), 6 deletions(-) delete mode 120000 qa/suites/fs/mixed-clients/distro/centos_8.yaml create mode 120000 qa/suites/fs/mixed-clients/distro/centos_latest.yaml delete mode 120000 qa/suites/fs/mixed-clients/distro/rhel_8.yaml delete mode 120000 qa/suites/fs/mixed-clients/distro/ubuntu/latest.yaml create mode 120000 qa/suites/fs/mixed-clients/distro/ubuntu/ubuntu_latest.yaml delete mode 120000 qa/suites/fs/verify/distro/centos_8.yaml create mode 120000 qa/suites/fs/verify/distro/centos_latest.yaml delete mode 120000 qa/suites/fs/verify/distro/rhel_8.yaml delete mode 120000 qa/suites/fs/verify/distro/ubuntu/latest.yaml create mode 120000 qa/suites/fs/verify/distro/ubuntu/ubuntu_latest.yaml diff --git a/qa/suites/fs/mixed-clients/distro/centos_8.yaml b/qa/suites/fs/mixed-clients/distro/centos_8.yaml deleted file mode 120000 index 380a1443b78..00000000000 --- a/qa/suites/fs/mixed-clients/distro/centos_8.yaml +++ /dev/null @@ -1 +0,0 @@ -.qa/distros/all/centos_8.yaml \ No newline at end of file diff --git a/qa/suites/fs/mixed-clients/distro/centos_latest.yaml b/qa/suites/fs/mixed-clients/distro/centos_latest.yaml new file mode 120000 index 00000000000..7f8b4bc07da --- /dev/null +++ b/qa/suites/fs/mixed-clients/distro/centos_latest.yaml @@ -0,0 +1 @@ +.qa/distros/all/centos_latest.yaml \ No newline at end of file diff --git a/qa/suites/fs/mixed-clients/distro/rhel_8.yaml b/qa/suites/fs/mixed-clients/distro/rhel_8.yaml deleted file mode 120000 index 133acf27bff..00000000000 --- a/qa/suites/fs/mixed-clients/distro/rhel_8.yaml +++ /dev/null @@ -1 +0,0 @@ -.qa/distros/all/rhel_8.yaml \ No newline at end of file diff --git a/qa/suites/fs/mixed-clients/distro/ubuntu/latest.yaml b/qa/suites/fs/mixed-clients/distro/ubuntu/latest.yaml deleted file mode 120000 index 0a708b4dbd2..00000000000 --- a/qa/suites/fs/mixed-clients/distro/ubuntu/latest.yaml +++ /dev/null @@ -1 +0,0 @@ -.qa/distros/all/ubuntu_22.04.yaml \ No newline at end of file diff --git a/qa/suites/fs/mixed-clients/distro/ubuntu/ubuntu_latest.yaml b/qa/suites/fs/mixed-clients/distro/ubuntu/ubuntu_latest.yaml new file mode 120000 index 00000000000..fe01dafd4f7 --- /dev/null +++ b/qa/suites/fs/mixed-clients/distro/ubuntu/ubuntu_latest.yaml @@ -0,0 +1 @@ +.qa/distros/all/ubuntu_latest.yaml \ No newline at end of file diff --git a/qa/suites/fs/verify/distro/centos_8.yaml b/qa/suites/fs/verify/distro/centos_8.yaml deleted file mode 120000 index 380a1443b78..00000000000 --- a/qa/suites/fs/verify/distro/centos_8.yaml +++ /dev/null @@ -1 +0,0 @@ -.qa/distros/all/centos_8.yaml \ No newline at end of file diff --git a/qa/suites/fs/verify/distro/centos_latest.yaml b/qa/suites/fs/verify/distro/centos_latest.yaml new file mode 120000 index 00000000000..7f8b4bc07da --- /dev/null +++ b/qa/suites/fs/verify/distro/centos_latest.yaml @@ -0,0 +1 @@ +.qa/distros/all/centos_latest.yaml \ No newline at end of file diff --git a/qa/suites/fs/verify/distro/rhel_8.yaml b/qa/suites/fs/verify/distro/rhel_8.yaml deleted file mode 120000 index 133acf27bff..00000000000 --- a/qa/suites/fs/verify/distro/rhel_8.yaml +++ /dev/null @@ -1 +0,0 @@ -.qa/distros/all/rhel_8.yaml \ No newline at end of file diff --git a/qa/suites/fs/verify/distro/ubuntu/latest.yaml b/qa/suites/fs/verify/distro/ubuntu/latest.yaml deleted file mode 120000 index 162964882d3..00000000000 --- a/qa/suites/fs/verify/distro/ubuntu/latest.yaml +++ /dev/null @@ -1 +0,0 @@ -.qa/distros/all/ubuntu_20.04.yaml \ No newline at end of file diff --git a/qa/suites/fs/verify/distro/ubuntu/ubuntu_latest.yaml b/qa/suites/fs/verify/distro/ubuntu/ubuntu_latest.yaml new file mode 120000 index 00000000000..fe01dafd4f7 --- /dev/null +++ b/qa/suites/fs/verify/distro/ubuntu/ubuntu_latest.yaml @@ -0,0 +1 @@ +.qa/distros/all/ubuntu_latest.yaml \ No newline at end of file -- 2.39.5