From 215d96c1d1533836d313be54864c1b0525440b4c Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Wed, 29 Nov 2023 20:21:45 -0500 Subject: [PATCH] qa: test fs:shell on all distros This is a simple sub-suite that has one job. Always schedule on all supported distros. Fixes: https://tracker.ceph.com/issues/43393 Signed-off-by: Patrick Donnelly --- qa/suites/fs/shell/distro | 2 +- qa/suites/fs/shell/tasks/cephfs-shell.yaml | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/qa/suites/fs/shell/distro b/qa/suites/fs/shell/distro index 0862b4457b3..23d9e9be86f 120000 --- a/qa/suites/fs/shell/distro +++ b/qa/suites/fs/shell/distro @@ -1 +1 @@ -.qa/distros/supported-random-distro$ \ No newline at end of file +.qa/distros/supported \ No newline at end of file diff --git a/qa/suites/fs/shell/tasks/cephfs-shell.yaml b/qa/suites/fs/shell/tasks/cephfs-shell.yaml index 9708252e908..0841ff9e088 100644 --- a/qa/suites/fs/shell/tasks/cephfs-shell.yaml +++ b/qa/suites/fs/shell/tasks/cephfs-shell.yaml @@ -1,7 +1,3 @@ -# Right now, cephfs-shell is only available as a package on Ubuntu -# This overrides the random distribution that's chosen in the other yaml fragments. -os_type: ubuntu -os_version: "20.04" tasks: - cephfs_test_runner: modules: -- 2.39.5