From: Patrick Donnelly Date: Tue, 30 Apr 2024 01:50:28 +0000 (-0400) Subject: qa: add cephfs-shell to packages only if testing cephfs-shell X-Git-Tag: v18.2.5~592^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e216e017500d26decf34670da922664692797f0b;p=ceph.git qa: add cephfs-shell to packages only if testing cephfs-shell To avoid pulling it in for centos8 testing of reef. Signed-off-by: Patrick Donnelly --- diff --git a/qa/suites/fs/shell/tasks/cephfs-shell.yaml b/qa/suites/fs/shell/tasks/cephfs-shell.yaml index 55cd0759874..96cbc832eda 100644 --- a/qa/suites/fs/shell/tasks/cephfs-shell.yaml +++ b/qa/suites/fs/shell/tasks/cephfs-shell.yaml @@ -2,6 +2,10 @@ teuthology: postmerge: - if not (yaml.os_type == "ubuntu" or yaml.os_type == "centos" and yaml.os_version == "9.stream") then reject() end tasks: + - install: + extra_packages: + rpm: + - cephfs-shell - cephfs_test_runner: modules: - tasks.cephfs.test_cephfs_shell