From e216e017500d26decf34670da922664692797f0b Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Mon, 29 Apr 2024 21:50:28 -0400 Subject: [PATCH] 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 --- qa/suites/fs/shell/tasks/cephfs-shell.yaml | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.47.3