From 9a43bbb254a49a1713db5b437985eaedbac7515e Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Tue, 11 Apr 2023 09:58:51 -0400 Subject: [PATCH] Revert "qa/fs/mixed-clients: specify distros for tests" This reverts commit 3731fc7779e80bdfe234fec4dae21cfe46c3f193. Signed-off-by: Patrick Donnelly --- qa/suites/fs/mixed-clients/distro/$ | 0 qa/suites/fs/mixed-clients/distro/.qa | 1 - qa/suites/fs/mixed-clients/distro/centos_8.yaml | 1 - qa/suites/fs/mixed-clients/distro/rhel_8.yaml | 1 - qa/suites/fs/mixed-clients/distro/ubuntu/+ | 0 qa/suites/fs/mixed-clients/distro/ubuntu/.qa | 1 - qa/suites/fs/mixed-clients/distro/ubuntu/latest.yaml | 1 - qa/suites/fs/mixed-clients/distro/ubuntu/overrides.yaml | 4 ---- 8 files changed, 9 deletions(-) delete mode 100644 qa/suites/fs/mixed-clients/distro/$ delete mode 120000 qa/suites/fs/mixed-clients/distro/.qa delete mode 120000 qa/suites/fs/mixed-clients/distro/centos_8.yaml delete mode 120000 qa/suites/fs/mixed-clients/distro/rhel_8.yaml delete mode 100644 qa/suites/fs/mixed-clients/distro/ubuntu/+ delete mode 120000 qa/suites/fs/mixed-clients/distro/ubuntu/.qa delete mode 120000 qa/suites/fs/mixed-clients/distro/ubuntu/latest.yaml delete mode 100644 qa/suites/fs/mixed-clients/distro/ubuntu/overrides.yaml diff --git a/qa/suites/fs/mixed-clients/distro/$ b/qa/suites/fs/mixed-clients/distro/$ deleted file mode 100644 index e69de29bb2d1..000000000000 diff --git a/qa/suites/fs/mixed-clients/distro/.qa b/qa/suites/fs/mixed-clients/distro/.qa deleted file mode 120000 index a602a0353e75..000000000000 --- a/qa/suites/fs/mixed-clients/distro/.qa +++ /dev/null @@ -1 +0,0 @@ -../.qa/ \ No newline at end of file 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 380a1443b783..000000000000 --- 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/rhel_8.yaml b/qa/suites/fs/mixed-clients/distro/rhel_8.yaml deleted file mode 120000 index 133acf27bff7..000000000000 --- 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/+ b/qa/suites/fs/mixed-clients/distro/ubuntu/+ deleted file mode 100644 index e69de29bb2d1..000000000000 diff --git a/qa/suites/fs/mixed-clients/distro/ubuntu/.qa b/qa/suites/fs/mixed-clients/distro/ubuntu/.qa deleted file mode 120000 index a602a0353e75..000000000000 --- a/qa/suites/fs/mixed-clients/distro/ubuntu/.qa +++ /dev/null @@ -1 +0,0 @@ -../.qa/ \ 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 0a708b4dbd27..000000000000 --- 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/overrides.yaml b/qa/suites/fs/mixed-clients/distro/ubuntu/overrides.yaml deleted file mode 100644 index fdd7f5e5a721..000000000000 --- a/qa/suites/fs/mixed-clients/distro/ubuntu/overrides.yaml +++ /dev/null @@ -1,4 +0,0 @@ -overrides: - ceph: - valgrind: - exit_on_first_error: false -- 2.47.3