From 8f6d8995209b27da7af30f55be3c663c30caa182 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Mon, 11 Dec 2023 11:38:22 -0500 Subject: [PATCH] reef: qa: only test cephfs-shell with ubuntu or centos 9.stream Because reef is tested on RHEL/centos 8, we need to remove those jobs from testing. Signed-off-by: Patrick Donnelly --- qa/suites/fs/shell/tasks/cephfs-shell.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qa/suites/fs/shell/tasks/cephfs-shell.yaml b/qa/suites/fs/shell/tasks/cephfs-shell.yaml index 0841ff9e088..55cd0759874 100644 --- a/qa/suites/fs/shell/tasks/cephfs-shell.yaml +++ b/qa/suites/fs/shell/tasks/cephfs-shell.yaml @@ -1,3 +1,6 @@ +teuthology: + postmerge: + - if not (yaml.os_type == "ubuntu" or yaml.os_type == "centos" and yaml.os_version == "9.stream") then reject() end tasks: - cephfs_test_runner: modules: -- 2.39.5