From: Venky Shankar Date: Tue, 2 Jun 2026 23:39:03 +0000 (+0530) Subject: qa/cephfs: reject ceph-fuse upgrade jobs to reduce failure noise X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=70acbb08ae1bc2e6c3871ce4528ebf5d3b0b3762;p=ceph.git qa/cephfs: reject ceph-fuse upgrade jobs to reduce failure noise Subsequent commit will introduce a dedicated ceph-fuse upgrade sub-suite (under fs:upgrade) to still keep track of failing jobs. Fixes: http://tracker.ceph.com/issues/76780 Signed-off-by: Venky Shankar --- diff --git a/qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/2-client/fuse.yaml b/qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/2-client/fuse.yaml index 5318fd1a936..d9156e1dec6 100644 --- a/qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/2-client/fuse.yaml +++ b/qa/suites/fs/upgrade/mds_upgrade_sequence/tasks/2-client/fuse.yaml @@ -1,3 +1,9 @@ +teuthology: + postmerge: + - | + -- Tracker #76780: Drop this entire branch. + -- FUSE upgrade testing is being moved to a separate dedicated job. + reject() tasks: - ceph-fuse: - print: "**** done client" diff --git a/qa/suites/fs/upgrade/upgraded_client/tasks/2-clients/fuse-upgrade.yaml b/qa/suites/fs/upgrade/upgraded_client/tasks/2-clients/fuse-upgrade.yaml index bed83610ff0..323e0c819d8 100644 --- a/qa/suites/fs/upgrade/upgraded_client/tasks/2-clients/fuse-upgrade.yaml +++ b/qa/suites/fs/upgrade/upgraded_client/tasks/2-clients/fuse-upgrade.yaml @@ -1,6 +1,9 @@ teuthology: postmerge: - - if not is_fuse() then reject() end + - | + -- Tracker #76780: Drop this entire branch. + -- FUSE upgrade testing is being moved to a separate dedicated job. + reject() tasks: - ceph-fuse: client.0: