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 <vshankar@redhat.com>
This commit is contained in:
Venky Shankar 2026-06-03 05:09:03 +05:30
parent a5590d99c3
commit 70acbb08ae
2 changed files with 10 additions and 1 deletions

View File

@ -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"

View File

@ -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: